IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 25, 2014, 3:40:27 PM (12 years ago)
Author:
heather
Message:

first set of changes for new pv2 schema

File:
1 edited

Legend:

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

    r36447 r36697  
    107107                   AND mjd_obs >= (to_days('" + tstart + "')-678941) \
    108108                   AND mjd_obs <= (to_days('" + tend + "') - 678941) "
    109             self.logger.infoPair("sql",sql)     
     109           # self.logger.infoPair("sql",sql)     
     110        elif batchType == "DF":
     111
     112            stage = "diff"
     113            sql = "SELECT stuff from stufftable"
     114
     115        elif batchType == "FW":
     116           
     117            stage = "forcedwarp"
     118            sql = "SELECT differentStuff from Stufftable"
     119
    110120        try:
    111121            # XXX EAM : test output
Note: See TracChangeset for help on using the changeset viewer.