- Timestamp:
- Sep 21, 2015, 8:01:39 AM (11 years ago)
- Location:
- trunk/ippToPsps/jython
- Files:
-
- 2 edited
-
detectionbatch.py (modified) (1 diff)
-
diffbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r38736 r38761 209 209 sqlLine.group("sky", self.getKeyFloat(header, "%.8f", 'MSKY_MN')) 210 210 sqlLine.group("skyScat", self.getKeyFloat(header, "%.8f", 'MSKY_SIG')) 211 sqlLine.group("magSat", self.getKeyFloat(header, "%.8f", 'FSATUR'))212 211 sqlLine.group("completMag", self.getKeyFloat(header, "%.8f", 'FLIMIT')) 213 212 sqlLine.group("astroScat", self.getKeyFloat(header, "%.8f", 'CERROR')) -
trunk/ippToPsps/jython/diffbatch.py
r38736 r38761 211 211 sqlLine.group("skycellID", self.skycellID[num]); 212 212 sqlLine.group("photoCalID", self.photoCalID[num]); 213 sqlLine.group("magSat", self.getKeyFloat(self.header[num], "%.8f", 'FSATUR'));214 213 sqlLine.group("analVer", str(self.analVer[num])); 215 214 sqlLine.group("expTime", self.expTime[num]);
Note:
See TracChangeset
for help on using the changeset viewer.
