IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 6, 2015, 3:59:00 PM (11 years ago)
Author:
eugene
Message:

added StackToFrame table

File:
1 edited

Legend:

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

    r38941 r39067  
    48154815    </TABLE>
    48164816
     4817    <!-- StackToFrame Table ************************************************** -->
     4818    <TABLE name="StackToFrame">
     4819      <DESCRIPTION>Contains the mapping of input frames used to construct a particular stack along with processing stats.</DESCRIPTION>
     4820      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
     4821      <FIELD name="stackImageID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     4822        <DESCRIPTION>Unique stack identifier.</DESCRIPTION>
     4823      </FIELD>
     4824      <FIELD name="frameID" arraysize="1" datatype="int" unit="dimensionless" default="NA">
     4825        <DESCRIPTION>Unique frame/exposure identifier.</DESCRIPTION>
     4826      </FIELD>
     4827      <FIELD name="scaleFactor" arraysize="1" datatype="float" unit="dimensionless" default="0">
     4828        <DESCRIPTION>normalization factor applied to input image before stacking.</DESCRIPTION>
     4829      </FIELD>
     4830      <FIELD name="zp" arraysize="1" datatype="float" unit="magnitudes" default="0">
     4831        <DESCRIPTION>Photometric zeropoint.</DESCRIPTION>
     4832      </FIELD>
     4833      <FIELD name="expTime" arraysize="1" datatype="float" unit="seconds" default="-999">
     4834        <DESCRIPTION>Exposure time of the frame/exposure.</DESCRIPTION>
     4835      </FIELD>
     4836      <FIELD name="airMass" arraysize="1" datatype="float" unit="dimensionless" default="0">
     4837        <DESCRIPTION>Airmass at midpoint of the exposure.</DESCRIPTION>
     4838      </FIELD>
     4839      <DATA>
     4840        <TABLEDATA></TABLEDATA>
     4841      </DATA>
     4842    </TABLE>
     4843
     4844    <!-- StackDetEffMeta Table ************************************************** -->
    48174845    <TABLE name="StackDetEffMeta">
    48184846      <DESCRIPTION>Contains the detection efficiency information for a given stacked image.  Provides the number of recovered sources out of 500 and statistics about the magnitudes of the recovered sources for a range of magnitude offsets.</DESCRIPTION>
Note: See TracChangeset for help on using the changeset viewer.