IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2015, 2:20:15 PM (11 years ago)
Author:
eugene
Message:

adjust md5sum code to put options into single location; test for AP_NPIX before trying to use in diffbatch; apply static plate scale in stackbatch; add FW source X,Y, ccdID

File:
1 edited

Legend:

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

    r38956 r38958  
    7878       self.expTime = {}
    7979       self.analysisVer = {}
    80        set.md5sum = {}
     80       self.md5sum = {}
    8181       self.tessName = {}
    8282       self.obsTime = {}
     
    385385        sqlLine.group("FpsfFlux",          "PSF_INST_FLUX / " + expTimeString)
    386386        sqlLine.group("FpsfFluxErr",       "PSF_INST_FLUX_SIG / " + expTimeString)
     387        sqlLine.group("xPosChip",          "SRC_CHIP_X")
     388        sqlLine.group("yPosChip",          "SRC_CHIP_Y")
     389        sqlLine.group("FccdID"  ,          "SRC_CHIP_NUM")
    387390        sqlLine.group("FpsfMajorFWHM",     "PSF_FWHM_MAJ * abs(PLTSCALE)")
    388391        sqlLine.group("FpsfMinorFWHM",     "PSF_FWHM_MIN * abs(PLTSCALE)")
Note: See TracChangeset for help on using the changeset viewer.