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/forcedwarpbatch.py

    r38397 r38602  
    408408        sqlLine.group("a.telluricExt","b.telluricExt")
    409409        sqlLine.group("a.airmass","b.airmass")
     410        sqlLine.group("a.infoFlag3","b.flags")
    410411        sql = sqlLine.makeEquals("WHERE a.ippDetectID = b.ippDetectID AND b.imageID = " +str( imageID))
    411412        try: self.scratchDb.execute(sql)
Note: See TracChangeset for help on using the changeset viewer.