Changeset 38880 for trunk/ippToPsps/jython/stackbatch.py
- Timestamp:
- Oct 17, 2015, 1:24:00 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/stackbatch.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/stackbatch.py
r38855 r38880 259 259 expTime = self.getKeyFloat(header, "%.8f", 'EXPTIME') 260 260 zp = self.getKeyFloat(header, "%.8f", 'ZPT_OBS') 261 zpErr = self.getKeyFloat(header, "%.8f", 'ZPT_ERR') 261 262 262 263 # XXX zp correction should come from DVO … … 287 288 sqlLine.group("astroScat", astroscat) 288 289 sqlLine.group("photoZero", zp) 290 sqlLine.group("photoScat", zpErr) 291 sqlLine.group("nAstroRef", header['NASTRO']) 292 sqlLine.group("nPhotoRef", header['NASTRO']) 289 293 sqlLine.group("ctype1", header['CTYPE1']) 290 294 sqlLine.group("ctype2", header['CTYPE2']) … … 307 311 self.logger.error("problem with SQL: " + sql) 308 312 raise 313 314 self.scratchDb.updateRecalStats(tablename, str(stackID), str(pltscale)) 309 315 310 316 self.tablesToExport.append(tablename)
Note:
See TracChangeset
for help on using the changeset viewer.
