IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2015, 4:20:00 PM (11 years ago)
Author:
watersc1
Message:

Update flag fields to default to 0 and be INT sized.

File:
1 edited

Legend:

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

    r38785 r38804  
    280280        <DESCRIPTION>Error in background sky level.</DESCRIPTION>
    281281      </FIELD>
    282       <FIELD name="DinfoFlag" arraysize="1" datatype="long" unit="dimensionless" default="-999">
     282      <FIELD name="DinfoFlag" arraysize="1" datatype="int" unit="dimensionless" default="0">
    283283        <DESCRIPTION>Information flag bitmask indicating details of the photometry.  Values listed in DetectionFlags.</DESCRIPTION>
    284284      </FIELD>
    285       <FIELD name="DinfoFlag2" arraysize="1" datatype="long" unit="dimensionless" default="-999">
     285      <FIELD name="DinfoFlag2" arraysize="1" datatype="int" unit="dimensionless" default="0">
    286286        <DESCRIPTION>Information flag bitmask indicating details of the photometry.  Values listed in DetectionFlags2.</DESCRIPTION>
    287287      </FIELD>
    288       <FIELD name="DinfoFlag3" arraysize="1" datatype="long" unit="dimensionless" default="-999">
     288      <FIELD name="DinfoFlag3" arraysize="1" datatype="int" unit="dimensionless" default="0">
    289289        <DESCRIPTION>Information flag bitmask indicating details of the photometry.  Values listed in DetectionFlags3.</DESCRIPTION>
    290290      </FIELD>
Note: See TracChangeset for help on using the changeset viewer.