Changeset 31389
- Timestamp:
- Apr 27, 2011, 9:50:07 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r31365 r31389 51 51 self.endY = 8 52 52 53 #self.startX = 654 #self.endX = 753 #self.startX = 1 54 #self.endX = 2 55 55 #self.startY = 7 56 56 #self.endY = 8 … … 313 313 self.scratchDb.updateAllRows(tableName, "dataRelease", str(self.dataRelease)) 314 314 self.totalNumPhotoRef = self.totalNumPhotoRef + int(header['NASTRO']) 315 self.scratchDb.replaceNullsInThisColumn(tableName, "polyOrder", "0") 315 316 316 317 ''' … … 640 641 641 642 file = gpc1Db.getCameraStageSmf(camID) 642 #file = "detdemo.fits"643 643 detectionBatch = DetectionBatch(logger, camID, file, False) 644 644 … … 646 646 647 647 detectionBatch.createEmptyPspsTables() 648 detectionBatch.importIppTables("XY33\.psf")648 #detectionBatch.importIppTables(".*.psf") 649 649 if detectionBatch.populatePspsTables(): 650 650 detectionBatch.exportPspsTablesToFits("([a-zA-Z]+)")
Note:
See TracChangeset
for help on using the changeset viewer.
