IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39050 for trunk


Ignore:
Timestamp:
Nov 6, 2015, 8:38:15 AM (11 years ago)
Author:
eugene
Message:

add field to track negative vs positive image detections; adjust names and descriptions for some diff-only measurements

File:
1 edited

Legend:

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

    r39043 r39050  
    121121        <DESCRIPTION>IPP internal detection identifier.</DESCRIPTION>
    122122      </FIELD>
     123      <FIELD name="fromPosImage" arraysize="1" datatype="unsignedByte" unit="dimensionless" default="NA">
     124        <DESCRIPTION>Detection is from positive image (if 1) or negative image (if 0).</DESCRIPTION>
     125      </FIELD>
    123126      <FIELD name="filterID" arraysize="1" datatype="unsignedByte" unit="dimensionless" default="NA">
    124127        <DESCRIPTION>Filter identifier.  Details in the Filter table.</DESCRIPTION>
     
    271274        <DESCRIPTION>Ratio of the number of positive flux pixels to the total number of all pixels within the aperture.</DESCRIPTION>
    272275      </FIELD>
    273       <FIELD name="diffPdist" arraysize="1" datatype="float" unit="sky pixels" default="-999">
     276      <FIELD name="diffPosDist" arraysize="1" datatype="float" unit="sky pixels" default="-999">
    274277        <DESCRIPTION>Distance to matching source in positive image.</DESCRIPTION>
    275278      </FIELD>
    276       <FIELD name="diffNdist" arraysize="1" datatype="float" unit="sky pixels" default="-999">
     279      <FIELD name="diffNegDist" arraysize="1" datatype="float" unit="sky pixels" default="-999">
    277280        <DESCRIPTION>Distance to matching source in negative image.</DESCRIPTION>
    278281      </FIELD>
    279       <FIELD name="diffPSN" arraysize="1" datatype="float" unit="dimensionless" default="-999">
     282      <FIELD name="diffPosSN" arraysize="1" datatype="float" unit="dimensionless" default="-999">
    280283        <DESCRIPTION>Signal to noise of matching source in positive image.</DESCRIPTION>
    281284      </FIELD>
    282       <FIELD name="diffNSN" arraysize="1" datatype="float" unit="dimensionless" default="-999">
     285      <FIELD name="diffNegSN" arraysize="1" datatype="float" unit="dimensionless" default="-999">
    283286        <DESCRIPTION>Signal to noise of matching source in negative image.</DESCRIPTION>
    284287      </FIELD>
Note: See TracChangeset for help on using the changeset viewer.