IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2015, 4:37:02 PM (11 years ago)
Author:
watersc1
Message:

Updated render.pl that fixes a few bugs and resizes things to fit better. Fix typos in VOT entries. Drop momentM3/4C/S in diff measurements, as they are not measured. Drop psfLikelihood from forced warp measurements, as it is not measured.

File:
1 edited

Legend:

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

    r38849 r38867  
    139139        <DESCRIPTION>Camera configuration identifier.</DESCRIPTION>
    140140      </FIELD>
    141       <FIELD name="endDate" arraysize="1" datatype="float">
     141      <FIELD name="endDate" arraysize="1" datatype="float" unit="days">
    142142        <DESCRIPTION>Modified Julian Date of the end of this configuration.</DESCRIPTION>
    143143      </FIELD>
     
    185185        <DESCRIPTION>Error in calibrating color.</DESCRIPTION>
    186186      </FIELD>
    187       <FIELD name="startDate" arraysize="1" datatype="float">
     187      <FIELD name="startDate" arraysize="1" datatype="float" unit="days">
    188188        <DESCRIPTION>Modified Julian Date of the start of this configuration.</DESCRIPTION>
    189189      </FIELD>
     
    630630
    631631    <TABLE name="DetectionFlags2">
    632       <DESCRIPTION>Contains information flag values for detections.</DESCRIPTION>
     632      <DESCRIPTION>Contains information flag values for detections.  References:  Petrosian, V. 1976, ApJL, 209, L1.</DESCRIPTION>
    633633      <!-- branches/eam_branches/ipp-20150625/psModules/src/objects/pmSourceMasks.h / pmSourceMode2 -->
    634634      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
     
    664664          <TR><TD>ECONTOUR_FEW_PTS</TD>     <TD>0x00002000</TD><TD>8192     </TD><TD>Too few points to measure the elliptical contour.</TD></TR>
    665665          <TR><TD>RADBIN_NAN_CENTER</TD>    <TD>0x00004000</TD><TD>16384    </TD><TD>Radial bins failed with too many NaN center bin.</TD></TR>
    666           <TR><TD>PETRO_NAN_CENTER</TD>     <TD>0x00008000</TD><TD>32768    </TD><TD>Petrosian radial bins failed with too many NaN center bin.</TD></TR>
    667           <TR><TD>PETRO_NO_PROFILE</TD>     <TD>0x00010000</TD><TD>65536    </TD><TD>Petrosian not built becaues radial bins missing.</TD></TR>
    668           <TR><TD>PETRO_INSIG_RATIO</TD>    <TD>0x00020000</TD><TD>131072   </TD><TD>Insignificant measurement of Petrosian ratio.</TD></TR>
    669           <TR><TD>PETRO_RATIO_ZEROBIN</TD>  <TD>0x00040000</TD><TD>262144   </TD><TD>Petrosian ratio in the 0th bin (likely bad).</TD></TR>
     666          <TR><TD>PETRO_NAN_CENTER</TD>     <TD>0x00008000</TD><TD>32768    </TD><TD>Petrosian (1976) radial bins failed with too many NaN center bin.</TD></TR>
     667          <TR><TD>PETRO_NO_PROFILE</TD>     <TD>0x00010000</TD><TD>65536    </TD><TD>Petrosian (1976) not built becaues radial bins missing.</TD></TR>
     668          <TR><TD>PETRO_INSIG_RATIO</TD>    <TD>0x00020000</TD><TD>131072   </TD><TD>Insignificant measurement of Petrosian (1976) ratio.</TD></TR>
     669          <TR><TD>PETRO_RATIO_ZEROBIN</TD>  <TD>0x00040000</TD><TD>262144   </TD><TD>Petrosian (1976) ratio in the 0th bin (likely bad).</TD></TR>
    670670          <TR><TD>EXT_FITS_RUN</TD>         <TD>0x00080000</TD><TD>524288   </TD><TD>Attempted to run extended fits on this source.</TD></TR>
    671671          <TR><TD>EXT_FITS_FAIL</TD>        <TD>0x00100000</TD><TD>1048576  </TD><TD>At least one of the model fits failed.</TD></TR>
     
    677677
    678678    <TABLE name="DetectionFlags3">
    679       <DESCRIPTION>Contains information flag values for detections.</DESCRIPTION>
     679      <DESCRIPTION>Contains information flag values for detections.  References:  Kron, R. G. 1980, ApJS, 43, 305.</DESCRIPTION>
    680680      <!-- branches/eam_branches/ipp-20150625/Ohana/src/libdvo/include/dvo.h / DVOMeasureFlags -->
    681681      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
     
    720720          <TR><TD>PHOTOM_PSF</TD>    <TD>0x00100000</TD><TD>1048576    </TD><TD>This measurement is used for the mean PSF magnitude.</TD></TR>
    721721          <TR><TD>PHOTOM_APER</TD>   <TD>0x00200000</TD><TD>2097152    </TD><TD>This measurement is used for the mean aperture magnitude.</TD></TR>
    722           <TR><TD>PHOTOM_KRON</TD>   <TD>0x00400000</TD><TD>4194304    </TD><TD>This measurement is used for the mean Kron magnitude.</TD></TR>
     722          <TR><TD>PHOTOM_KRON</TD>   <TD>0x00400000</TD><TD>4194304    </TD><TD>This measurement is used for the mean Kron (1980) magnitude.</TD></TR>
    723723        </TABLEDATA>
    724724      </DATA>
Note: See TracChangeset for help on using the changeset viewer.