IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 20, 2012, 4:05:06 PM (14 years ago)
Author:
rhenders
Message:

scaling Kron flux and Kron flux error by expTime as PSPS wants instrumental per unit time

File:
1 edited

Legend:

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

    r33787 r33825  
    364364               ,X_PSF_SIG \
    365365               ,Y_PSF_SIG \
    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)+" \
     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) + " \
    369369               ,SKY \
    370370               ,SKY_SIGMA \
     
    387387               ,AP_MAG \
    388388               , NULL \
    389                ,KRON_FLUX \
    390                ,KRON_FLUX_ERR \
     389               ,KRON_FLUX / " + str(self.expTime) + " \
     390               ,KRON_FLUX_ERR / " + str(self.expTime) + " \
    391391               , NULL \
    392392               , NULL \
Note: See TracChangeset for help on using the changeset viewer.