Changeset 38795 for trunk/ippToPsps/jython/detectionbatch.py
- Timestamp:
- Oct 6, 2015, 3:42:48 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r38794 r38795 220 220 sqlLine.group("numAstroRef", self.getKeyValue(header, 'NASTRO')) 221 221 sqlLine.group("numPhotoRef", self.getKeyValue(header, 'NASTRO')) 222 sqlLine.group("n x", self.getKeyInt(header, 0, 'CNAXIS1'))223 sqlLine.group("n y", self.getKeyInt(header, 0, 'CNAXIS2'))222 sqlLine.group("nAxis1", self.getKeyInt(header, 0, 'NAXIS1')) 223 sqlLine.group("nAxis2", self.getKeyInt(header, 0, 'NAXIS2')) 224 224 sqlLine.group("psfModelID" psfmodelID) 225 225 sqlLine.group("psfFwhm", str(psfFwhm))
Note:
See TracChangeset
for help on using the changeset viewer.
