IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38759 for trunk


Ignore:
Timestamp:
Sep 21, 2015, 7:41:52 AM (11 years ago)
Author:
heather
Message:

drop magsat from forcedwarp

Location:
trunk/ippToPsps
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/config/tables.FW.vot

    r38751 r38759  
    3030        <DESCRIPTION>Photometric calibration identifier.  Details in the PhotoCal table.</DESCRIPTION>
    3131      </FIELD>
    32       <FIELD name="magSat" arraysize="1" datatype="float" unit="magnitudes" default="-999">
    33         <DESCRIPTION>Saturation magnitude.</DESCRIPTION>
    34       </FIELD>
    3532      <FIELD name="analysisVer" arraysize="100" datatype="char" unit="dimensionless" default="">
    3633        <DESCRIPTION>IPP software analysis release version.</DESCRIPTION>
  • trunk/ippToPsps/jython/forcedwarpbatch.py

    r38736 r38759  
    236236#        sqlLine.group("photoCalID",    photoCalID)
    237237#        self.logger.infoPair("building sql ","2")
    238         sqlLine.group("magSat",           self.getKeyFloat(header, "%.8f", 'FSATUR'))
     238     
    239239#        self.logger.infoPair("building sql ","3")
    240240        sqlLine.group("analVer",           str(self.analysisVer[num]))
Note: See TracChangeset for help on using the changeset viewer.