Changeset 33962
- Timestamp:
- May 30, 2012, 12:03:06 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/stackbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/stackbatch.py
r33825 r33962 413 413 #if deep stack and instFlux = null and err not null 414 414 sql = "UPDATE StackDetection AS a, SkyChip_psf AS b \ 415 SET instFlux = 2*b.PSF_INST_FLUX_SIG \415 SET instFlux = 2*b.PSF_INST_FLUX_SIG / " + str(self.expTime) + " \ 416 416 WHERE instFlux IS NULL \ 417 417 AND a.ippDetectID = b.IPP_IDET \
Note:
See TracChangeset
for help on using the changeset viewer.
