IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 20, 2015, 1:19:35 PM (11 years ago)
Author:
heather
Message:

current state of ipptopsps / sas37 - ob/p2/st/df work

File:
1 edited

Legend:

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

    r37754 r37917  
    145145        elif batchType == "FW":
    146146           
    147             stage = "forcedwarp"
    148             sql = "SELECT DISTINCT sky_id, radeg, decdeg FROM fullForceInput \
    149                    JOIN addRun ON(fullForceInput.ff_id = addRun.stage_id, fullForceInput.warp_id = addRun.stage_extra1) \
     147            stage = "fullforce"
     148            sql = "SELECT DISTINCT add_id, radeg, decdeg FROM fullForceInput \
     149                   JOIN addRun ON(fullForceInput.ff_id = addRun.stage_id AND fullForceInput.warp_id = addRun.stage_extra1) \
    150150                   JOIN minidvodbRun USING(minidvodb_name) \
    151151                   JOIN minidvodbProcessed USING(minidvodb_id) \
Note: See TracChangeset for help on using the changeset viewer.