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

    r38779 r38804  
    112112        <DESCRIPTION>Aperture fill factor for forced single epoch g filter detections within an aperture of radius r = 7.43 arcsec.</DESCRIPTION>
    113113      </FIELD>     
    114       <FIELD name="gFlags" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     114      <FIELD name="gFlags" arraysize="1" datatype="int" unit="dimensionless" default="0">
    115115        <DESCRIPTION>Information flag bitmask indicating details of the photometry from forced single epoch g filter detections.  Values listed in ObjectInfoFlags.</DESCRIPTION>
    116116      </FIELD>
     
    206206        <DESCRIPTION>Aperture fill factor for forced single epoch r filter detections within an aperture of radius r = 7.43 arcsec.</DESCRIPTION>
    207207      </FIELD>
    208       <FIELD name="rFlags" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     208      <FIELD name="rFlags" arraysize="1" datatype="int" unit="dimensionless" default="0">
    209209        <DESCRIPTION>Information flag bitmask indicating details of the photometry from forced single epoch r filter detections.  Values listed in ObjectInfoFlags.</DESCRIPTION>
    210210      </FIELD>
     
    300300        <DESCRIPTION>Aperture fill factor for forced single epoch i filter detections within an aperture of radius r = 7.43 arcsec.</DESCRIPTION>
    301301      </FIELD>
    302       <FIELD name="iFlags" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     302      <FIELD name="iFlags" arraysize="1" datatype="int" unit="dimensionless" default="0">
    303303        <DESCRIPTION>Information flag bitmask indicating details of the photometry from forced single epoch i filter detections.  Values listed in ObjectInfoFlags.</DESCRIPTION>
    304304      </FIELD>
     
    394394        <DESCRIPTION>Aperture fill factor for forced single epoch z filter detections within an aperture of radius r = 7.43 arcsec.</DESCRIPTION>
    395395      </FIELD>
    396       <FIELD name="zFlags" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     396      <FIELD name="zFlags" arraysize="1" datatype="int" unit="dimensionless" default="0">
    397397        <DESCRIPTION>Information flag bitmask indicating details of the photometry from forced single epoch z filter detections.  Values listed in ObjectInfoFlags.</DESCRIPTION>
    398398      </FIELD>
     
    488488        <DESCRIPTION>Aperture fill factor for forced single epoch y filter detections within an aperture of radius r = 7.43 arcsec.</DESCRIPTION>
    489489      </FIELD>
    490       <FIELD name="yFlags" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     490      <FIELD name="yFlags" arraysize="1" datatype="int" unit="dimensionless" default="0">
    491491        <DESCRIPTION>Information flag bitmask indicating details of the photometry from forced single epoch y filter detections.  Values listed in ObjectInfoFlags.</DESCRIPTION>
    492492      </FIELD>
Note: See TracChangeset for help on using the changeset viewer.