IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2015, 3:42:48 PM (11 years ago)
Author:
watersc1
Message:

Fix nx/ny in imageMeta to be less confusing, and to have the full chip image size instead of just a single cell.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/detectionbatch.py

    r38794 r38795  
    220220        sqlLine.group("numAstroRef",      self.getKeyValue(header, 'NASTRO'))
    221221        sqlLine.group("numPhotoRef",      self.getKeyValue(header, 'NASTRO'))
    222         sqlLine.group("nx",               self.getKeyInt(header, 0, 'CNAXIS1'))
    223         sqlLine.group("ny",               self.getKeyInt(header, 0, 'CNAXIS2'))
     222        sqlLine.group("nAxis1",               self.getKeyInt(header, 0, 'NAXIS1'))
     223        sqlLine.group("nAxis2",               self.getKeyInt(header, 0, 'NAXIS2'))
    224224        sqlLine.group("psfModelID"        psfmodelID)
    225225        sqlLine.group("psfFwhm",          str(psfFwhm))
Note: See TracChangeset for help on using the changeset viewer.