Changeset 32305 for trunk/ippToPsps
- Timestamp:
- Sep 4, 2011, 4:33:36 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r32286 r32305 375 375 results['ORIGINALTOTAL'] = self.scratchDb.getRowCount(ippTableName) 376 376 377 378 377 # drop then re-create table 379 378 self.scratchDb.dropTable(pspsTableName) … … 754 753 if self.testMode: regex = "XY33.psf" 755 754 else : regex = ".*.psf" 756 757 return super(DetectionBatch, self).importIppTables(regex) 755 756 columns = "IPP_IDET X_PSF Y_PSF X_PSF_SIG Y_PSF_SIG PSF_INST_MAG PSF_INST_MAG_SIG PEAK_FLUX_AS_MAG PSF_MAJOR PSF_MINOR PSF_THETA EXT_NSIGMA PSF_QF MOMENTS_XX MOMENTS_XY MOMENTS_YY AP_MAG KRON_FLUX KRON_FLUX_ERR FLAGS SKY SKY_SIGMA EXT_NSIGMA" 757 758 return super(DetectionBatch, self).importIppTables(columns, regex) 758 759 759 760
Note:
See TracChangeset
for help on using the changeset viewer.
