IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2015, 9:38:13 AM (11 years ago)
Author:
mhuber
Message:

adding already split skycellID into projectionCell and skycellID values to populate*

File:
1 edited

Legend:

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

    r38837 r38865  
    240240        sqlLine.group("forcedWarpID", str(forcedWarpID))
    241241#        self.logger.infoPair("building sql ","1")
     242        ## MEH adding projectionID since defined now -- want str for pre-0?
     243        sqlLine.group("projectionID",  str(self.projectionID))
    242244        sqlLine.group("skyCellID",     str(self.skycellID[num]))
    243245#        sqlLine.group("photoCalID",    photoCalID)
Note: See TracChangeset for help on using the changeset viewer.