IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 29, 2013, 2:30:34 PM (13 years ago)
Author:
heather
Message:

this is whatever is current (or was currently used) for sas14. I assume its ok

File:
1 edited

Legend:

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

    r35496 r35605  
    504504               ,MOMENTS_R1 \
    505505               ,MOMENTS_RH \
    506                ,AP_FLUX / " + str(self.expTime) + " \
     506               ,POW(10.0, -0.4*AP_MAG) / " + str(self.expTime) + " \
    507507               ,NULL \
    508508               ,KRON_FLUX / " + str(self.expTime) + " \
     
    519519#               ,ABS((PSF_INST_MAG_SIG*(POW(10.0, (-0.4*PSF_INST_MAG)) / " + str(self.expTime) + ")) / 1.085736)
    520520#               ,POW(10.0, -0.4*AP_MAG) / " + str(self.expTime) + "
     521
     522# I need a way to choose the sql above based on the cmf version: V3 (LAP.PV1) does not have AP_FLUX
     523#               ,AP_FLUX / " + str(self.expTime) + "
    521524
    522525        # print "sql: ", sql
Note: See TracChangeset for help on using the changeset viewer.