IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2017, 6:57:49 PM (9 years ago)
Author:
heather
Message:

changes to make fw / p2 work around various dvo / cmf/smf issues

File:
1 edited

Legend:

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

    r39544 r40208  
    6060       meta = self.gpc1Db.getCameraStageMeta(self.id)
    6161       if not meta:
    62            self.logger.errorPair("Could not get", "camera metadata")
    63            raise
     62           self.logger.infoPair("Could not get camera metadata", "trying with no warp id")
     63           meta = self.gpc1Db.getCameraStageMetaNoWarpID(self.id)
     64           if not meta:
     65               self.logger.errorPair("Could not get camera metadata", "now what?")
     66               raise
     67       
    6468
    6569       # set a flag indicating that we have the new columns added in version 5 of the
     
    8084       self.chipID = meta[6];
    8185       self.warpID = meta[7];
     86       
     87       
     88
    8289
    8390       if not self.analysisVer: self.analysisVer = -999
Note: See TracChangeset for help on using the changeset viewer.