IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27943


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

Two new astrometry fields.

Location:
trunk/ippToPsps/config/detection
Files:
2 edited

Legend:

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

    r27882 r27943  
    1616  <map ippName="CRPIX1" ippType="TDOUBLE" pspsName="crpix1" />
    1717  <map ippName="CRPIX2" ippType="TDOUBLE" pspsName="crpix2" />
     18  <map ippName="CDELT1" ippType="TDOUBLE" pspsName="cdelt1" />
     19  <map ippName="CDELT2" ippType="TDOUBLE" pspsName="cdelt2" />
    1820  <map ippName="PC001001" ippType="TDOUBLE" pspsName="pc001001" />
    1921  <map ippName="PC001002" ippType="TDOUBLE" pspsName="pc001002" />
     
    6365  <map ippName="CRPIX1" ippType="TDOUBLE" pspsName="crpix1" />
    6466  <map ippName="CRPIX2" ippType="TDOUBLE" pspsName="crpix2" />
     67  <map ippName="CDELT1" ippType="TDOUBLE" pspsName="cdelt1" />
     68  <map ippName="CDELT2" ippType="TDOUBLE" pspsName="cdelt2" />
    6569  <map ippName="PC001001" ippType="TDOUBLE" pspsName="pc001001" />
    6670  <map ippName="PC001002" ippType="TDOUBLE" pspsName="pc001002" />
  • trunk/ippToPsps/config/detection/tables.xml

    r27882 r27943  
    2828    <column name="crpix1" type="TDOUBLE" default="-999" comment="reference pixel value for RA"></column>
    2929    <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>
    3032    <column name="pc001001" type="TDOUBLE" default="-999" comment="elements of rotation/Dcale matrix"></column>
    3133    <column name="pc001002" type="TDOUBLE" default="-999" comment="elements of rotation/Dcale matrix"></column>
     
    9799    <column name="crpix1" type="TDOUBLE" default="-999" comment=" reference pixel value for RA (unit = pix)"></column>
    98100    <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>
    99103    <column name="pc001001" type="TDOUBLE" default="-999" comment="elements of rotation/Dcale matrix"></column>
    100104    <column name="pc001002" type="TDOUBLE" default="-999" comment="elements of rotation/Dcale matrix"></column>
Note: See TracChangeset for help on using the changeset viewer.