IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29241


Ignore:
Timestamp:
Sep 27, 2010, 12:11:50 PM (16 years ago)
Author:
rhenders
Message:

Changes after fixed typo in schema

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

Legend:

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

    r29240 r29241  
    310310    <!--  <map pspsName="expAbErr" type="TFLOAT" ippName="" comment="estimated error in Exponential fit axis ratio"/> -->
    311311    <!--  <map pspsName="raExpOff" type="TFLOAT" ippName="" comment="Offset in RA of Exponential fit from PSF RA"/> -->
    312     <!--  <map pspsName="decExpOff" type="REAl" ippName="" comment="Offset in DEC of Exponential fit from PSF DEC"/> -->
     312    <!--  <map pspsName="decExpOff" type="TFLOAT" ippName="" comment="Offset in DEC of Exponential fit from PSF DEC"/> -->
    313313    <!--  <map pspsName="raExpOffErr" type="TFLOAT" ippName="" comment="estimated error in raExpOff"/> -->
    314314    <!--  <map pspsName="decExpOffErr" type="TFLOAT" ippName="" comment="estimated error in decExpOff"/> -->
  • trunk/ippToPsps/config/stack/tables.xml

    r29164 r29241  
    310310    <column name="expAbErr" type="TFLOAT" default="-999" comment="estimated error in Exponential fit axis ratio"></column>
    311311    <column name="raExpOff" type="TFLOAT" default="-999" comment="Offset in RA of Exponential fit from PSF RA"></column>
    312     <column name="decExpOff" type="REAl" default="-999" comment="Offset in DEC of Exponential fit from PSF DEC"></column>
     312    <column name="decExpOff" type="TFLOAT" default="-999" comment="Offset in DEC of Exponential fit from PSF DEC"></column>
    313313    <column name="raExpOffErr" type="TFLOAT" default="-999" comment="estimated error in raExpOff"></column>
    314314    <column name="decExpOffErr" type="TFLOAT" default="-999" comment="estimated error in decExpOff"></column>
Note: See TracChangeset for help on using the changeset viewer.