IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34952


Ignore:
Timestamp:
Jan 17, 2013, 6:14:37 AM (14 years ago)
Author:
eugene
Message:

add blank lines to clarify

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/ipptopspsdb.py

    r34661 r34952  
    970970        try:
    971971            rs = self.executeQuery(sql)
     972
    972973            rs.first()
    973974            self.config.datastoreProduct = rs.getString(1)
     
    991992            self.config.basePath = rs.getString(11)
    992993            self.config.dataRelease = rs.getInt(12)
     994
    993995            self.config.deleteLocal = rs.getInt(13)
    994996            self.config.deleteDatastore = rs.getInt(14)
    995997            self.config.deleteDxLayer = rs.getInt(15)
     998
    996999            self.config.epoch = rs.getString(16)
    9971000            self.config.survey = rs.getString(17)
    9981001            self.config.pspsSurvey = rs.getString(18)
     1002
    9991003            if rs.getInt(19) == 1: self.config.batchTypes.append("P2")
    10001004            if rs.getInt(20) == 1: self.config.batchTypes.append("ST")
Note: See TracChangeset for help on using the changeset viewer.