- Timestamp:
- Jan 15, 2013, 5:53:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/detectionbatch.py
r34902 r34926 89 89 #self.endY = 8 90 90 91 # get a f reprimary header values. if in test mode, then use defaults91 # get a few primary header values. if in test mode, then use defaults 92 92 if self.safeDictionaryAccessWithDefault(self.header, 'MJD-OBS', "1") == "NULL": 93 93 self.logger.errorPair("Could not get", "MJD-OBS") … … 234 234 except: pass 235 235 236 # insert all detectionsinto table236 # insert image metadata into table 237 237 sql = "INSERT INTO " + tableName + " ( \ 238 238 frameID \ … … 386 386 except: pass 387 387 388 # delete all detections with PSF_INST_MAG < 17.5, as decreed by Gene388 # delete all detections with PSF_INST_MAG < -17.5, as decreed by Gene 389 389 BEFORE = self.scratchDb.getRowCount(ippTableName) 390 390 #don't do this anymore
Note:
See TracChangeset
for help on using the changeset viewer.
