IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2013, 4:52:14 PM (13 years ago)
Author:
eugene
Message:

updates from trunk

Location:
branches/eam_branches/ipp-20130711/ippToPsps
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130711/ippToPsps

  • branches/eam_branches/ipp-20130711/ippToPsps/jython/ipptopspsdb.py

    r35605 r36072  
    11091109        ,queue_OB \
    11101110        ,parallel \
     1111        ,P2_smf_version \
     1112        ,ST_cmf_version \
    11111113        FROM skychunk \
    11121114        WHERE name = '" + self.skychunk.name + "'"
     
    11551157
    11561158            if rs.getInt(22) == 1: self.skychunk.parallel = True
     1159            self.skychunk.P2_smf_version = rs.getString(23)
     1160            self.skychunk.ST_cmf_version = rs.getString(24)
    11571161
    11581162            if self.skychunk.parallel: print "USING parallel"
Note: See TracChangeset for help on using the changeset viewer.