IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38761 for trunk


Ignore:
Timestamp:
Sep 21, 2015, 8:01:39 AM (11 years ago)
Author:
heather
Message:

magsat removed

Location:
trunk/ippToPsps/jython
Files:
2 edited

Legend:

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

    r38736 r38761  
    209209        sqlLine.group("sky",              self.getKeyFloat(header, "%.8f", 'MSKY_MN'))
    210210        sqlLine.group("skyScat",          self.getKeyFloat(header, "%.8f", 'MSKY_SIG'))
    211         sqlLine.group("magSat",           self.getKeyFloat(header, "%.8f", 'FSATUR'))
    212211        sqlLine.group("completMag",       self.getKeyFloat(header, "%.8f", 'FLIMIT'))
    213212        sqlLine.group("astroScat",        self.getKeyFloat(header, "%.8f", 'CERROR'))
  • trunk/ippToPsps/jython/diffbatch.py

    r38736 r38761  
    211211        sqlLine.group("skycellID",             self.skycellID[num]);
    212212        sqlLine.group("photoCalID",            self.photoCalID[num]);
    213         sqlLine.group("magSat",                self.getKeyFloat(self.header[num], "%.8f", 'FSATUR'));
    214213        sqlLine.group("analVer",               str(self.analVer[num]));
    215214        sqlLine.group("expTime",               self.expTime[num]);
Note: See TracChangeset for help on using the changeset viewer.