IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2011, 4:15:04 PM (15 years ago)
Author:
rhenders
Message:

New 'name' column for FitModel table; new table for stack types

File:
1 edited

Legend:

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

    r28257 r31072  
    22
    33<tabledata>
     4
     5 <table name="StackType">
     6  <row stackTypeID="0" stackType="NIGHTLY_STACK" />
     7  <row stackTypeID="1" stackType="DEEP_STACK" />
     8 </table>
    49
    510 <table name="Filter">
     
    1318
    1419 <table name="FitModel">
    15   <row fitModelID="1" description="Psf fit" />
    16   <row fitModelID="2" description="deVaucouleur Fit" />
    17   <row fitModelID="3" description="Exponential Fit" />
    18   <row fitModelID="4" description="Sersic Fit" />
    19   <row fitModelID="5" description="Linear Streak Fit" param1="x1" param2="x2" param3="x3" param4="x4" />
     20  <row fitModelID="1" name="PS_MODEL_PSF" description="Psf fit" />
     21  <row fitModelID="2" name="PS_MODEL_DEV" description="deVaucouleur Fit" />
     22  <row fitModelID="3" name="PS_MODEL_EXP" description="Exponential Fit" />
     23  <row fitModelID="4" name="PS_MODEL_SERSIC" description="Sersic Fit" />
     24  <row fitModelID="5" name="PS_MODEL_LIN" description="Linear Streak Fit" param1="x1" param2="x2" param3="x3" param4="x4" />
    2025 </table>
    2126
Note: See TracChangeset for help on using the changeset viewer.