IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2010, 9:31:50 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/ippToPsps/config/detection/tables.xml

    r28050 r28794  
    7979    <column name="momentWidMajor" type="TFLOAT" default="-999" comment=" average PSF parameters from moments (unit = arcsec)"></column>
    8080    <column name="momentWidMinor" type="TFLOAT" default="-999" comment=" average PSF parameters from moments (unit = arcsec)"></column>
    81     <column name="momentTheta" type="TFLOAT" default="-999" comment=" average PSF parametets from moments (unit = deg)"></column>
    8281    <column name="apResid" type="TFLOAT" default="-999" comment="corrected aperture residual"></column>
    8382    <column name="dapResid" type="TFLOAT" default="-999" comment="scatter of aperture corrections"></column>
    84     <column name="detectorID" type="TSHORT" default="-999" comment="identifier for actual CCD chip"></column>
     83    <column name="detectorID" type="TSTRING" default=" " comment="identifier for actual CCD chip"></column>
    8584    <column name="qaFlags" type="TLONGLONG" default="-999" comment="Q/A flags for this OTA"></column>
    8685    <column name="detrend1" type="TSTRING" default=" " comment="identifier of detrend image 1"></column>
     
    144143    <column name="psfLikelihood" type="TFLOAT" default="-999" comment="PSF likelihood"></column>
    145144    <column name="psfCf" type="TFLOAT" default="-999" comment="PSF coverage factor"></column>
    146     <column name="momentWidMajor" type="TFLOAT" default="-999" comment=" PSF width in major axis from moments (unit = arcsec)"></column>
    147     <column name="momentWidMinor" type="TFLOAT" default="-999" comment=" PSF width in minot axis from moments (unit = arcsec)"></column>
    148     <column name="momentTheta" type="TFLOAT" default="-999" comment=" PSF orientation angle from moments (unit = deg)"></column>
     145    <column name="momentXX" type="TFLOAT" default="-999" comment=" moment XX (unit = arcsec)"></column>
     146    <column name="momentXY" type="TFLOAT" default="-999" comment=" moment XY (unit = arcsec)"></column>
     147    <column name="momentYY" type="TFLOAT" default="-999" comment=" momeny YY (unit = arcsec)"></column>
    149148    <column name="crLikelihood" type="TFLOAT" default="-999" comment="Likelihood the source is a cosmic ray"></column>
    150149    <column name="extendedLikelihood" type="TFLOAT" default="-999" comment="Likelihood the source is extended"></column>
Note: See TracChangeset for help on using the changeset viewer.