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

    r38847 r38865  
    211211        sqlLine.group("posImageID",            self.posImageID[num]);
    212212        sqlLine.group("negImageID",            self.negImageID[num]);
    213         sqlLine.group("skycellID",             self.skycellID[num]);
     213        ## MEH adding projectionID -- want str for pre-0 in both?
     214        sqlLine.group("projectionID",          str(self.projectionID))
     215        sqlLine.group("skycellID",             str(self.skycellID[num]))
    214216        sqlLine.group("photoCalID",            self.photoCalID[num]);
    215217        sqlLine.group("analysisVer",           str(self.analysisVer[num]));
Note: See TracChangeset for help on using the changeset viewer.