Changeset 38794 for trunk/ippToPsps/jython/detectionbatch.py
- Timestamp:
- Oct 6, 2015, 3:38:02 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r38791 r38794 198 198 psfFwhm = 0.5*(float(psfFwhmMajor) + float(psfFwhmMinor)) 199 199 200 psfmodel_name = self.getKeyValue(header, 'PSFMODEL') 201 psfmodelID = self.scratchDb.getFitModelID(psfmodel_name) 202 200 203 ast_cdx = self.getKeyFloat(header, "%.8f",'AST_CDX') 201 204 ast_cdy = self.getKeyFloat(header, "%.8f",'AST_CDY') … … 219 222 sqlLine.group("nx", self.getKeyInt(header, 0, 'CNAXIS1')) 220 223 sqlLine.group("ny", self.getKeyInt(header, 0, 'CNAXIS2')) 224 sqlLine.group("psfModelID" psfmodelID) 221 225 sqlLine.group("psfFwhm", str(psfFwhm)) 222 226 sqlLine.group("psfWidMajor", psfFwhmMajor)
Note:
See TracChangeset
for help on using the changeset viewer.
