IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39046 for trunk


Ignore:
Timestamp:
Nov 5, 2015, 1:35:51 PM (11 years ago)
Author:
mhuber
Message:

adding DiffType table and ref+iq stack types to StackType table

File:
1 edited

Legend:

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

    r38982 r39046  
    519519          <TR><TD>0</TD><TD>NIGHTLY_STACK</TD><TD>Nightly stack</TD></TR>
    520520          <TR><TD>1</TD><TD>DEEP_STACK</TD><TD>Deep stack</TD></TR>
    521         </TABLEDATA>
    522       </DATA>
    523     </TABLE>
     521          <TR><TD>2</TD><TD>REF_STACK</TD><TD>Reference (seasonal) stack</TD></TR>
     522          <TR><TD>3</TD><TD>IQ_STACK</TD><TD>IQ stack</TD></TR>
     523        </TABLEDATA>
     524      </DATA>
     525    </TABLE>
     526
     527    <TABLE name="DiffType">
     528      <DESCRIPTION>Contains descriptions of the types of difference images constructed.</DESCRIPTION>
     529      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
     530      <FIELD name="diffTypeID" arraysize="1" datatype="unsignedByte">
     531        <DESCRIPTION>Diff type identifier.</DESCRIPTION>
     532      </FIELD>
     533      <FIELD name="name" arraysize="100" datatype="char">
     534        <DESCRIPTION>Diff type name.</DESCRIPTION>
     535      </FIELD>
     536      <FIELD name="description" arraysize="100" datatype="char">
     537        <DESCRIPTION>Diff type description.</DESCRIPTION>
     538      </FIELD>
     539      <DATA>
     540        <TABLEDATA>
     541          <TR><TD>0</TD><TD>WARP_STACK</TD><TD>warp-stack difference image</TD></TR>
     542          <TR><TD>1</TD><TD>STACK_STACK</TD><TD>stack-stack difference image</TD></TR>
     543        </TABLEDATA>
     544      </DATA>
     545    </TABLE>
     546
    524547    <TABLE name="TessellationType">
    525548      <DESCRIPTION>Contains descriptions of the types of image tessellations for the sky.</DESCRIPTION>
Note: See TracChangeset for help on using the changeset viewer.