Changeset 27607 for trunk/ippToPsps/config/detection/tables.xml
- Timestamp:
- Apr 5, 2010, 2:36:09 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/config/detection/tables.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/config/detection/tables.xml
r27345 r27607 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 3 <tableDescriptions type=" DT">3 <tableDescriptions type="det"> 4 4 <table name="FrameMeta"> 5 5 <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> 6 7 <column name="surveyID" type="TBYTE" default="0" comment="survey flag identifier"></column> 7 8 <column name="filterID" type="TBYTE" default="0" comment="filter identifier"></column> … … 9 10 <column name="cameraConfigID" type="TSHORT" default="0" comment="camera configuration identifier"></column> 10 11 <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> 17 17 <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> 20 19 <column name="expStart" type="TFLOAT" default="-999" comment=" exposure start time in MJD (unit = day)"></column> 21 20 <column name="expTime" type="TFLOAT" default="-999" comment=" exposure time (unit = s)"></column> … … 62 61 <column name="skyScat" type="TFLOAT" default="-999" comment=" scatter in mean sky level (unit = ADU)"></column> 63 62 <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> 67 66 <column name="photoScat" type="TFLOAT" default="-999" comment="photometric scatter for chip"></column> 68 <column name="n AstRef" type="TLONG" default="-999" comment="number of astrometric reference sources"></column>69 <column name="n PhoRef" 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> 70 69 <column name="nx" type="TSHORT" default="-999" comment="chip dimension in x"></column> 71 70 <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>73 71 <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> 79 80 <column name="apResid" type="TFLOAT" default="-999" comment="corrected aperture residual"></column> 80 81 <column name="dapResid" type="TFLOAT" default="-999" comment="scatter of aperture corrections"></column> 81 82 <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="T LONGLONG" default="-999" comment="identifier of detrend image 1"></column>84 <column name="detrend2" type="T LONGLONG" default="-999" comment="identifier of detrend image 2"></column>85 <column name="detrend3" type="T LONGLONG" default="-999" comment="identifier of detrend image 3"></column>86 <column name="detrend4" type="T LONGLONG" default="-999" comment="identifier of detrend image 4"></column>87 <column name="detrend5" type="T LONGLONG" default="-999" comment="identifier of detrend image 5"></column>88 <column name="detrend6" type="T LONGLONG" default="-999" comment="identifier of detrend image 6"></column>89 <column name="detrend7" type="T LONGLONG" default="-999" comment="identifier of detrend image 7"></column>90 <column name="detrend8" type="T LONGLONG" 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> 92 93 <column name="ctype1" type="TSTRING" default=" " comment="name of astrometric projection in RA"></column> 93 94 <column name="ctype2" type="TSTRING" default=" " comment="name of astrometric projection in DEC"></column> 94 95 <column name="crval1" type="TFLOAT" default="-999" comment=" RA corresponding to reference pixel (unit = deg)"></column> 95 96 <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> 98 99 <column name="pc001001" type="TFLOAT" default="-999" comment="elements of rotation/Dcale matrix"></column> 99 100 <column name="pc001002" type="TFLOAT" default="-999" comment="elements of rotation/Dcale matrix"></column> … … 131 132 <column name="xPosErr" type="TFLOAT" default="-999" comment=" estimated error in x (unit = pix)"></column> 132 133 <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="peak Flux" 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> 139 140 <column name="psfLikelihood" type="TFLOAT" default="-999" comment="PSF likelihood"></column> 140 141 <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> 142 148 <column name="sky" type="TFLOAT" default="-999" comment=" PSF sky level at source (unit = adu)"></column> 143 149 <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.
