Changeset 38960 for trunk/ippToPsps/jython/forcedwarpbatch.py
- Timestamp:
- Oct 25, 2015, 5:57:48 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/forcedwarpbatch.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/forcedwarpbatch.py
r38958 r38960 86 86 self.projectionID = {} 87 87 self.tessID = {} 88 self.stackMetaID = {} 89 self.ippSkycalID = {} 88 90 89 91 #I give a number to the forcedwarp stuff, I am not sure if this is the best way but it might work … … 128 130 self.skycellName[num] = meta['skycell_id'] 129 131 self.tessName[num] = meta['tess_id'] 132 self.stackMetaID[num] = meta['stack_id'] 133 self.ippSkycalID[num] = meta['skycal_id'] 130 134 131 135 # This isn't populated in the database (it's NULL). The hack is below. … … 270 274 sqlLine.group("md5sum", str(self.md5sum[num])) 271 275 sqlLine.group("expTime", self.expTime[num]) 276 sqlLine.group("ippSkycalID", self.ippSkycalID[num]) 277 sqlLine.group("stackMetaID", self.stackMetaID[num]) 272 278 # no astrometry calibration for forced warp 273 279 # sqlLine.group("astroScat", self.getKeyFloat(header, "%.8f", 'CERROR'))
Note:
See TracChangeset
for help on using the changeset viewer.
