IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27434


Ignore:
Timestamp:
Mar 24, 2010, 11:18:06 AM (16 years ago)
Author:
rhenders
Message:

Object CalColor table added

File:
1 edited

Legend:

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

    r27345 r27434  
    101101    <column name="dataRelease" type="TBYTE" default="0" comment="Data release when this detection was taken"></column>
    102102  </table>
     103  <table name="ObjectCalColor">
     104    <column name="objID" type="TLONGLONG" default="0" comment="ODM object identifier"></column>
     105    <column name="ippObjID" type="TLONGLONG" default="0" comment="ipp object identifier"></column>
     106    <column name="filterID" type="TBYTE" default="0" comment="filter identifier"></column>
     107    <column name="calColor" type="TFLOAT" default="0" comment=" color adopted for magnitude calculation (unit = mag)"></column>
     108    <column name="calColorErr" type="TFLOAT" default="0" comment=" error in calibrating color (unit = mag)"></column>
     109    <column name="calibModNum" type="TSHORT" default="0" comment="calibration modification number"></column>
     110    <column name="dataRelease" type="TBYTE" default="0" comment="Data release when this color calibration was established"></column>
     111  </table>
    103112</tableDescriptions>
Note: See TracChangeset for help on using the changeset viewer.