Changeset 27942 for trunk/ippToPsps/config/init/tables.xml
- Timestamp:
- May 13, 2010, 9:09:32 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/config/init/tables.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/config/init/tables.xml
r27345 r27942 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 3 <tableDescriptions type=" IN">3 <tableDescriptions type="init"> 4 4 <table name="Filter"> 5 5 <column name="filterID" type="TBYTE" default="0" comment="filter ID: g=1, r=2, i=3, z=4, y=5, w=6, ..."></column> 6 6 <column name="filterType" type="TSTRING" default=" " comment="filter name: g,r,i,z,y, etc."></column> 7 <column name="filterSpec" type="TSTRING" default=" " comment="No comment"></column>7 <column name="filterSpec" type="TSTRING" default="0x00" comment="No comment"></column> 8 8 </table> 9 9 <table name="FitModel"> … … 61 61 <column name="cameraID" type="TSHORT" default="0" comment="camera identification number"></column> 62 62 <column name="cameraConfigID" type="TSHORT" default="0" comment="configuration identification number"></column> 63 <column name=" startDate" type="TFLOAT" default="0" comment=" starting date of this configuration in MJD (unit = day)"></column>64 <column name="configDetails" type="TSTRING" default=" " comment="text/table giving the details of the camera configuration"></column>63 <column name="endDate" type="TFLOAT" default="0" comment=" ending date of this configuration in MJD (unit = day)"></column> 64 <column name="configDetails" type="TSTRING" default="0x00" comment="text/table giving the details of the camera configuration"></column> 65 65 </table> 66 66 <table name="PhotoCal"> … … 90 90 <column name="ctype1" type="TSTRING" default=" " comment="name of astrometric projection in RA"></column> 91 91 <column name="ctype2" type="TSTRING" default=" " comment="name of astrometric projection in DEC"></column> 92 <column name="crval1" type="T FLOAT" default="0" comment=" RA corresponding to reference pixel (unit = deg)"></column>93 <column name="crval2" type="T FLOAT" default="0" comment=" DEC corresponding to reference pixel (unit = deg)"></column>94 <column name="crpix1" type="T FLOAT" default="0" comment="reference pixel value for RA"></column>95 <column name="crpix2" type="T FLOAT" default="0" comment="reference pixel value for DEC"></column>96 <column name="pc001001" type="T FLOAT" default="0" comment="elements of rotation/Dcale matrix"></column>97 <column name="pc001002" type="T FLOAT" default="0" comment="elements of rotation/Dcale matrix"></column>98 <column name="pc002001" type="T FLOAT" default="0" comment="elements of rotation/Dcale matrix"></column>99 <column name="pc002002" type="T FLOAT" default="0" comment="elements of rotation/Dcale matrix"></column>92 <column name="crval1" type="TDOUBLE" default="0" comment=" RA corresponding to reference pixel (unit = deg)"></column> 93 <column name="crval2" type="TDOUBLE" default="0" comment=" DEC corresponding to reference pixel (unit = deg)"></column> 94 <column name="crpix1" type="TDOUBLE" default="0" comment="reference pixel value for RA"></column> 95 <column name="crpix2" type="TDOUBLE" default="0" comment="reference pixel value for DEC"></column> 96 <column name="pc001001" type="TDOUBLE" default="0" comment="elements of rotation/Dcale matrix"></column> 97 <column name="pc001002" type="TDOUBLE" default="0" comment="elements of rotation/Dcale matrix"></column> 98 <column name="pc002001" type="TDOUBLE" default="0" comment="elements of rotation/Dcale matrix"></column> 99 <column name="pc002002" type="TDOUBLE" default="0" comment="elements of rotation/Dcale matrix"></column> 100 100 </table> 101 101 <table name="Region"> … … 104 104 <column name="type" type="TSTRING" default=" " comment="Region type"></column> 105 105 <column name="comment" type="TSTRING" default=" " comment="Comment"></column> 106 <column name="area" type="T FLOAT" default="0" comment="Area covered by the region"></column>106 <column name="area" type="TDOUBLE" default="0" comment="Area covered by the region"></column> 107 107 <column name="regionBinary" type="TSTRING" default=" " comment="Binary object managed by the spatial library"></column> 108 108 </table>
Note:
See TracChangeset
for help on using the changeset viewer.
