IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 18, 2015, 9:55:43 PM (11 years ago)
Author:
heather
Message:

SAS39 final tweaks (added infoFlag3)

File:
1 edited

Legend:

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

    r38397 r38602  
    344344          #  sqlLine.group("a."+filter+"telluricExt",   "b.telluricExt")
    345345
    346             sqlLine.group("a."+filter+"infoFlag2",     "(b.flags << 13)")
     346            sqlLine.group("a."+filter+"infoFlag3",     "b.flags")
    347347            sql = sqlLine.makeEquals("WHERE a.objID = b.objID AND b.imageID = " + str(imageID) + " and a." + filter + "ippDetectID=b.ippDetectID")
    348348
Note: See TracChangeset for help on using the changeset viewer.