IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2010, 9:09:32 AM (16 years ago)
Author:
rhenders
Message:

certain floats are now doubles due to crazy MSSQL calling doubles FLOATs.

File:
1 edited

Legend:

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

    r27345 r27942  
    11<?xml version="1.0" encoding="UTF-8"?>
    22
    3 <tableDescriptions type="IN">
     3<tableDescriptions type="init">
    44  <table name="Filter">
    55    <column name="filterID" type="TBYTE" default="0" comment="filter ID: g=1, r=2, i=3, z=4, y=5, w=6, ..."></column>
    66    <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>
    88  </table>
    99  <table name="FitModel">
     
    6161    <column name="cameraID" type="TSHORT" default="0" comment="camera identification number"></column>
    6262    <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>
    6565  </table>
    6666  <table name="PhotoCal">
     
    9090    <column name="ctype1" type="TSTRING" default=" " comment="name of astrometric projection in RA"></column>
    9191    <column name="ctype2" type="TSTRING" default=" " comment="name of astrometric projection in DEC"></column>
    92     <column name="crval1" type="TFLOAT" default="0" comment=" RA corresponding to reference pixel (unit = deg)"></column>
    93     <column name="crval2" type="TFLOAT" default="0" comment=" DEC corresponding to reference pixel (unit = deg)"></column>
    94     <column name="crpix1" type="TFLOAT" default="0" comment="reference pixel value for RA"></column>
    95     <column name="crpix2" type="TFLOAT" default="0" comment="reference pixel value for DEC"></column>
    96     <column name="pc001001" type="TFLOAT" default="0" comment="elements of rotation/Dcale matrix"></column>
    97     <column name="pc001002" type="TFLOAT" default="0" comment="elements of rotation/Dcale matrix"></column>
    98     <column name="pc002001" type="TFLOAT" default="0" comment="elements of rotation/Dcale matrix"></column>
    99     <column name="pc002002" type="TFLOAT" 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>
    100100  </table>
    101101  <table name="Region">
     
    104104    <column name="type" type="TSTRING" default=" " comment="Region type"></column>
    105105    <column name="comment" type="TSTRING" default=" " comment="Comment"></column>
    106     <column name="area" type="TFLOAT" default="0" comment="Area covered by the region"></column>
     106    <column name="area" type="TDOUBLE" default="0" comment="Area covered by the region"></column>
    107107    <column name="regionBinary" type="TSTRING" default=" " comment="Binary object managed by the spatial library"></column>
    108108  </table>
Note: See TracChangeset for help on using the changeset viewer.