IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28024


Ignore:
Timestamp:
May 19, 2010, 12:27:31 PM (16 years ago)
Author:
rhenders
Message:

Changes to reflect surveyID added to SkinnyObject table in PSPS schema

Location:
trunk/ippToPsps
Files:
2 edited

Legend:

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

    r27943 r28024  
    163163    <column name="projectionCellID" type="TLONG" default="-999" comment="projection cell identifier at discovery time"></column>
    164164    <column name="dataRelease" type="TBYTE" default="0" comment="Data release to propagate to the object"></column>
     165    <column name="surveyID" type="TBYTE" default="255" comment="surveyID &lt;/coluumn&gt;"></column>
    165166  </table>
    166167  <table name="ObjectCalColor">
  • trunk/ippToPsps/src/ippToPspsDetEnums.h

    r27944 r28024  
    167167  SKINNYOBJECT_PROJECTIONCELLID = 3,
    168168  SKINNYOBJECT_DATARELEASE = 4,
     169  SKINNYOBJECT_SURVEYID = 5,
    169170} SkinnyObject;
    170171
Note: See TracChangeset for help on using the changeset viewer.