IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2013, 9:03:41 PM (14 years ago)
Author:
eugene
Message:

split psps table functions to allow non-XYnn chips; test Chip.hdr; parse header keyword values of form 1.00E+10; smfs need to be in PS1_V3 or higher; make pseudo mef cmf for test; turn on force mode (turn off before releasing)

File:
1 edited

Legend:

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

    r34972 r35003  
    999999
    10001000            self.config.epoch = rs.getString(16)
     1001
    10011002            self.config.survey = rs.getString(17)
    10021003            self.config.pspsSurvey = rs.getString(18)
     
    10051006            if rs.getInt(20) == 1: self.config.batchTypes.append("ST")
    10061007            if rs.getInt(21) == 1: self.config.batchTypes.append("OB")
    1007             self.config.force = False # TODO
     1008            self.config.force = True # TODO
    10081009            self.config.test = False # TODO
    10091010            self.config.isLoaded = True
     
    11011102               GROUP BY ra_center LIMIT 1"
    11021103
     1104        # XXX print "sql: ", sql               
     1105
    11031106        try:
    11041107            rs = self.executeQuery(sql)
Note: See TracChangeset for help on using the changeset viewer.