Changeset 28003 for branches/pap/ippToPsps/config/detection/tables.xml
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/config/detection/tables.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippToPsps/config/detection/tables.xml
r27607 r28003 17 17 <column name="photoScat" type="TFLOAT" default="-999" comment=" global photometric scatter (unit = mag)"></column> 18 18 <column name="numPhotoRef" type="TLONG" default="-999" comment="number of photometric reference sources"></column> 19 <column name="expStart" type="T FLOAT" default="-999" comment=" exposure start time in MJD (unit = day)"></column>19 <column name="expStart" type="TDOUBLE" default="-999" comment=" exposure start time in MJD (unit = day)"></column> 20 20 <column name="expTime" type="TFLOAT" default="-999" comment=" exposure time (unit = s)"></column> 21 21 <column name="airmass" type="TFLOAT" default="-999" comment="airmass at mid-exposure"></column> 22 <column name="raBore" type="T FLOAT" default="-999" comment=" RA of telescope boresight (unit = deg)"></column>23 <column name="decBore" type="T FLOAT" default="-999" comment=" DEC of telescope boresight (unit = deg)"></column>22 <column name="raBore" type="TDOUBLE" default="-999" comment=" RA of telescope boresight (unit = deg)"></column> 23 <column name="decBore" type="TDOUBLE" default="-999" comment=" DEC of telescope boresight (unit = deg)"></column> 24 24 <column name="ctype1" type="TSTRING" default=" " comment="name of astrometric projection in RA"></column> 25 25 <column name="ctype2" type="TSTRING" default=" " comment="name of astrometric projection in DEC"></column> 26 <column name="crval1" type="TFLOAT" default="-999" comment=" RA corresponding to reference pixel (unit = deg)"></column> 27 <column name="crval2" type="TFLOAT" default="-999" comment=" DEC corresponding to reference pixel (unit = deg)"></column> 28 <column name="crpix1" type="TFLOAT" default="-999" comment="reference pixel value for RA"></column> 29 <column name="crpix2" type="TFLOAT" default="-999" comment="reference pixel value for DEC"></column> 30 <column name="pc001001" type="TFLOAT" default="-999" comment="elements of rotation/Dcale matrix"></column> 31 <column name="pc001002" type="TFLOAT" default="-999" comment="elements of rotation/Dcale matrix"></column> 32 <column name="pc002001" type="TFLOAT" default="-999" comment="elements of rotation/Dcale matrix"></column> 33 <column name="pc002002" type="TFLOAT" default="-999" comment="elements of rotation/Dcale matrix"></column> 26 <column name="crval1" type="TDOUBLE" default="-999" comment=" RA corresponding to reference pixel (unit = deg)"></column> 27 <column name="crval2" type="TDOUBLE" default="-999" comment=" DEC corresponding to reference pixel (unit = deg)"></column> 28 <column name="crpix1" type="TDOUBLE" default="-999" comment="reference pixel value for RA"></column> 29 <column name="crpix2" type="TDOUBLE" default="-999" comment="reference pixel value for DEC"></column> 30 <column name="cdelt1" type="TDOUBLE" default="-999" comment="scale factor for RA"></column> 31 <column name="cdelt2" type="TDOUBLE" default="-999" comment="scale factor for DEC"></column> 32 <column name="pc001001" type="TDOUBLE" default="-999" comment="elements of rotation/Dcale matrix"></column> 33 <column name="pc001002" type="TDOUBLE" default="-999" comment="elements of rotation/Dcale matrix"></column> 34 <column name="pc002001" type="TDOUBLE" default="-999" comment="elements of rotation/Dcale matrix"></column> 35 <column name="pc002002" type="TDOUBLE" default="-999" comment="elements of rotation/Dcale matrix"></column> 34 36 <column name="polyOrder" type="TBYTE" default="255" comment="polynomial order of astrometry fit"></column> 35 <column name="pca1x3y0" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>36 <column name="pca1x2y1" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>37 <column name="pca1x1y2" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>38 <column name="pca1x0y3" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>39 <column name="pca1x2y0" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>40 <column name="pca1x1y1" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>41 <column name="pca1x0y2" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>42 <column name="pca2x3y0" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>43 <column name="pca2x2y1" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>44 <column name="pca2x1y2" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>45 <column name="pca2x0y3" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>46 <column name="pca2x2y0" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>47 <column name="pca2x1y1" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>48 <column name="pca2x0y2" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>37 <column name="pca1x3y0" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 38 <column name="pca1x2y1" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 39 <column name="pca1x1y2" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 40 <column name="pca1x0y3" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 41 <column name="pca1x2y0" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 42 <column name="pca1x1y1" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 43 <column name="pca1x0y2" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 44 <column name="pca2x3y0" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 45 <column name="pca2x2y1" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 46 <column name="pca2x1y2" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 47 <column name="pca2x0y3" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 48 <column name="pca2x2y0" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 49 <column name="pca2x1y1" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 50 <column name="pca2x0y2" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 49 51 <column name="calibModNum" type="TSHORT" default="0" comment="calibration modification number"></column> 50 52 <column name="dataRelease" type="TBYTE" default="0" comment="Data release"></column> … … 93 95 <column name="ctype1" type="TSTRING" default=" " comment="name of astrometric projection in RA"></column> 94 96 <column name="ctype2" type="TSTRING" default=" " comment="name of astrometric projection in DEC"></column> 95 <column name="crval1" type="TFLOAT" default="-999" comment=" RA corresponding to reference pixel (unit = deg)"></column> 96 <column name="crval2" type="TFLOAT" default="-999" comment=" DEC corresponding to reference pixel (unit = deg)"></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> 99 <column name="pc001001" type="TFLOAT" default="-999" comment="elements of rotation/Dcale matrix"></column> 100 <column name="pc001002" type="TFLOAT" default="-999" comment="elements of rotation/Dcale matrix"></column> 101 <column name="pc002001" type="TFLOAT" default="-999" comment="elements of rotation/Dcale matrix"></column> 102 <column name="pc002002" type="TFLOAT" default="-999" comment="elements of rotation/Dcale matrix"></column> 97 <column name="crval1" type="TDOUBLE" default="-999" comment=" RA corresponding to reference pixel (unit = deg)"></column> 98 <column name="crval2" type="TDOUBLE" default="-999" comment=" DEC corresponding to reference pixel (unit = deg)"></column> 99 <column name="crpix1" type="TDOUBLE" default="-999" comment=" reference pixel value for RA (unit = pix)"></column> 100 <column name="crpix2" type="TDOUBLE" default="-999" comment=" reference pixel value for DEC (unit = pix)"></column> 101 <column name="cdelt1" type="TDOUBLE" default="-999" comment="scale factor for RA"></column> 102 <column name="cdelt2" type="TDOUBLE" default="-999" comment="scale factor for DEC"></column> 103 <column name="pc001001" type="TDOUBLE" default="-999" comment="elements of rotation/Dcale matrix"></column> 104 <column name="pc001002" type="TDOUBLE" default="-999" comment="elements of rotation/Dcale matrix"></column> 105 <column name="pc002001" type="TDOUBLE" default="-999" comment="elements of rotation/Dcale matrix"></column> 106 <column name="pc002002" type="TDOUBLE" default="-999" comment="elements of rotation/Dcale matrix"></column> 103 107 <column name="polyOrder" type="TBYTE" default="255" comment="polynomial order of astrometry fit"></column> 104 <column name="pca1x3y0" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>105 <column name="pca1x2y1" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>106 <column name="pca1x1y2" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>107 <column name="pca1x0y3" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>108 <column name="pca1x2y0" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>109 <column name="pca1x1y1" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>110 <column name="pca1x0y2" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>111 <column name="pca2x3y0" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>112 <column name="pca2x2y1" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>113 <column name="pca2x1y2" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>114 <column name="pca2x0y3" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>115 <column name="pca2x2y0" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>116 <column name="pca2x1y1" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>117 <column name="pca2x0y2" type="T FLOAT" default="-999" comment="polynomial coefficients for the astrometric fit"></column>108 <column name="pca1x3y0" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 109 <column name="pca1x2y1" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 110 <column name="pca1x1y2" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 111 <column name="pca1x0y3" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 112 <column name="pca1x2y0" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 113 <column name="pca1x1y1" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 114 <column name="pca1x0y2" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 115 <column name="pca2x3y0" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 116 <column name="pca2x2y1" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 117 <column name="pca2x1y2" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 118 <column name="pca2x0y3" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 119 <column name="pca2x2y0" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 120 <column name="pca2x1y1" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 121 <column name="pca2x0y2" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column> 118 122 <column name="calibModNum" type="TSHORT" default="0" comment="calibration modification number"></column> 119 123 <column name="dataRelease" type="TBYTE" default="0" comment="Data release"></column> … … 127 131 <column name="surveyID" type="TBYTE" default="0" comment="survey flag identifier"></column> 128 132 <column name="imageID" type="TLONGLONG" default="0" comment="image id hash of frame identifier & OTA/CCD number"></column> 129 <column name="obsTime" type="T FLOAT" default="-999" comment=" Time of mid observation (unit = day)"></column>133 <column name="obsTime" type="TDOUBLE" default="-999" comment=" Time of mid observation (unit = day)"></column> 130 134 <column name="xPos" type="TFLOAT" default="-999" comment=" measured x on CCD from PSF fit (unit = pix)"></column> 131 135 <column name="yPos" type="TFLOAT" default="-999" comment=" measured y on CCD from PSF fit (unit = pix)"></column>
Note:
See TracChangeset
for help on using the changeset viewer.
