IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2010, 2:36:09 PM (16 years ago)
Author:
rhenders
Message:

Changes to accommodate new PSPS schema.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/config/detection/tables.xml

    r27345 r27607  
    11<?xml version="1.0" encoding="UTF-8"?>
    22
    3 <tableDescriptions type="DT">
     3<tableDescriptions type="det">
    44  <table name="FrameMeta">
    55    <column name="frameID" type="TLONG" default="0" comment="unique exposure/frame identifier."></column>
     6    <column name="frameName" type="TSTRING" default=" " comment="frame name provided by camera software"></column>
    67    <column name="surveyID" type="TBYTE" default="0" comment="survey flag identifier"></column>
    78    <column name="filterID" type="TBYTE" default="0" comment="filter identifier"></column>
     
    910    <column name="cameraConfigID" type="TSHORT" default="0" comment="camera configuration identifier"></column>
    1011    <column name="telescopeID" type="TSHORT" default="0" comment="telescope identifier"></column>
    11     <column name="analysisVer" type="TSHORT" default="-999" comment="version number of analysis"></column>
    12     <column name="p1Recip" type="TSHORT" default="-999" comment="IPP phase 1 recipe ID"></column>
    13     <column name="p2Recip" type="TSHORT" default="-999" comment="IPP phase 2 recipe ID"></column>
    14     <column name="p3Recip" type="TSHORT" default="-999" comment="IPP phase 3 recipe ID"></column>
    15     <column name="nP2Images" type="TSHORT" default="-999" comment="number of OTA/CCD images in this P2 exposure"></column>
    16     <column name="astroScat" type="TFLOAT" default="-999" comment=" global astrometric scatter (unit = mas)"></column>
     12    <column name="analysisVer" type="TSTRING" default=" " comment="IPP software analysis release"></column>
     13    <column name="p1Recip" type="TSTRING" default=" " comment="IPP phase 1 MD5 Checksum"></column>
     14    <column name="p2Recip" type="TSTRING" default=" " comment="IPP phase 2 MD5 Checksum"></column>
     15    <column name="p3Recip" type="TSTRING" default=" " comment="IPP phase 3 MD5 Checksum"></column>
     16    <column name="nOTA" type="TSHORT" default="-999" comment="number of valid OTA/CCD images in this exposure"></column>
    1717    <column name="photoScat" type="TFLOAT" default="-999" comment=" global photometric scatter (unit = mag)"></column>
    18     <column name="nAstRef" type="TLONG" default="-999" comment="number of astrometric reference sources"></column>
    19     <column name="nPhoRef" type="TLONG" default="-999" comment="number of photometric reference sources"></column>
     18    <column name="numPhotoRef" type="TLONG" default="-999" comment="number of photometric reference sources"></column>
    2019    <column name="expStart" type="TFLOAT" default="-999" comment=" exposure start time in MJD (unit = day)"></column>
    2120    <column name="expTime" type="TFLOAT" default="-999" comment=" exposure time (unit = s)"></column>
     
    6261    <column name="skyScat" type="TFLOAT" default="-999" comment=" scatter in mean sky level (unit = ADU)"></column>
    6362    <column name="nDetect" type="TLONG" default="-999" comment="number of detections on CCD"></column>
    64     <column name="magSat" type="TFLOAT" default="-999" comment="saturation magnitude level"></column>
    65     <column name="completMag" type="TFLOAT" default="-999" comment="95% completion level in mag"></column>
    66     <column name="astroScat" type="TFLOAT" default="-999" comment="astrometric scatter for chip"></column>
     63    <column name="magSat" type="TFLOAT" default="-999" comment=" saturation magnitude level (unit = mag)"></column>
     64    <column name="completMag" type="TFLOAT" default="-999" comment=" 95% completion level in mag (unit = mag)"></column>
     65    <column name="astroScat" type="TFLOAT" default="-999" comment=" astrometric scatter for chip (unit = mag)"></column>
    6766    <column name="photoScat" type="TFLOAT" default="-999" comment="photometric scatter for chip"></column>
    68     <column name="nAstRef" type="TLONG" default="-999" comment="number of astrometric reference sources"></column>
    69     <column name="nPhoRef" type="TLONG" default="-999" comment="number of photometric reference sources"></column>
     67    <column name="numAstroRef" type="TLONG" default="-999" comment="number of astrometric reference sources"></column>
     68    <column name="numPhotoRef" type="TLONG" default="-999" comment="number of photometric reference sources"></column>
    7069    <column name="nx" type="TSHORT" default="-999" comment="chip dimension in x"></column>
    7170    <column name="ny" type="TSHORT" default="-999" comment="chip dimension in y"></column>
    72     <column name="psfFwhm" type="TFLOAT" default="-999" comment="PSF full width at half maximum"></column>
    7371    <column name="psfModelID" type="TLONG" default="-999" comment="PSF model identifier"></column>
    74     <column name="psfWidMajor" type="TFLOAT" default="-999" comment="PSF parameters"></column>
    75     <column name="psfWidMinor" type="TFLOAT" default="-999" comment="PSF parameters"></column>
    76     <column name="psfTheta" type="TFLOAT" default="-999" comment="PSF parameters"></column>
    77     <column name="psfExtra1" type="TFLOAT" default="-999" comment="PSF parameters"></column>
    78     <column name="psfExtra2" type="TFLOAT" default="-999" comment="PSF parameters"></column>
     72    <column name="psfFwhm" type="TFLOAT" default="-999" comment=" model psf full width at half maximum at chip center (unit = arcsec)"></column>
     73    <column name="psfWidMajor" type="TFLOAT" default="-999" comment=" model PSF parameters at chip center (unit = arcsec)"></column>
     74    <column name="psfWidMinor" type="TFLOAT" default="-999" comment=" model PSF parameters at chip center (unit = arcsec)"></column>
     75    <column name="psfTheta" type="TFLOAT" default="-999" comment=" model PSF parameters at chip center (unit = deg)"></column>
     76    <column name="momentFwhm" type="TFLOAT" default="-999" comment=" average PSF full width at half maximum from moments (unit = arcsec)"></column>
     77    <column name="momentWidMajor" type="TFLOAT" default="-999" comment=" average PSF parameters from moments (unit = arcsec)"></column>
     78    <column name="momentWidMinor" type="TFLOAT" default="-999" comment=" average PSF parameters from moments (unit = arcsec)"></column>
     79    <column name="momentTheta" type="TFLOAT" default="-999" comment=" average PSF parametets from moments (unit = deg)"></column>
    7980    <column name="apResid" type="TFLOAT" default="-999" comment="corrected aperture residual"></column>
    8081    <column name="dapResid" type="TFLOAT" default="-999" comment="scatter of aperture corrections"></column>
    8182    <column name="detectorID" type="TSHORT" default="-999" comment="identifier for actual CCD chip"></column>
    82     <column name="qaFlags" type="TLONG" default="-999" comment="Q/A flags"></column>
    83     <column name="detrend1" type="TLONGLONG" default="-999" comment="identifier of detrend image 1"></column>
    84     <column name="detrend2" type="TLONGLONG" default="-999" comment="identifier of detrend image 2"></column>
    85     <column name="detrend3" type="TLONGLONG" default="-999" comment="identifier of detrend image 3"></column>
    86     <column name="detrend4" type="TLONGLONG" default="-999" comment="identifier of detrend image 4"></column>
    87     <column name="detrend5" type="TLONGLONG" default="-999" comment="identifier of detrend image 5"></column>
    88     <column name="detrend6" type="TLONGLONG" default="-999" comment="identifier of detrend image 6"></column>
    89     <column name="detrend7" type="TLONGLONG" default="-999" comment="identifier of detrend image 7"></column>
    90     <column name="detrend8" type="TLONGLONG" default="-999" comment="identifier of detrend image 8"></column>
    91     <column name="photoZero" type="TFLOAT" default="-999" comment="local derived photometric zero point"></column>
     83    <column name="qaFlags" type="TLONG" default="-999" comment="Q/A flags for this OTA"></column>
     84    <column name="detrend1" type="TSTRING" default=" " comment="identifier of detrend image 1"></column>
     85    <column name="detrend2" type="TSTRING" default=" " comment="identifier of detrend image 2"></column>
     86    <column name="detrend3" type="TSTRING" default=" " comment="identifier of detrend image 3"></column>
     87    <column name="detrend4" type="TSTRING" default=" " comment="identifier of detrend image 4"></column>
     88    <column name="detrend5" type="TSTRING" default=" " comment="identifier of detrend image 5"></column>
     89    <column name="detrend6" type="TSTRING" default=" " comment="identifier of detrend image 6"></column>
     90    <column name="detrend7" type="TSTRING" default=" " comment="identifier of detrend image 7"></column>
     91    <column name="detrend8" type="TSTRING" default=" " comment="identifier of detrend image 8"></column>
     92    <column name="photoZero" type="TFLOAT" default="-999" comment=" local derived photometric zero point (unit = mag)"></column>
    9293    <column name="ctype1" type="TSTRING" default=" " comment="name of astrometric projection in RA"></column>
    9394    <column name="ctype2" type="TSTRING" default=" " comment="name of astrometric projection in DEC"></column>
    9495    <column name="crval1" type="TFLOAT" default="-999" comment=" RA corresponding to reference pixel (unit = deg)"></column>
    9596    <column name="crval2" type="TFLOAT" default="-999" comment=" DEC corresponding to reference pixel (unit = deg)"></column>
    96     <column name="crpix1" type="TFLOAT" default="-999" comment="reference pixel value for RA"></column>
    97     <column name="crpix2" type="TFLOAT" default="-999" comment="reference pixel value for DEC"></column>
     97    <column name="crpix1" type="TFLOAT" default="-999" comment=" reference pixel value for RA (unit = pix)"></column>
     98    <column name="crpix2" type="TFLOAT" default="-999" comment=" reference pixel value for DEC (unit = pix)"></column>
    9899    <column name="pc001001" type="TFLOAT" default="-999" comment="elements of rotation/Dcale matrix"></column>
    99100    <column name="pc001002" type="TFLOAT" default="-999" comment="elements of rotation/Dcale matrix"></column>
     
    131132    <column name="xPosErr" type="TFLOAT" default="-999" comment=" estimated error in x (unit = pix)"></column>
    132133    <column name="yPosErr" type="TFLOAT" default="-999" comment=" estimated error in y (unit = pix)"></column>
    133     <column name="instFlux" type="TFLOAT" default="-999" comment="PSF instrumental flux"></column>
    134     <column name="instFluxErr" type="TFLOAT" default="-999" comment="estimated error in flux"></column>
    135     <column name="peakFlux" type="TFLOAT" default="-999" comment="ratio of peak flux to total flux"></column>
    136     <column name="psfWidMajor" type="TFLOAT" default="-999" comment="PSF width in major axis"></column>
    137     <column name="psfWidMinor" type="TFLOAT" default="-999" comment="PSF width in minor axis"></column>
    138     <column name="psfTheta" type="TFLOAT" default="-999" comment="PSF orientation angle"></column>
     134    <column name="instFlux" type="TFLOAT" default="-999" comment=" PSF instrumental flux (unit = adu/s)"></column>
     135    <column name="instFluxErr" type="TFLOAT" default="-999" comment=" estimated error in flux (unit = adu/s)"></column>
     136    <column name="peakADU" type="TFLOAT" default="-999" comment=" peak count in source pixel (unit = adu)"></column>
     137    <column name="psfWidMajor" type="TFLOAT" default="-999" comment=" model PSF width in major axis (unit = arcsec)"></column>
     138    <column name="psfWidMinor" type="TFLOAT" default="-999" comment=" model PSF width in minor axis (unit = arcsec)"></column>
     139    <column name="psfTheta" type="TFLOAT" default="-999" comment=" model PSF orientation angle (unit = deg)"></column>
    139140    <column name="psfLikelihood" type="TFLOAT" default="-999" comment="PSF likelihood"></column>
    140141    <column name="psfCf" type="TFLOAT" default="-999" comment="PSF coverage factor"></column>
    141     <column name="infoFlag" type="TLONG" default="-999" comment="bitmask indicating provenance information"></column>
     142    <column name="momentWidMajor" type="TFLOAT" default="-999" comment=" PSF width in major axis from moments (unit = arcsec)"></column>
     143    <column name="momentWidMinor" type="TFLOAT" default="-999" comment=" PSF width in minot axis from moments (unit = arcsec)"></column>
     144    <column name="momentTheta" type="TFLOAT" default="-999" comment=" PSF orientation angle from moments (unit = deg)"></column>
     145    <column name="crLikelihood" type="TFLOAT" default="-999" comment="Likelihood the source is a cosmic ray"></column>
     146    <column name="extendedLikelihood" type="TFLOAT" default="-999" comment="Likelihood the source is extended"></column>
     147    <column name="infoFlag" type="TLONG" default="-999" comment="flag indicating provenance information"></column>
    142148    <column name="sky" type="TFLOAT" default="-999" comment=" PSF sky level at source (unit = adu)"></column>
    143149    <column name="skyErr" type="TFLOAT" default="-999" comment=" estimated error in sky (unit = adu)"></column>
Note: See TracChangeset for help on using the changeset viewer.