IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 30, 2012, 12:03:06 PM (14 years ago)
Author:
heather
Message:

fix for null mags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/stackbatch.py

    r33825 r33962  
    413413            #if deep stack and instFlux = null and err not null
    414414            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) + " \
    416416                   WHERE instFlux IS NULL \
    417417                   AND a.ippDetectID = b.IPP_IDET  \
Note: See TracChangeset for help on using the changeset viewer.