IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 21, 2010, 8:08:50 AM (15 years ago)
Author:
rhenders
Message:

Updating to newest PSPS schema

File:
1 edited

Legend:

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

    r29241 r30126  
    99    <column name="filterID" type="TBYTE" default="0" comment="filter identifier"></column>
    1010    <column name="stackTypeID" type="TBYTE" default="0" comment="stack type identifier"></column>
    11     <column name="refImageID" type="TLONGLONG" default="-999" comment="identifier of image used as reference for analysis"></column>
    12     <column name="subtrImageID" type="TLONGLONG" default="-999" comment="identifier of image subtracted to generate difference image"></column>
     11    <column name="stackGroupID" type="TLONG" default="0" comment="stack group identifier"></column>
    1312    <column name="magSat" type="TFLOAT" default="-999" comment="saturation magnitude level"></column>
    1413    <column name="analVer" type="TSHORT" default="-999" comment="analysis version index"></column>
     
    1918    <column name="nAstroRef" type="TLONG" default="-999" comment="number of astrometric reference sources"></column>
    2019    <column name="nPhoRef" type="TLONG" default="-999" comment="number of photometric reference sources"></column>
    21     <column name="psfFwhm" type="TFLOAT" default="-999" comment="PSF full width at half maximum"></column>
    22     <column name="psfmodelID" type="TSHORT" default="-999" comment="PSF model identifier"></column>
    23     <column name="psfWidMajor" type="TFLOAT" default="-999" comment="PSF parameters"></column>
    24     <column name="psfWidMinor" type="TFLOAT" default="-999" comment="PSF parameters"></column>
    25     <column name="psfTheta" type="TFLOAT" default="-999" comment="PSF parameters"></column>
    26     <column name="psfExtra1" type="TFLOAT" default="-999" comment="PSF parameters"></column>
    27     <column name="psfExtra2" type="TFLOAT" default="-999" comment="PSF parameters"></column>
     20    <column name="mean" type="TDOUBLE" default="-999" comment="mean PSF FWHM in the stack"></column>
     21    <column name="max" type="TDOUBLE" default="-999" comment="maximum PSF FWHM in the stack"></column>
    2822    <column name="photoZero" type="TFLOAT" default="-999" comment="local derived photometric zero point"></column>
    2923    <column name="photoColor" type="TFLOAT" default="-999" comment="local derived photometric color term"></column>
     
    4034    <column name="pc002001" type="TDOUBLE" default="-999" comment="elements of rotation/Dcale matrix"></column>
    4135    <column name="pc002002" type="TDOUBLE" default="-999" comment="elements of rotation/Dcale matrix"></column>
    42     <column name="polyOrder" type="TBYTE" default="255" comment="polynomial order of astrometry fit"></column>
    43     <column name="pca1x3y0" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column>
    44     <column name="pca1x2y1" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column>
    45     <column name="pca1x1y2" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column>
    46     <column name="pca1x0y3" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column>
    47     <column name="pca1x2y0" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column>
    48     <column name="pca1x1y1" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column>
    49     <column name="pca1x0y2" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column>
    50     <column name="pca2x3y0" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column>
    51     <column name="pca2x2y1" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column>
    52     <column name="pca2x1y2" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column>
    53     <column name="pca2x0y3" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column>
    54     <column name="pca2x2y0" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column>
    55     <column name="pca2x1y1" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column>
    56     <column name="pca2x0y2" type="TDOUBLE" default="-999" comment="polynomial coefficients for the astrometric fit"></column>
    5736    <column name="calibModNum" type="TSHORT" default="0" comment="calibration modification number"></column>
    5837    <column name="dataRelease" type="TBYTE" default="0" comment="Data release"></column>
     
    6544    <column name="filterID" type="TBYTE" default="0" comment="filter identifier"></column>
    6645    <column name="stackTypeID" type="TBYTE" default="0" comment="stack type identifier"></column>
     46    <column name="stackGroupID" type="TLONG" default="0" comment="stack group id"></column>
    6747    <column name="surveyID" type="TBYTE" default="0" comment="survey flag identifier"></column>
    6848    <column name="primaryF" type="TBYTE" default="255" comment="identifies best stack detection for Stacks overlapping the same region of the sky."></column>
     
    8969    <column name="infoFlag" type="TLONG" default="-999" comment="indicator of strange propeties"></column>
    9070    <column name="nFrames" type="TLONG" default="-999" comment="number of frames contributing to source"></column>
    91     <column name="wlSigma" type="TFLOAT" default="-999" comment="weak lensing sigma"></column>
    92     <column name="eps1" type="TFLOAT" default="-999" comment="weak lensing vector element eps(1)"></column>
    93     <column name="eps2" type="TFLOAT" default="-999" comment="weak lensing vector element eps(2)"></column>
    94     <column name="Psm11" type="TFLOAT" default="-999" comment="weak lensing matrix element P_sm(1,1)"></column>
    95     <column name="Psm12" type="TFLOAT" default="-999" comment="weak lensing matrix element P_sm(1,2)"></column>
    96     <column name="Psm21" type="TFLOAT" default="-999" comment="weak lensing matrix element P_sm(2,1)"></column>
    97     <column name="Psm22" type="TFLOAT" default="-999" comment="weak lensing matrix element P_sm(2,2)"></column>
    98     <column name="Psh11" type="TFLOAT" default="-999" comment="weak lensing matrix element P_sh(1,1)"></column>
    99     <column name="Psh12" type="TFLOAT" default="-999" comment="weak lensing matrix element P_sh(1,2)"></column>
    100     <column name="Psh21" type="TFLOAT" default="-999" comment="weak lensing matrix element P_sh(2,1)"></column>
    101     <column name="Psh22" type="TFLOAT" default="-999" comment="weak lensing matrix element P_sh(2,2)"></column>
    10271    <column name="activeFlag" type="TBYTE" default="-999" comment="indicates whether this detection/orphan is still a detection/orphan"></column>
    10372    <column name="assocDate" type="TSTRING" default="28881231" comment="date object association assigned"></column>
     
    11281    <column name="filterID" type="TBYTE" default="0" comment="filter identifier"></column>
    11382    <column name="stackTypeID" type="TBYTE" default="0" comment="stack type identifier"></column>
     83    <column name="stackGroupID" type="TLONG" default="0" comment="stack group id"></column>
    11484    <column name="surveyID" type="TBYTE" default="0" comment="survey flag identifier"></column>
    11585    <column name="primaryF" type="TBYTE" default="255" comment="identifies best stack detection for Stacks overlapping the same region of the sky."></column>
     
    137107    <column name="flxR1" type="TFLOAT" default="-999" comment="Flux inside r = 1"></column>
    138108    <column name="flxR1Err" type="TFLOAT" default="-999" comment="estimated error is flxR1"></column>
    139     <column name="flxR1Var" type="TFLOAT" default="-999" comment="estimated variance in flxR1"></column>
     109    <column name="flxR1Std" type="TFLOAT" default="-999" comment="estimated standard deviation in flxR1"></column>
     110    <column name="flxR1Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R1"></column>
    140111    <column name="flxR2" type="TFLOAT" default="-999" comment="Flux inside r = 2"></column>
    141112    <column name="flxR2Err" type="TFLOAT" default="-999" comment="estimated error is flxR2"></column>
    142     <column name="flxR2Var" type="TFLOAT" default="-999" comment="estimated variance in flxR2"></column>
     113    <column name="flxR2Std" type="TFLOAT" default="-999" comment="estimated standard deviation in flxR2"></column>
     114    <column name="flxR2Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R1"></column>
    143115    <column name="flxR3" type="TFLOAT" default="-999" comment="Flux inside r = 3"></column>
    144116    <column name="flxR3Err" type="TFLOAT" default="-999" comment="estimated error is flxR3"></column>
    145     <column name="flxR3Var" type="TFLOAT" default="-999" comment="estimated variance in flxR3"></column>
     117    <column name="flxR3Std" type="TFLOAT" default="-999" comment="estimated standard deviation in flxR3"></column>
     118    <column name="flxR3Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R3"></column>
    146119    <column name="flxR4" type="TFLOAT" default="-999" comment="Flux inside r = 4"></column>
    147120    <column name="flxR4Err" type="TFLOAT" default="-999" comment="estimated error is flxR4"></column>
    148     <column name="flxR4Var" type="TFLOAT" default="-999" comment="estimated variance in flxR4"></column>
     121    <column name="flxR4Std" type="TFLOAT" default="-999" comment="estimated standard deviation in flxR4"></column>
     122    <column name="flxR4Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R4"></column>
    149123    <column name="flxR5" type="TFLOAT" default="-999" comment="Flux inside r = 5"></column>
    150124    <column name="flxR5Err" type="TFLOAT" default="-999" comment="estimated error is flxR5"></column>
    151     <column name="flxR5Var" type="TFLOAT" default="-999" comment="estimated variance in flxR5"></column>
     125    <column name="flxR5Std" type="TFLOAT" default="-999" comment="estimated standard deviation in flxR5"></column>
     126    <column name="flxR5Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R5"></column>
    152127    <column name="flxR6" type="TFLOAT" default="-999" comment="Flux inside r = 6"></column>
    153128    <column name="flxR6Err" type="TFLOAT" default="-999" comment="estimated error is flxR6"></column>
    154     <column name="flxR6Var" type="TFLOAT" default="-999" comment="estimated variance in flxR6"></column>
     129    <column name="flxR6Std" type="TFLOAT" default="-999" comment="estimated standard deviation in flxR6"></column>
     130    <column name="flxR6Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R6"></column>
    155131    <column name="flxR7" type="TFLOAT" default="-999" comment="Flux inside r = 7"></column>
    156132    <column name="flxR7Err" type="TFLOAT" default="-999" comment="estimated error is flxR7"></column>
    157     <column name="flxR7Var" type="TFLOAT" default="-999" comment="estimated variance in flxR7"></column>
     133    <column name="flxR7Std" type="TFLOAT" default="-999" comment="estimated standard deviation in flxR7"></column>
     134    <column name="flxR7Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R7"></column>
    158135    <column name="flxR8" type="TFLOAT" default="-999" comment="Flux inside r = 8"></column>
    159136    <column name="flxR8Err" type="TFLOAT" default="-999" comment="estimated error is flxR8"></column>
    160     <column name="flxR8Var" type="TFLOAT" default="-999" comment="estimated variance in flxR8"></column>
     137    <column name="flxR8Std" type="TFLOAT" default="-999" comment="estimated standard deviation in flxR8"></column>
     138    <column name="flxR8Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R8"></column>
    161139    <column name="flxR9" type="TFLOAT" default="-999" comment="Flux inside r = 9"></column>
    162140    <column name="flxR9Err" type="TFLOAT" default="-999" comment="estimated error is flxR9"></column>
    163     <column name="flxR9Var" type="TFLOAT" default="-999" comment="estimated variance in flxR9"></column>
     141    <column name="flxR9Std" type="TFLOAT" default="-999" comment="estimated standard deviation in flxR9"></column>
     142    <column name="flxR9Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R9"></column>
    164143    <column name="flxR10" type="TFLOAT" default="-999" comment="Flux inside r = 10"></column>
    165144    <column name="flxR10Err" type="TFLOAT" default="-999" comment="estimated error is flxR10"></column>
    166     <column name="flxR10Var" type="TFLOAT" default="-999" comment="estimated variance in flxR10"></column>
    167     <column name="c1FlxR1" type="TFLOAT" default="-999" comment="Flux inside r = 1"></column>
    168     <column name="c1FlxR1Err" type="TFLOAT" default="-999" comment="estimated error is c1FlxR1"></column>
    169     <column name="c1FlxR1Var" type="TFLOAT" default="-999" comment="estimated variance in c1FlxR1"></column>
    170     <column name="c1FlxR2" type="TFLOAT" default="-999" comment="Flux inside r = 2"></column>
    171     <column name="c1FlxR2Err" type="TFLOAT" default="-999" comment="estimated error is c1FlxR2"></column>
    172     <column name="c1FlxR2Var" type="TFLOAT" default="-999" comment="estimated variance in c1FlxR2"></column>
    173     <column name="c1FlxR3" type="TFLOAT" default="-999" comment="Flux inside r = 3"></column>
    174     <column name="c1FlxR3Err" type="TFLOAT" default="-999" comment="estimated error is c1FlxR3"></column>
    175     <column name="c1FlxR3Var" type="TFLOAT" default="-999" comment="estimated variance in c1FlxR3"></column>
    176     <column name="c1FlxR4" type="TFLOAT" default="-999" comment="Flux inside r = 4"></column>
    177     <column name="c1FlxR4Err" type="TFLOAT" default="-999" comment="estimated error is c1FlxR4"></column>
    178     <column name="c1FlxR4Var" type="TFLOAT" default="-999" comment="estimated variance in c1FlxR4"></column>
    179     <column name="c1FlxR5" type="TFLOAT" default="-999" comment="Flux inside r = 5"></column>
    180     <column name="c1FlxR5Err" type="TFLOAT" default="-999" comment="estimated error is c1FlxR5"></column>
    181     <column name="c1FlxR5Var" type="TFLOAT" default="-999" comment="estimated variance in c1FlxR5"></column>
    182     <column name="c1FlxR6" type="TFLOAT" default="-999" comment="Flux inside r = 6"></column>
    183     <column name="c1FlxR6Err" type="TFLOAT" default="-999" comment="estimated error is c1FlxR6"></column>
    184     <column name="c1FlxR6Var" type="TFLOAT" default="-999" comment="estimated variance in c1FlxR6"></column>
    185     <column name="c1FlxR7" type="TFLOAT" default="-999" comment="Flux inside r = 7"></column>
    186     <column name="c1FlxR7Err" type="TFLOAT" default="-999" comment="estimated error is c1FlxR7"></column>
    187     <column name="c1FlxR7Var" type="TFLOAT" default="-999" comment="estimated variance in c1FlxR7"></column>
    188     <column name="c1FlxR8" type="TFLOAT" default="-999" comment="Flux inside r = 8"></column>
    189     <column name="c1FlxR8Err" type="TFLOAT" default="-999" comment="estimated error is c1FlxR8"></column>
    190     <column name="c1FlxR8Var" type="TFLOAT" default="-999" comment="estimated variance in c1FlxR8"></column>
    191     <column name="c1FlxR9" type="TFLOAT" default="-999" comment="Flux inside r = 9"></column>
    192     <column name="c1FlxR9Err" type="TFLOAT" default="-999" comment="estimated error is c1FlxR9"></column>
    193     <column name="c1FlxR9Var" type="TFLOAT" default="-999" comment="estimated variance in c1FlxR9"></column>
    194     <column name="c1FlxR10" type="TFLOAT" default="-999" comment="Flux inside r = 10"></column>
    195     <column name="c1FlxR10Err" type="TFLOAT" default="-999" comment="estimated error is c1FlxR10"></column>
    196     <column name="c1FlxR10Var" type="TFLOAT" default="-999" comment="estimated variance in c1FlxR10"></column>
    197     <column name="c2FlxR1" type="TFLOAT" default="-999" comment="Flux inside r = 1"></column>
    198     <column name="c2FlxR1Err" type="TFLOAT" default="-999" comment="estimated error is c2FlxR1"></column>
    199     <column name="c2FlxR1Var" type="TFLOAT" default="-999" comment="estimated variance in c2FlxR1"></column>
    200     <column name="c2FlxR2" type="TFLOAT" default="-999" comment="Flux inside r = 2"></column>
    201     <column name="c2FlxR2Err" type="TFLOAT" default="-999" comment="estimated error is c2FlxR2"></column>
    202     <column name="c2FlxR2Var" type="TFLOAT" default="-999" comment="estimated variance in c2FlxR2"></column>
    203     <column name="c2FlxR3" type="TFLOAT" default="-999" comment="Flux inside r = 3"></column>
    204     <column name="c2FlxR3Err" type="TFLOAT" default="-999" comment="estimated error is c2FlxR3"></column>
    205     <column name="c2FlxR3Var" type="TFLOAT" default="-999" comment="estimated variance in c2FlxR3"></column>
    206     <column name="c2FlxR4" type="TFLOAT" default="-999" comment="Flux inside r = 4"></column>
    207     <column name="c2FlxR4Err" type="TFLOAT" default="-999" comment="estimated error is c2FlxR4"></column>
    208     <column name="c2FlxR4Var" type="TFLOAT" default="-999" comment="estimated variance in c2FlxR4"></column>
    209     <column name="c2FlxR5" type="TFLOAT" default="-999" comment="Flux inside r = 5"></column>
    210     <column name="c2FlxR5Err" type="TFLOAT" default="-999" comment="estimated error is c2FlxR5"></column>
    211     <column name="c2FlxR5Var" type="TFLOAT" default="-999" comment="estimated variance in c2FlxR5"></column>
    212     <column name="c2FlxR6" type="TFLOAT" default="-999" comment="Flux inside r = 6"></column>
    213     <column name="c2FlxR6Err" type="TFLOAT" default="-999" comment="estimated error is c2FlxR6"></column>
    214     <column name="c2FlxR6Var" type="TFLOAT" default="-999" comment="estimated variance in c2FlxR6"></column>
    215     <column name="c2FlxR7" type="TFLOAT" default="-999" comment="Flux inside r = 7"></column>
    216     <column name="c2FlxR7Err" type="TFLOAT" default="-999" comment="estimated error is c2FlxR7"></column>
    217     <column name="c2FlxR7Var" type="TFLOAT" default="-999" comment="estimated variance in c2FlxR7"></column>
    218     <column name="c2FlxR8" type="TFLOAT" default="-999" comment="Flux inside r = 8"></column>
    219     <column name="c2FlxR8Err" type="TFLOAT" default="-999" comment="estimated error is c2FlxR8"></column>
    220     <column name="c2FlxR8Var" type="TFLOAT" default="-999" comment="estimated variance in c2FlxR8"></column>
    221     <column name="c2FlxR9" type="TFLOAT" default="-999" comment="Flux inside r = 9"></column>
    222     <column name="c2FlxR9Err" type="TFLOAT" default="-999" comment="estimated error is c2FlxR9"></column>
    223     <column name="c2FlxR9Var" type="TFLOAT" default="-999" comment="estimated variance in c2FlxR9"></column>
    224     <column name="c2FlxR10" type="TFLOAT" default="-999" comment="Flux inside r = 10"></column>
    225     <column name="c2FlxR10Err" type="TFLOAT" default="-999" comment="estimated error is c2FlxR10"></column>
    226     <column name="c2FlxR10Var" type="TFLOAT" default="-999" comment="estimated variance in c2FlxR10"></column>
    227     <column name="c3FlxR1" type="TFLOAT" default="-999" comment="Flux inside r = 1"></column>
    228     <column name="c3FlxR1Err" type="TFLOAT" default="-999" comment="estimated error is c3FlxR1"></column>
    229     <column name="c3FlxR1Var" type="TFLOAT" default="-999" comment="estimated variance in c3FlxR1"></column>
    230     <column name="c3FlxR2" type="TFLOAT" default="-999" comment="Flux inside r = 2"></column>
    231     <column name="c3FlxR2Err" type="TFLOAT" default="-999" comment="estimated error is c3FlxR2"></column>
    232     <column name="c3FlxR2Var" type="TFLOAT" default="-999" comment="estimated variance in c3FlxR2"></column>
    233     <column name="c3FlxR3" type="TFLOAT" default="-999" comment="Flux inside r = 3"></column>
    234     <column name="c3FlxR3Err" type="TFLOAT" default="-999" comment="estimated error is c3FlxR3"></column>
    235     <column name="c3FlxR3Var" type="TFLOAT" default="-999" comment="estimated variance in c3FlxR3"></column>
    236     <column name="c3FlxR4" type="TFLOAT" default="-999" comment="Flux inside r = 4"></column>
    237     <column name="c3FlxR4Err" type="TFLOAT" default="-999" comment="estimated error is c3FlxR4"></column>
    238     <column name="c3FlxR4Var" type="TFLOAT" default="-999" comment="estimated variance in c3FlxR4"></column>
    239     <column name="c3FlxR5" type="TFLOAT" default="-999" comment="Flux inside r = 5"></column>
    240     <column name="c3FlxR5Err" type="TFLOAT" default="-999" comment="estimated error is c3FlxR5"></column>
    241     <column name="c3FlxR5Var" type="TFLOAT" default="-999" comment="estimated variance in c3FlxR5"></column>
    242     <column name="c3FlxR6" type="TFLOAT" default="-999" comment="Flux inside r = 6"></column>
    243     <column name="c3FlxR6Err" type="TFLOAT" default="-999" comment="estimated error is c3FlxR6"></column>
    244     <column name="c3FlxR6Var" type="TFLOAT" default="-999" comment="estimated variance in c3FlxR6"></column>
    245     <column name="c3FlxR7" type="TFLOAT" default="-999" comment="Flux inside r = 7"></column>
    246     <column name="c3FlxR7Err" type="TFLOAT" default="-999" comment="estimated error is c3FlxR7"></column>
    247     <column name="c3FlxR7Var" type="TFLOAT" default="-999" comment="estimated variance in c3FlxR7"></column>
    248     <column name="c3FlxR8" type="TFLOAT" default="-999" comment="Flux inside r = 8"></column>
    249     <column name="c3FlxR8Err" type="TFLOAT" default="-999" comment="estimated error is c3FlxR8"></column>
    250     <column name="c3FlxR8Var" type="TFLOAT" default="-999" comment="estimated variance in c3FlxR8"></column>
    251     <column name="c3FlxR9" type="TFLOAT" default="-999" comment="Flux inside r = 9"></column>
    252     <column name="c3FlxR9Err" type="TFLOAT" default="-999" comment="estimated error is c3FlxR9"></column>
    253     <column name="c3FlxR9Var" type="TFLOAT" default="-999" comment="estimated variance in c3FlxR9"></column>
    254     <column name="c3FlxR10" type="TFLOAT" default="-999" comment="Flux inside r = 10"></column>
    255     <column name="c3FlxR10Err" type="TFLOAT" default="-999" comment="estimated error is c3FlxR10"></column>
    256     <column name="c3FlxR10Var" type="TFLOAT" default="-999" comment="estimated variance in c3FlxR10"></column>
     145    <column name="flxR10Std" type="TFLOAT" default="-999" comment="estimated standard deviation in flxR10"></column>
     146    <column name="flxR10Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R10"></column>
     147    <column name="c1flxR1" type="TFLOAT" default="-999" comment="Flux inside r = 1"></column>
     148    <column name="c1flxR1Err" type="TFLOAT" default="-999" comment="estimated error is c1flxR1"></column>
     149    <column name="c1flxR1Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c1flxR1"></column>
     150    <column name="c1flxR1Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R1"></column>
     151    <column name="c1flxR2" type="TFLOAT" default="-999" comment="Flux inside r = 2"></column>
     152    <column name="c1flxR2Err" type="TFLOAT" default="-999" comment="estimated error is c1flxR2"></column>
     153    <column name="c1flxR2Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c1flxR2"></column>
     154    <column name="c1flxR2Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R1"></column>
     155    <column name="c1flxR3" type="TFLOAT" default="-999" comment="Flux inside r = 3"></column>
     156    <column name="c1flxR3Err" type="TFLOAT" default="-999" comment="estimated error is c1flxR3"></column>
     157    <column name="c1flxR3Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c1flxR3"></column>
     158    <column name="c1flxR3Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R3"></column>
     159    <column name="c1flxR4" type="TFLOAT" default="-999" comment="Flux inside r = 4"></column>
     160    <column name="c1flxR4Err" type="TFLOAT" default="-999" comment="estimated error is c1flxR4"></column>
     161    <column name="c1flxR4Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c1flxR4"></column>
     162    <column name="c1flxR4Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R4"></column>
     163    <column name="c1flxR5" type="TFLOAT" default="-999" comment="Flux inside r = 5"></column>
     164    <column name="c1flxR5Err" type="TFLOAT" default="-999" comment="estimated error is c1flxR5"></column>
     165    <column name="c1flxR5Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c1flxR5"></column>
     166    <column name="c1flxR5Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R5"></column>
     167    <column name="c1flxR6" type="TFLOAT" default="-999" comment="Flux inside r = 6"></column>
     168    <column name="c1flxR6Err" type="TFLOAT" default="-999" comment="estimated error is c1flxR6"></column>
     169    <column name="c1flxR6Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c1flxR6"></column>
     170    <column name="c1flxR6Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R6"></column>
     171    <column name="c1flxR7" type="TFLOAT" default="-999" comment="Flux inside r = 7"></column>
     172    <column name="c1flxR7Err" type="TFLOAT" default="-999" comment="estimated error is c1flxR7"></column>
     173    <column name="c1flxR7Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c1flxR7"></column>
     174    <column name="c1flxR7Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R7"></column>
     175    <column name="c1flxR8" type="TFLOAT" default="-999" comment="Flux inside r = 8"></column>
     176    <column name="c1flxR8Err" type="TFLOAT" default="-999" comment="estimated error is c1flxR8"></column>
     177    <column name="c1flxR8Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c1flxR8"></column>
     178    <column name="c1flxR8Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R8"></column>
     179    <column name="c1flxR9" type="TFLOAT" default="-999" comment="Flux inside r = 9"></column>
     180    <column name="c1flxR9Err" type="TFLOAT" default="-999" comment="estimated error is c1flxR9"></column>
     181    <column name="c1flxR9Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c1flxR9"></column>
     182    <column name="c1flxR9Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R9"></column>
     183    <column name="c1flxR10" type="TFLOAT" default="-999" comment="Flux inside r = 10"></column>
     184    <column name="c1flxR10Err" type="TFLOAT" default="-999" comment="estimated error is c1flxR10"></column>
     185    <column name="c1flxR10Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c1flxR10"></column>
     186    <column name="c1flxR10Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R10"></column>
     187    <column name="c2flxR1" type="TFLOAT" default="-999" comment="Flux inside r = 1"></column>
     188    <column name="c2flxR1Err" type="TFLOAT" default="-999" comment="estimated error is c2flxR1"></column>
     189    <column name="c2flxR1Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c2flxR1"></column>
     190    <column name="c2flxR1Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R1"></column>
     191    <column name="c2flxR2" type="TFLOAT" default="-999" comment="Flux inside r = 2"></column>
     192    <column name="c2flxR2Err" type="TFLOAT" default="-999" comment="estimated error is c2flxR2"></column>
     193    <column name="c2flxR2Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c2flxR2"></column>
     194    <column name="c2flxR2Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R1"></column>
     195    <column name="c2flxR3" type="TFLOAT" default="-999" comment="Flux inside r = 3"></column>
     196    <column name="c2flxR3Err" type="TFLOAT" default="-999" comment="estimated error is c2flxR3"></column>
     197    <column name="c2flxR3Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c2flxR3"></column>
     198    <column name="c2flxR3Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R3"></column>
     199    <column name="c2flxR4" type="TFLOAT" default="-999" comment="Flux inside r = 4"></column>
     200    <column name="c2flxR4Err" type="TFLOAT" default="-999" comment="estimated error is c2flxR4"></column>
     201    <column name="c2flxR4Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c2flxR4"></column>
     202    <column name="c2flxR4Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R4"></column>
     203    <column name="c2flxR5" type="TFLOAT" default="-999" comment="Flux inside r = 5"></column>
     204    <column name="c2flxR5Err" type="TFLOAT" default="-999" comment="estimated error is c2flxR5"></column>
     205    <column name="c2flxR5Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c2flxR5"></column>
     206    <column name="c2flxR5Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R5"></column>
     207    <column name="c2flxR6" type="TFLOAT" default="-999" comment="Flux inside r = 6"></column>
     208    <column name="c2flxR6Err" type="TFLOAT" default="-999" comment="estimated error is c2flxR6"></column>
     209    <column name="c2flxR6Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c2flxR6"></column>
     210    <column name="c2flxR6Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R6"></column>
     211    <column name="c2flxR7" type="TFLOAT" default="-999" comment="Flux inside r = 7"></column>
     212    <column name="c2flxR7Err" type="TFLOAT" default="-999" comment="estimated error is c2flxR7"></column>
     213    <column name="c2flxR7Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c2flxR7"></column>
     214    <column name="c2flxR7Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R7"></column>
     215    <column name="c2flxR8" type="TFLOAT" default="-999" comment="Flux inside r = 8"></column>
     216    <column name="c2flxR8Err" type="TFLOAT" default="-999" comment="estimated error is c2flxR8"></column>
     217    <column name="c2flxR8Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c2flxR8"></column>
     218    <column name="c2flxR8Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R8"></column>
     219    <column name="c2flxR9" type="TFLOAT" default="-999" comment="Flux inside r = 9"></column>
     220    <column name="c2flxR9Err" type="TFLOAT" default="-999" comment="estimated error is c2flxR9"></column>
     221    <column name="c2flxR9Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c2flxR9"></column>
     222    <column name="c2flxR9Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R9"></column>
     223    <column name="c2flxR10" type="TFLOAT" default="-999" comment="Flux inside r = 10"></column>
     224    <column name="c2flxR10Err" type="TFLOAT" default="-999" comment="estimated error is c2flxR10"></column>
     225    <column name="c2flxR10Std" type="TFLOAT" default="-999" comment="estimated standard deviation in c2flxR10"></column>
     226    <column name="c2flxR10Fill" type="TFLOAT" default="-999" comment="estimated filling factor at R10"></column>
    257227    <column name="logC" type="TFLOAT" default="-999" comment="Abraham concentration index"></column>
    258228    <column name="logA" type="TFLOAT" default="-999" comment="Abraham asymmetry index"></column>
     
    267237    <column name="filterID" type="TBYTE" default="0" comment="filter identifier"></column>
    268238    <column name="stackTypeID" type="TBYTE" default="0" comment="stack type identifier"></column>
     239    <column name="stackGroupID" type="TLONG" default="0" comment="stack group id"></column>
    269240    <column name="surveyID" type="TBYTE" default="0" comment="survey flag identifier"></column>
    270241    <column name="primaryF" type="TBYTE" default="255" comment="identifies best stack detection for Stacks overlapping the same region of the sky."></column>
     
    276247    <column name="deVAb" type="TFLOAT" default="-999" comment="deVaucoulerus axis ratio"></column>
    277248    <column name="deVAbErr" type="TFLOAT" default="-999" comment="estimated error in deVaucoulerus axis ratio"></column>
     249    <column name="deVPhi" type="TFLOAT" default="-999" comment="estmated phi of deVaucouleurs axis"></column>
     250    <column name="deVPhiErr" type="TFLOAT" default="-999" comment="estmated error of phi of deVaucouleurs axis"></column>
    278251    <column name="raDeVOff" type="TFLOAT" default="-999" comment="Offset in RA of deVaucouleurs fit from PSF RA"></column>
    279252    <column name="decDeVOff" type="TFLOAT" default="-999" comment="Offset in DEC of deVaucouleurs fit from PSF DEC"></column>
     
    288261    <column name="deVCovar15" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
    289262    <column name="deVCovar16" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
     263    <column name="deVCovar17" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
    290264    <column name="deVCovar22" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
    291265    <column name="deVCovar23" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
     
    293267    <column name="deVCovar25" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
    294268    <column name="deVCovar26" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
     269    <column name="deVCovar27" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
    295270    <column name="deVCovar33" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
    296271    <column name="deVCovar34" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
    297272    <column name="deVCovar35" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
    298273    <column name="deVCovar36" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
     274    <column name="deVCovar37" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
    299275    <column name="deVCovar44" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
    300276    <column name="deVCovar45" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
    301277    <column name="deVCovar46" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
     278    <column name="deVCovar47" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
    302279    <column name="deVCovar55" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
    303280    <column name="deVCovar56" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
     281    <column name="deVCovar57" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
    304282    <column name="deVCovar66" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
     283    <column name="deVCovar67" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
     284    <column name="deVCovar77" type="TFLOAT" default="-999" comment="covariance for deVaucouleurs fit"></column>
    305285    <column name="expRadius" type="TFLOAT" default="-999" comment="Exponential fit radius"></column>
    306286    <column name="expRadiusErr" type="TFLOAT" default="-999" comment="estimated error in Exponential fit radius"></column>
     
    309289    <column name="expAb" type="TFLOAT" default="-999" comment="Exponential fit axis ratio"></column>
    310290    <column name="expAbErr" type="TFLOAT" default="-999" comment="estimated error in Exponential fit axis ratio"></column>
     291    <column name="expPhi" type="TFLOAT" default="-999" comment="estmated phi of Exponential axis"></column>
     292    <column name="expPhiErr" type="TFLOAT" default="-999" comment="estmated error of phi of Exponential axis"></column>
    311293    <column name="raExpOff" type="TFLOAT" default="-999" comment="Offset in RA of Exponential fit from PSF RA"></column>
    312294    <column name="decExpOff" type="TFLOAT" default="-999" comment="Offset in DEC of Exponential fit from PSF DEC"></column>
     
    321303    <column name="expCovar15" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
    322304    <column name="expCovar16" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
     305    <column name="expCovar17" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
    323306    <column name="expCovar22" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
    324307    <column name="expCovar23" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
     
    326309    <column name="expCovar25" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
    327310    <column name="expCovar26" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
     311    <column name="expCovar27" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
    328312    <column name="expCovar33" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
    329313    <column name="expCovar34" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
    330314    <column name="expCovar35" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
    331315    <column name="expCovar36" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
     316    <column name="expCovar37" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
    332317    <column name="expCovar44" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
    333318    <column name="expCovar45" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
    334319    <column name="expCovar46" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
     320    <column name="expCovar47" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
    335321    <column name="expCovar55" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
    336322    <column name="expCovar56" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
     323    <column name="expCovar57" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
    337324    <column name="expCovar66" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
     325    <column name="expCovar67" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
     326    <column name="expCovar77" type="TFLOAT" default="-999" comment="covariance for Exponential fit"></column>
    338327    <column name="serRadius" type="TFLOAT" default="-999" comment="Sersic radius"></column>
    339328    <column name="serRadiusErr" type="TFLOAT" default="-999" comment="estimated error in Sersic radius"></column>
     
    344333    <column name="serNu" type="TFLOAT" default="-999" comment="Sersic index"></column>
    345334    <column name="serNuErr" type="TFLOAT" default="-999" comment="estimated error in Sersic index"></column>
     335    <column name="serPhi" type="TFLOAT" default="-999" comment="estmated phi of Sersic axis"></column>
     336    <column name="serPhiErr" type="TFLOAT" default="-999" comment="estmated error of phi of Sersic axis"></column>
    346337    <column name="raSerOff" type="TFLOAT" default="-999" comment="Offset in RA of Sersic fit from PSF RA"></column>
    347338    <column name="decSerOff" type="TFLOAT" default="-999" comment="Offset in DEC of Sersic fit from PSF DEC"></column>
     
    357348    <column name="sersicCovar16" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    358349    <column name="sersicCovar17" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
     350    <column name="sersicCovar18" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    359351    <column name="sersicCovar22" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    360352    <column name="sersicCovar23" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
     
    363355    <column name="sersicCovar26" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    364356    <column name="sersicCovar27" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
     357    <column name="sersicCovar28" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    365358    <column name="sersicCovar33" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    366359    <column name="sersicCovar34" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
     
    368361    <column name="sersicCovar36" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    369362    <column name="sersicCovar37" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
     363    <column name="sersicCovar38" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    370364    <column name="sersicCovar44" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    371365    <column name="sersicCovar45" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    372366    <column name="sersicCovar46" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    373367    <column name="sersicCovar47" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
     368    <column name="sersicCovar48" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    374369    <column name="sersicCovar55" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    375370    <column name="sersicCovar56" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    376371    <column name="sersicCovar57" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
     372    <column name="sersicCovar58" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    377373    <column name="sersicCovar66" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    378374    <column name="sersicCovar67" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
     375    <column name="sersicCovar68" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    379376    <column name="sersicCovar77" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
     377    <column name="sersicCovar78" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
     378    <column name="sersicCovar88" type="TFLOAT" default="-999" comment="covariance for Sersic fit"></column>
    380379    <column name="activeFlag" type="TBYTE" default="-999" comment="indicates whether this detection/orphan is still a detection/orphan"></column>
    381380    <column name="dataRelease" type="TBYTE" default="0" comment="Data release when this detection was taken"></column>
Note: See TracChangeset for help on using the changeset viewer.