Changeset 38995 for trunk/ippToPsps/jython/detectionbatch.py
- Timestamp:
- Oct 28, 2015, 8:29:33 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r38973 r38995 844 844 self.updateDvoIDs("Detection_" + chipname, self.imageIDs[chipname]) 845 845 self.logger.info("updated dvoids") 846 846 847 results['NULLOBJID'] = self.scratchDb.reportAndDeleteRowsWithNULLS("Detection_" + chipname, "objID") 847 848 self.logger.info("deleted nulls") … … 1060 1061 def importIppTables(self, filter=""): 1061 1062 1062 ## XXX does the regex work?1063 regex = " XY*"1063 ## regex only works for -stilts import 1064 regex = ".*" 1064 1065 1065 1066 ## for a quick test, just do the first chip: … … 1076 1077 columns = "IPP_IDET X_PSF Y_PSF X_PSF_SIG Y_PSF_SIG POSANGLE PLTSCALE PSF_INST_FLUX PSF_INST_FLUX_SIG PSF_FWHM_MAJ PSF_FWHM_MIN PSF_THETA PSF_CORE PSF_QF PSF_QF_PERFECT PSF_CHISQ EXT_NSIGMA MOMENTS_XX MOMENTS_XY MOMENTS_YY MOMENTS_R1 MOMENTS_RH MOMENTS_M3C MOMENTS_M3S MOMENTS_M4C MOMENTS_M4S AP_FLUX AP_FLUX_SIG AP_NPIX AP_MAG_RADIUS KRON_FLUX KRON_FLUX_ERR SKY SKY_SIGMA FLAGS FLAGS2" 1077 1078 1078 #### crap crap crap1079 1080 ## this is apparently over-riding the choices above1081 ## regex = ".*"1082 1083 1079 ## the list of columns above works fine for *.psf, but breaks the *.deteff tables 1084 1080 ## just read all columns
Note:
See TracChangeset
for help on using the changeset viewer.
