IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2015, 5:57:48 PM (11 years ago)
Author:
bills
Message:

add more tracking IDS
ForcedWarpMeta.ippSkycalID
ForcedWarpMeta.stackMetaID
DiffMeta.ippDiffID

File:
1 edited

Legend:

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

    r38958 r38960  
    8686       self.projectionID = {}
    8787       self.tessID = {}
     88       self.stackMetaID = {}
     89       self.ippSkycalID = {}
    8890
    8991       #I give a number to the forcedwarp stuff, I am not sure if this is the best way but it might work
     
    128130           self.skycellName[num] = meta['skycell_id']
    129131           self.tessName[num]    = meta['tess_id']
     132           self.stackMetaID[num] = meta['stack_id']
     133           self.ippSkycalID[num] = meta['skycal_id']
    130134       
    131135           # This isn't populated in the database (it's NULL).  The hack is below.
     
    270274        sqlLine.group("md5sum",         str(self.md5sum[num]))
    271275        sqlLine.group("expTime",        self.expTime[num])
     276        sqlLine.group("ippSkycalID",    self.ippSkycalID[num])
     277        sqlLine.group("stackMetaID",    self.stackMetaID[num])
    272278# no astrometry calibration for forced warp
    273279#       sqlLine.group("astroScat",      self.getKeyFloat(header, "%.8f", 'CERROR'))
Note: See TracChangeset for help on using the changeset viewer.