IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39043 for trunk


Ignore:
Timestamp:
Nov 5, 2015, 1:07:56 PM (11 years ago)
Author:
eugene
Message:

update descriptions of the diff-specific fields

File:
1 edited

Legend:

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

    r39037 r39043  
    259259        <DESCRIPTION>Number of difference pixels within the aperture that are positive.</DESCRIPTION>
    260260      </FIELD>
    261       <FIELD name="diffFRatio" arraysize="1" datatype="float" unit="dimensionless" default="-999">
    262         <DESCRIPTION>Fraction of unmasked flux within the aperture that is positive.</DESCRIPTION>
    263       </FIELD>
    264       <FIELD name="diffNBad" arraysize="1" datatype="float" unit="dimensionless" default="-999">
    265         <DESCRIPTION>Fraction of unmasked difference pixels within the aperture that are positive.</DESCRIPTION>
    266       </FIELD>
    267       <FIELD name="diffNMask" arraysize="1" datatype="float" unit="dimensionless" default="-999">
    268         <DESCRIPTION>Fraction difference pixels within the aperture that are positive asdfasdfasdfsdfs.</DESCRIPTION>
    269       </FIELD>
    270       <FIELD name="diffNAll" arraysize="1" datatype="float" unit="dimensionless" default="-999">
    271         <DESCRIPTION>Fraction of all difference pixels within the aperture that are positive.</DESCRIPTION>
     261      <FIELD name="diffFPosRatio" arraysize="1" datatype="float" unit="dimensionless" default="-999">
     262        <DESCRIPTION>Ratio of the sum of positive flux pixel values to the sum of the absolute value of all unmasked pixel within the aperture.</DESCRIPTION>
     263      </FIELD>
     264      <FIELD name="diffNPosRatio" arraysize="1" datatype="float" unit="dimensionless" default="-999">
     265        <DESCRIPTION>Ratio of the number of positive flux pixels to the number of unmasked pixels within the aperture.</DESCRIPTION>
     266      </FIELD>
     267      <FIELD name="diffNPosMask" arraysize="1" datatype="float" unit="dimensionless" default="-999">
     268        <DESCRIPTION>Ratio of the number of positive flux pixels to the number of positive or masked pixels within the aperture</DESCRIPTION>
     269      </FIELD>
     270      <FIELD name="diffNPosAll" arraysize="1" datatype="float" unit="dimensionless" default="-999">
     271        <DESCRIPTION>Ratio of the number of positive flux pixels to the total number of all pixels within the aperture.</DESCRIPTION>
    272272      </FIELD>
    273273      <FIELD name="diffPdist" arraysize="1" datatype="float" unit="sky pixels" default="-999">
    274         <DESCRIPTION>Distance to matching positive source.</DESCRIPTION>
     274        <DESCRIPTION>Distance to matching source in positive image.</DESCRIPTION>
    275275      </FIELD>
    276276      <FIELD name="diffNdist" arraysize="1" datatype="float" unit="sky pixels" default="-999">
    277         <DESCRIPTION>Distance to matching negative source.</DESCRIPTION>
     277        <DESCRIPTION>Distance to matching source in negative image.</DESCRIPTION>
    278278      </FIELD>
    279279      <FIELD name="diffPSN" arraysize="1" datatype="float" unit="dimensionless" default="-999">
    280         <DESCRIPTION>Signal to noise of matching positive source.</DESCRIPTION>
     280        <DESCRIPTION>Signal to noise of matching source in positive image.</DESCRIPTION>
    281281      </FIELD>
    282282      <FIELD name="diffNSN" arraysize="1" datatype="float" unit="dimensionless" default="-999">
    283         <DESCRIPTION>Signal to noise of matching negative source.</DESCRIPTION>
     283        <DESCRIPTION>Signal to noise of matching source in negative image.</DESCRIPTION>
    284284      </FIELD>
    285285      <FIELD name="Dsky" arraysize="1" datatype="float" unit="Janskys/arcsec^2" default="-999">
Note: See TracChangeset for help on using the changeset viewer.