IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 29, 2012, 5:07:20 PM (14 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120405/ippToPsps/jython/stackbatch.py

    r33530 r33948  
    5050               useFullTables)
    5151
    52        if not self.everythingOK: return
    53 
    5452       self.stackType = "DEEP_STACK" # TODO
    5553
     
    5755       meta = self.gpc1Db.getStackStageMeta(self.id)
    5856       if not meta:
    59            self.everythingOK = False
    60            return
     57           self.logger.errorPair("Could not get stack", "metadata")
     58           raise
    6159
    6260       self.filter = meta[0];
     
    366364               ,X_PSF_SIG \
    367365               ,Y_PSF_SIG \
    368                ,POW(10.0, (-0.4*PSF_INST_MAG)) / "+str(self.expTime)+" \
    369                ,ABS((PSF_INST_MAG_SIG*(POW(10.0, (-0.4*PSF_INST_MAG)) / "+str(self.expTime)+")) / 1.085736) \
    370                ,POW(10.0, (-0.4*PEAK_FLUX_AS_MAG)) / "+str(self.expTime)+" \
     366               ,POW(10.0, (-0.4*PSF_INST_MAG)) / " + str(self.expTime) + " \
     367               ,ABS((PSF_INST_MAG_SIG*(POW(10.0, (-0.4*PSF_INST_MAG)) / " + str(self.expTime) + ")) / 1.085736) \
     368               ,POW(10.0, (-0.4*PEAK_FLUX_AS_MAG)) / " + str(self.expTime) + " \
    371369               ,SKY \
    372370               ,SKY_SIGMA \
     
    389387               ,AP_MAG \
    390388               , NULL \
    391                ,KRON_FLUX \
    392                ,KRON_FLUX_ERR \
     389               ,KRON_FLUX / " + str(self.expTime) + " \
     390               ,KRON_FLUX_ERR / " + str(self.expTime) + " \
    393391               , NULL \
    394392               , NULL \
Note: See TracChangeset for help on using the changeset viewer.