IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 20, 2010, 1:44:07 PM (16 years ago)
Author:
rhenders
Message:

flag fields are now 64 (rather than 32) bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/config/detection/tables.xml

    r28024 r28050  
    8383    <column name="dapResid" type="TFLOAT" default="-999" comment="scatter of aperture corrections"></column>
    8484    <column name="detectorID" type="TSHORT" default="-999" comment="identifier for actual CCD chip"></column>
    85     <column name="qaFlags" type="TLONG" default="-999" comment="Q/A flags for this OTA"></column>
     85    <column name="qaFlags" type="TLONGLONG" default="-999" comment="Q/A flags for this OTA"></column>
    8686    <column name="detrend1" type="TSTRING" default=" " comment="identifier of detrend image 1"></column>
    8787    <column name="detrend2" type="TSTRING" default=" " comment="identifier of detrend image 2"></column>
     
    149149    <column name="crLikelihood" type="TFLOAT" default="-999" comment="Likelihood the source is a cosmic ray"></column>
    150150    <column name="extendedLikelihood" type="TFLOAT" default="-999" comment="Likelihood the source is extended"></column>
    151     <column name="infoFlag" type="TLONG" default="-999" comment="flag indicating provenance information"></column>
     151    <column name="infoFlag" type="TLONGLONG" default="-999" comment="flag indicating provenance information"></column>
    152152    <column name="sky" type="TFLOAT" default="-999" comment=" PSF sky level at source (unit = adu)"></column>
    153153    <column name="skyErr" type="TFLOAT" default="-999" comment=" estimated error in sky (unit = adu)"></column>
Note: See TracChangeset for help on using the changeset viewer.