IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2015, 1:14:12 PM (11 years ago)
Author:
mhuber
Message:

making skyCellID consistent with ObjectThin as TINYINT/255

File:
1 edited

Legend:

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

    r38832 r38856  
    2424        <DESCRIPTION>Projection cell identifier.</DESCRIPTION>
    2525      </FIELD>
    26       <FIELD name="skyCellID" arraysize="1" datatype="float" unit="dimensionless" default="NA">
     26      <FIELD name="skyCellID" arraysize="1" datatype="unsignedByte" unit="dimensionless" default="255">
    2727        <DESCRIPTION>Skycell region identifier.</DESCRIPTION>
    2828      </FIELD>
     
    139139        <DESCRIPTION>Projection cell identifier.</DESCRIPTION>
    140140      </FIELD>
    141       <FIELD name="skyCellID" arraysize="1" datatype="float" unit="dimensionless" default="-999">
     141      <FIELD name="skyCellID" arraysize="1" datatype="unsignedByte" unit="dimensionless" default="255">
    142142        <DESCRIPTION>Skycell region identifier.</DESCRIPTION>
    143143      </FIELD>
     
    293293        <DESCRIPTION>Projection cell identifier.</DESCRIPTION>
    294294      </FIELD>
    295       <FIELD name="skyCellID" arraysize="1" datatype="float" unit="dimensionless" default="-999">
     295      <FIELD name="skyCellID" arraysize="1" datatype="unsignedByte" unit="dimensionless" default="255">
    296296        <DESCRIPTION>Skycell region identifier.</DESCRIPTION>
    297297      </FIELD>
     
    378378        <DESCRIPTION>Projection cell identifier.</DESCRIPTION>
    379379      </FIELD>
    380       <FIELD name="skyCellID" arraysize="1" datatype="float" unit="dimensionless" default="-999">
     380      <FIELD name="skyCellID" arraysize="1" datatype="unsignedByte" unit="dimensionless" default="255">
    381381        <DESCRIPTION>Skycell region identifier.</DESCRIPTION>
    382382      </FIELD>
Note: See TracChangeset for help on using the changeset viewer.