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.FW.vot

    r38796 r38804  
    244244        <DESCRIPTION>Error in background sky level.</DESCRIPTION>
    245245      </FIELD>
    246        <FIELD name="FinfoFlag" arraysize="1" datatype="long" unit="dimensionless" default="-999">
     246       <FIELD name="FinfoFlag" arraysize="1" datatype="int" unit="dimensionless" default="0">
    247247        <DESCRIPTION>Information flag bitmask indicating details of the photometry.  Values listed in DetectionFlags.</DESCRIPTION>
    248248      </FIELD>
    249        <FIELD name="FinfoFlag2" arraysize="1" datatype="long" unit="dimensionless" default="-999">
     249       <FIELD name="FinfoFlag2" arraysize="1" datatype="int" unit="dimensionless" default="0">
    250250        <DESCRIPTION>Information flag bitmask indicating details of the photometry.  Values listed in DetectionFlags2.</DESCRIPTION>
    251251      </FIELD>
    252        <FIELD name="FinfoFlag3" arraysize="1" datatype="long" unit="dimensionless" default="-999">
     252       <FIELD name="FinfoFlag3" arraysize="1" datatype="int" unit="dimensionless" default="0">
    253253        <DESCRIPTION>Information flag bitmask indicating details of the photometry.  Values listed in DetectionFlags3.</DESCRIPTION>
    254254      </FIELD>
Note: See TracChangeset for help on using the changeset viewer.