IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32500


Ignore:
Timestamp:
Oct 6, 2011, 1:41:11 PM (15 years ago)
Author:
rhenders
Message:

added psfFwhm_mean and psfFwhm_max

File:
1 edited

Legend:

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

    r32462 r32500  
    5858       self.filter = self.filter[0:1]
    5959       self.skycell = meta[1];
     60       print self.skycell
    6061       # TODO HACK fix this
    6162       self.skycell = self.skycell[8:12]
     
    8384       self.scratchDb.dropTable("SkyChip_xsrc")
    8485
    85        # create an output filename, which is {filterID}{skycellID}.FITS
     86       # create an output filename, which is {stackID}.FITS
    8687       self.outputFitsFile = "%08d.FITS" % self.id
    8788       self.outputFitsPath = "%s/%s" % (self.localOutPath, self.outputFitsFile)
     
    250251        ,expTime \
    251252        ,psfModelID \
     253        ,psfFwhm_mean \
     254        ,psfFwhm_max \
    252255        ,ctype1 \
    253256        ,ctype2 \
     
    269272        ," + str(self.expTime) + " \
    270273        ,'" + self.safeDictionaryAccess(self.header, 'PSFMODEL') + "' \
     274        ,'" + self.safeDictionaryAccess(self.header, 'FWHM_MAJ') + "' \
     275        ,'" + self.safeDictionaryAccess(self.header, 'FW_MJ_UQ') + "' \
    271276        ,'" + self.header['CTYPE1'] + "' \
    272277        ,'" + self.header['CTYPE2'] + "' \
Note: See TracChangeset for help on using the changeset viewer.