IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 10, 2013, 11:33:10 AM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20121219
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219

  • branches/eam_branches/ipp-20121219/ippToPsps

  • branches/eam_branches/ipp-20121219/ippToPsps/config/IN/tables.vot

    r32515 r34902  
    161161          <TR><TD>3</TD><TD>PS_MODEL_EXP</TD><TD>Exponential Fit</TD></TR>
    162162          <TR><TD>4</TD><TD>PS_MODEL_SERSIC</TD><TD>Sersic Fit</TD></TR>
    163         </TABLEDATA>
    164       </DATA>
    165     </TABLE>
    166     <TABLE name="PhotozRecipe">
    167       <DESCRIPTION>VOTable description of PSPS table PhotozRecipe</DESCRIPTION>
    168       <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
    169       <FIELD name="recipeID" arraysize="1" datatype="unsignedByte">
    170         <DESCRIPTION>recipe index</DESCRIPTION>
    171       </FIELD>
    172       <FIELD name="description" arraysize="100" datatype="char">
    173         <DESCRIPTION>string describing the recipe</DESCRIPTION>
    174       </FIELD>
    175       <DATA>
    176         <TABLEDATA>
    177           <TR><TD>0</TD><TD>Spectroscopic Redshift</TD></TR>
    178           <TR><TD>1</TD><TD>Le Phere photoz software</TD></TR>
    179           <TR><TD>2</TD><TD>HyperZ photoz software</TD></TR>
    180           <TR><TD>3</TD><TD>ANNz photoz software</TD></TR>
    181           <TR><TD>4</TD><TD>EAZY software</TD></TR>
    182           <TR><TD>5</TD><TD>Support vector machine (SVM) software</TD></TR>
    183163        </TABLEDATA>
    184164      </DATA>
     
    102112102092      </DATA>
    102113102093    </TABLE>
     102094    <TABLE name="StackDetectionFlags">
     102095      <DESCRIPTION>VOTable description of PSPS table DetectionFlags</DESCRIPTION>
     102096      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
     102097      <FIELD name="name" arraysize="100" datatype="char">
     102098        <DESCRIPTION>Name of flag</DESCRIPTION>
     102099      </FIELD>
     102100      <FIELD name="value" arraysize="1" datatype="long">
     102101        <DESCRIPTION>Flag value</DESCRIPTION>
     102102      </FIELD>
     102103      <FIELD name="description" arraysize="100" datatype="char">
     102104        <DESCRIPTION>Description of the flag</DESCRIPTION>
     102105      </FIELD>
     102106        <DATA>
     102107        <TABLEDATA>
     102108          <TR><TD>DEFAULT</TD><TD>0</TD><TD>Initial value: resets all bits</TD></TR>
     102109          <TR><TD>PSFMODEL</TD><TD>1</TD><TD>Source fitted with a psf model (linear or non-linear)</TD></TR>
     102110          <TR><TD>EXTMODEL</TD><TD>2</TD><TD>Source fitted with an extended-source model</TD></TR>
     102111          <TR><TD>FITTED</TD><TD>4</TD><TD>Source fitted with non-linear model (PSF or EXT; good or bad)</TD></TR>
     102112          <TR><TD>FAIL</TD><TD>8</TD><TD>Fit (non-linear) failed (non-converge, off-edge, run to zero)</TD></TR>
     102113          <TR><TD>POOR</TD><TD>16</TD><TD>Fit succeeds, but low-SN, high-Chisq, or large (for PSF -- drop?)</TD></TR>
     102114          <TR><TD>PAIR</TD><TD>32</TD><TD>Source fitted with a double psf</TD></TR>
     102115          <TR><TD>PSFSTAR</TD><TD>64</TD><TD>Source used to define PSF model</TD></TR>
     102116          <TR><TD>SATSTAR</TD><TD>128</TD><TD>Source model peak is above saturation</TD></TR>
     102117          <TR><TD>BLEND</TD><TD>256</TD><TD>Source is a blend with other sources</TD></TR>
     102118          <TR><TD>EXTERNAL</TD><TD>512</TD><TD>Source based on supplied input position</TD></TR>
     102119          <TR><TD>BADPSF</TD><TD>1024</TD><TD>Failed to get good estimate of object's PSF</TD></TR>
     102120          <TR><TD>DEFECT</TD><TD>2048</TD><TD>Source is thought to be a defect</TD></TR>
     102121          <TR><TD>SATURATED</TD><TD>4096</TD><TD>Source is thought to be saturated pixels (bleed trail)</TD></TR>
     102122          <TR><TD>CR_LIMIT</TD><TD>8192</TD><TD>Source has crNsigma above limit</TD></TR>
     102123          <TR><TD>EXT_LIMIT</TD><TD>16384</TD><TD>Source has extNsigma above limit</TD></TR>
     102124          <TR><TD>MOMENTS_FAILURE</TD><TD>32768</TD><TD>could not measure the moments</TD></TR>
     102125          <TR><TD>SKY_FAILURE</TD><TD>65536</TD><TD>could not measure the local sky</TD></TR>
     102126          <TR><TD>SKYVAR_FAILURE</TD><TD>131072</TD><TD>could not measure the local sky variance</TD></TR>
     102127          <TR><TD>BELOW_MOMENTS_SN</TD><TD>262144</TD><TD>moments not measured due to low S/N</TD></TR>
     102128          <TR><TD>BIG_RADIUS</TD><TD>1048576</TD><TD>poor moments for small radius, try large radius</TD></TR>
     102129          <TR><TD>AP_MAGS</TD><TD>2097152</TD><TD>source has an aperture magnitude</TD></TR>
     102130          <TR><TD>BLEND_FIT</TD><TD>4194304</TD><TD>source was fitted as a blend</TD></TR>
     102131          <TR><TD>EXTENDED_FIT</TD><TD>8388608</TD><TD>full extended fit was used</TD></TR>
     102132          <TR><TD>EXTENDED_STATS</TD><TD>16777216</TD><TD>extended aperture stats calculated</TD></TR>
     102133          <TR><TD>LINEAR_FIT</TD><TD>33554432</TD><TD>source fitted with the linear fit</TD></TR>
     102134          <TR><TD>NONLINEAR_FIT</TD><TD>67108864</TD><TD>source fitted with the non-linear fit</TD></TR>
     102135          <TR><TD>RADIAL_FLUX</TD><TD>134217728</TD><TD>radial flux measurements calculated</TD></TR>
     102136          <TR><TD>SIZE_SKIPPED</TD><TD>268435456</TD><TD>size could not be determined</TD></TR>
     102137          <TR><TD>ON_SPIKE</TD><TD>536870912</TD><TD>peak lands on diffraction spike</TD></TR>
     102138          <TR><TD>ON_GHOST</TD><TD>1073741824</TD><TD>peak lands on ghost or glint</TD></TR>
     102139          <TR><TD>OFF_CHIP</TD><TD>2147483648</TD><TD>peak lands off edge of chip</TD></TR>
     102140          <TR><TD>DIFF_WITH_SINGLE</TD><TD>4294967296</TD><TD>diff source matched to a single positive detection</TD></TR>
     102141          <TR><TD>DIFF_WITH_DOUBLE</TD><TD>8589934592</TD><TD>diff source matched to positive detections in both images</TD></TR>
     102142          <TR><TD>MATCHED</TD><TD>17179869184</TD><TD>diff source matched to positive detections in both images</TD></TR>
     102143          <TR><TD>ON_SPIKE</TD><TD>34359738368</TD><TD>>25% of (PSF-weighted) pixels land on diffraction spike</TD></TR>
     102144          <TR><TD>ON_STARCORE</TD><TD>68719476736</TD><TD>>25% of (PSF-weighted) pixels land on starcore</TD></TR>
     102145          <TR><TD>ON_BURNTOOL</TD><TD>137438953472</TD><TD>>25% of (PSF-weighted) pixels land on burntool</TD></TR>
     102146          <TR><TD>ON_CONVPOOR</TD><TD>274877906944</TD><TD>>25% of (PSF-weighted) pixels land on convpoor</TD></TR>
     102147          <TR><TD>PASS1_SRC</TD><TD>549755813888</TD><TD>source detected in first pass analysis</TD></TR>
     102148          <TR><TD>HAS_BRIGHTER_NEIGHBOR</TD><TD>1099511627776</TD><TD>peak is not the brightest in its footprint</TD></TR>
     102149          <TR><TD>BRIGHT_NEIGHBOR_1</TD><TD>2199023255552</TD><TD>flux_n / (r^2 flux_p) >1</TD></TR>
     102150          <TR><TD>BRIGHT_NEIGHBOR_10</TD><TD>4398046511104</TD><TD>flux_n / (r^2 flux_p) >10</TD></TR>
     102151          <TR><TD>DIFF_SELF_MATCH</TD><TD>8796093022208</TD><TD>positive detection match is probably this source</TD></TR>
     102152          <TR><TD>SATSTAR_PROFILE</TD><TD>17592186044416</TD><TD>saturated source is modeled with a radial profile</TD></TR>
     102153          <TR><TD>NOCAL</TD><TD>35184372088832</TD><TD>detection ignored for this analysis (photcode, time range) -- internal only</TD></TR>
     102154          <TR><TD>POOR_PHOTOM</TD><TD>70368744177664</TD><TD>detection is photometry outlier</TD></TR>                             
     102155          <TR><TD>SKIP_PHOTOM</TD><TD>140737488355328</TD><TD>detection was ignored for photometry measurement</TD></TR>                     
     102156          <TR><TD>AREA</TD><TD>281474976710656</TD><TD>detection near image edge</TD></TR>                     
     102157          <TR><TD>POOR_ASTROM</TD><TD>562949953421312</TD><TD>detection is astrometry outlier</TD></TR>                                 
     102158          <TR><TD>SKIP_ASTROM</TD><TD>1125899906842624</TD><TD>detection was ignored for astrometry measurement</TD></TR>                         
     102159          <TR><TD>USED_OBJ</TD><TD>2251799813685248</TD><TD>detection was used during update objects</TD></TR>
     102160          <TR><TD>USED_CHIP</TD><TD>4503599627370496</TD><TD>detection was used during update chips (XXX this probably does not make it into the db)</TD></TR>
     102161          <TR><TD>BLEND_MEAS</TD><TD>9007199254740992</TD><TD>detection is within radius of multiple objects</TD></TR>
     102162          <TR><TD>BLEND_OBJ</TD><TD>18014398509481984</TD><TD>multiple detections within radius of object</TD></TR>
     102163          <TR><TD>UNDEF_3</TD><TD>36028797018963968</TD><TD>unused</TD></TR>
     102164          <TR><TD>UNDEF_4</TD><TD>72057594037927936</TD><TD>unused</TD></TR>
     102165          <TR><TD>BLEND_MEAS_X</TD><TD>144115188075855872</TD><TD>detection is within radius of multiple objects across catalogs</TD></TR>               
     102166          <TR><TD>ARTIFACT</TD><TD>288230376151711744</TD><TD>detection is thought to be non-astronomical</TD></TR>       
     102167          <TR><TD>UNDEF_5</TD><TD>576460752303423488</TD><TD>unused</TD></TR>
     102168          <TR><TD>PHOTOM_UBERCAL</TD><TD>1152921504606846976</TD><TD>externally-supplied zero point from ubercal analysis</TD></TR>
     102169          <TR><TD>STACK_PRIMARY</TD><TD>2305843009213693952</TD><TD>externally-supplied zero point from ubercal analysis</TD></TR>           
     102170          <TR><TD>STACK_PHOT_SRC</TD><TD>4611686018427387904</TD><TD>this measurement supplied the stack photometry</TD></TR>
     102171        </TABLEDATA>
     102172      </DATA>
     102173    </TABLE>
    102114102174    <TABLE name="DetectionFlags">
    102115102175      <DESCRIPTION>VOTable description of PSPS table DetectionFlags</DESCRIPTION>
     
    102129102189          <TR><TD>PSFMODEL</TD><TD>1</TD><TD>Source fitted with a psf model (linear or non-linear)</TD></TR>
    102130102190          <TR><TD>EXTMODEL</TD><TD>2</TD><TD>Source fitted with an extended-source model</TD></TR>
    102131           <TR><TD>FITTED</TD><TD>4</TD><TD>Source fitted with non-linear model (PSF or EXT; good or bad)</TD></TR>
    102132           <TR><TD>FITFAIL</TD><TD>8</TD><TD>Fit (non-linear) failed (non-converge, off-edge, run to zero)</TD></TR>
    102133           <TR><TD>POORFIT</TD><TD>16</TD><TD>Fit succeeds, but low-SN, high-Chisq, or large (for PSF -- drop?)</TD></TR>
    102134           <TR><TD>PAIR</TD><TD>32</TD><TD>Source fitted with a double psf</TD></TR>
    102135           <TR><TD>PSFSTAR</TD><TD>64</TD><TD>Source used to define PSF model</TD></TR>
    102136           <TR><TD>SATSTAR</TD><TD>128</TD><TD>Source model peak is above saturation</TD></TR>
    102137           <TR><TD>BLEND</TD><TD>256</TD><TD>Source is a blend with other sourcers</TD></TR>
    102138           <TR><TD>EXTERNALPOS</TD><TD>512</TD><TD>Source based on supplied input position</TD></TR>
    102139           <TR><TD>BADPSF</TD><TD>1024</TD><TD>Failed to get good estimate of object's PSF</TD></TR>
    102140           <TR><TD>DEFECT</TD><TD>2048</TD><TD>Source is thought to be a defect</TD></TR>
    102141           <TR><TD>SATURATED</TD><TD>4096</TD><TD>Source is thought to be saturated pixels (bleed trail)</TD></TR>
    102142           <TR><TD>CR_LIMIT</TD><TD>8192</TD><TD>Source has crNsigma above limit</TD></TR>
    102143           <TR><TD>EXT_LIMIT</TD><TD>16384</TD><TD>Source has extNsigma above limit</TD></TR>
    102144           <TR><TD>MOMENTS_FAILURE</TD><TD>32768</TD><TD>could not measure the moments</TD></TR>
    102145           <TR><TD>SKY_FAILURE</TD><TD>65536</TD><TD>could not measure the local sky</TD></TR>
    102146           <TR><TD>SKYVAR_FAILURE</TD><TD>131072</TD><TD>could not measure the local sky variance</TD></TR>
    102147           <TR><TD>MOMENTS_SN</TD><TD>262144</TD><TD>moments not measured due to low S/N</TD></TR>
    102148           <TR><TD>BIG_RADIUS</TD><TD>1048576</TD><TD>poor moments for small radius, try large radius</TD></TR>
    102149           <TR><TD>AP_MAGS</TD><TD>2097152</TD><TD>source has an aperture magnitude</TD></TR>
    102150           <TR><TD>BLEND_FIT</TD><TD>4194304</TD><TD>source was fitted as a blend</TD></TR>
    102151           <TR><TD>EXTENDED_FIT</TD><TD>8388608</TD><TD>full extended fit was used</TD></TR>
    102152           <TR><TD>EXTENDED_STATS</TD><TD>16777216</TD><TD>extended aperture stats calculated</TD></TR>
    102153           <TR><TD>LINEAR_FIT</TD><TD>33554432</TD><TD>source fitted with the linear fit</TD></TR>
    102154           <TR><TD>NONLINEAR_FIT</TD><TD>67108864</TD><TD>source fitted with the non-linear fit</TD></TR>
    102155           <TR><TD>RADIAL_FLUX</TD><TD>134217728</TD><TD>radial flux measurements calculated</TD></TR>
    102156           <TR><TD>SIZE_SKIPPED</TD><TD>268435456</TD><TD>size could not be determined</TD></TR>
    102157           <TR><TD>ON_SPIKE</TD><TD>536870912</TD><TD>peak lands on diffraction spike</TD></TR>
    102158           <TR><TD>ON_GHOST</TD><TD>1073741824</TD><TD>peak lands on ghost or glint</TD></TR>
    102159           <TR><TD>OFF_CHIP</TD><TD>2147483648</TD><TD>peak lands off edge of chip</TD></TR>
    102160           <TR><TD>NOCAL</TD><TD>4294967296</TD><TD>detection ignored for this analysis (photcode, time range) -- internal only</TD></TR>
    102161           <TR><TD>POOR_PHOTOM</TD><TD>8589934592</TD><TD>detection is photometry outlier</TD></TR>
    102162           <TR><TD>SKIP_PHOTOM</TD><TD>17179869184</TD><TD>detection was ignored for photometry measurement</TD></TR>
    102163           <TR><TD>MEAS_AREA</TD><TD>34359738368</TD><TD>detection near image edge</TD></TR>
    102164           <TR><TD>POOR_ASTROM</TD><TD>68719476736</TD><TD>detection is astrometry outlier</TD></TR>
    102165           <TR><TD>SKIP_ASTROM</TD><TD>137438953472</TD><TD>detection was ignored for astrometry measurement</TD></TR>
    102166           <TR><TD>USED_OBJ</TD><TD>274877906944</TD><TD>detection was used during opdate objects</TD></TR>
    102167           <TR><TD>USED_CHIP</TD><TD>549755813888</TD><TD>detection was used during update chips</TD></TR>
    102168           <TR><TD>BLEND_MEAS</TD><TD>1099511627776</TD><TD>detection is within radius of multiple objects</TD></TR>
    102169           <TR><TD>BLEND_OBJ</TD><TD>2199023255552</TD><TD>multiple detections within radius of object</TD></TR>
    102170           <TR><TD>BLEND_MEAS_X</TD><TD>17592186044416</TD><TD>detection is within radius of multiple objects across catalogs</TD></TR>
    102171           <TR><TD>ARTIFACT</TD><TD>35184372088832</TD><TD>detection is thought to be non-astronomical</TD></TR>
     102191          <TR><TD>FITTED</TD><TD>4</TD><TD>Source fitted with non-linear model (PSF or EXT; good or bad)</TD></TR>
     102192          <TR><TD>FAIL</TD><TD>8</TD><TD>Fit (non-linear) failed (non-converge, off-edge, run to zero)</TD></TR>
     102193          <TR><TD>POOR</TD><TD>16</TD><TD>Fit succeeds, but low-SN, high-Chisq, or large (for PSF -- drop?)</TD></TR>
     102194          <TR><TD>PAIR</TD><TD>32</TD><TD>Source fitted with a double psf</TD></TR>
     102195          <TR><TD>PSFSTAR</TD><TD>64</TD><TD>Source used to define PSF model</TD></TR>
     102196          <TR><TD>SATSTAR</TD><TD>128</TD><TD>Source model peak is above saturation</TD></TR>
     102197          <TR><TD>BLEND</TD><TD>256</TD><TD>Source is a blend with other sources</TD></TR>
     102198          <TR><TD>EXTERNAL</TD><TD>512</TD><TD>Source based on supplied input position</TD></TR>
     102199          <TR><TD>BADPSF</TD><TD>1024</TD><TD>Failed to get good estimate of object's PSF</TD></TR>
     102200          <TR><TD>DEFECT</TD><TD>2048</TD><TD>Source is thought to be a defect</TD></TR>
     102201          <TR><TD>SATURATED</TD><TD>4096</TD><TD>Source is thought to be saturated pixels (bleed trail)</TD></TR>
     102202          <TR><TD>CR_LIMIT</TD><TD>8192</TD><TD>Source has crNsigma above limit</TD></TR>
     102203          <TR><TD>EXT_LIMIT</TD><TD>16384</TD><TD>Source has extNsigma above limit</TD></TR>
     102204          <TR><TD>MOMENTS_FAILURE</TD><TD>32768</TD><TD>could not measure the moments</TD></TR>
     102205          <TR><TD>SKY_FAILURE</TD><TD>65536</TD><TD>could not measure the local sky</TD></TR>
     102206          <TR><TD>SKYVAR_FAILURE</TD><TD>131072</TD><TD>could not measure the local sky variance</TD></TR>
     102207          <TR><TD>BELOW_MOMENTS_SN</TD><TD>262144</TD><TD>moments not measured due to low S/N</TD></TR>
     102208          <TR><TD>BIG_RADIUS</TD><TD>1048576</TD><TD>poor moments for small radius, try large radius</TD></TR>
     102209          <TR><TD>AP_MAGS</TD><TD>2097152</TD><TD>source has an aperture magnitude</TD></TR>
     102210          <TR><TD>BLEND_FIT</TD><TD>4194304</TD><TD>source was fitted as a blend</TD></TR>
     102211          <TR><TD>EXTENDED_FIT</TD><TD>8388608</TD><TD>full extended fit was used</TD></TR>
     102212          <TR><TD>EXTENDED_STATS</TD><TD>16777216</TD><TD>extended aperture stats calculated</TD></TR>
     102213          <TR><TD>LINEAR_FIT</TD><TD>33554432</TD><TD>source fitted with the linear fit</TD></TR>
     102214          <TR><TD>NONLINEAR_FIT</TD><TD>67108864</TD><TD>source fitted with the non-linear fit</TD></TR>
     102215          <TR><TD>RADIAL_FLUX</TD><TD>134217728</TD><TD>radial flux measurements calculated</TD></TR>
     102216          <TR><TD>SIZE_SKIPPED</TD><TD>268435456</TD><TD>size could not be determined</TD></TR>
     102217          <TR><TD>ON_SPIKE</TD><TD>536870912</TD><TD>peak lands on diffraction spike</TD></TR>
     102218          <TR><TD>ON_GHOST</TD><TD>1073741824</TD><TD>peak lands on ghost or glint</TD></TR>
     102219          <TR><TD>OFF_CHIP</TD><TD>2147483648</TD><TD>peak lands off edge of chip</TD></TR>
     102220          <TR><TD>DIFF_WITH_SINGLE</TD><TD>4294967296</TD><TD>diff source matched to a single positive detection</TD></TR>
     102221          <TR><TD>DIFF_WITH_DOUBLE</TD><TD>8589934592</TD><TD>diff source matched to positive detections in both images</TD></TR>
     102222          <TR><TD>MATCHED</TD><TD>17179869184</TD><TD>diff source matched to positive detections in both images</TD></TR>
     102223          <TR><TD>ON_SPIKE</TD><TD>34359738368</TD><TD>>25% of (PSF-weighted) pixels land on diffraction spike</TD></TR>
     102224          <TR><TD>ON_STARCORE</TD><TD>68719476736</TD><TD>>25% of (PSF-weighted) pixels land on starcore</TD></TR>
     102225          <TR><TD>ON_BURNTOOL</TD><TD>137438953472</TD><TD>>25% of (PSF-weighted) pixels land on burntool</TD></TR>
     102226          <TR><TD>ON_CONVPOOR</TD><TD>274877906944</TD><TD>>25% of (PSF-weighted) pixels land on convpoor</TD></TR>
     102227          <TR><TD>PASS1_SRC</TD><TD>549755813888</TD><TD>source detected in first pass analysis</TD></TR>
     102228          <TR><TD>HAS_BRIGHTER_NEIGHBOR</TD><TD>1099511627776</TD><TD>peak is not the brightest in its footprint</TD></TR>
     102229          <TR><TD>BRIGHT_NEIGHBOR_1</TD><TD>2199023255552</TD><TD>flux_n / (r^2 flux_p) >1</TD></TR>
     102230          <TR><TD>BRIGHT_NEIGHBOR_10</TD><TD>4398046511104</TD><TD>flux_n / (r^2 flux_p) >10</TD></TR>
     102231          <TR><TD>DIFF_SELF_MATCH</TD><TD>8796093022208</TD><TD>positive detection match is probably this source</TD></TR>
     102232          <TR><TD>SATSTAR_PROFILE</TD><TD>17592186044416</TD><TD>saturated source is modeled with a radial profile</TD></TR>
     102233          <TR><TD>NOCAL</TD><TD>35184372088832</TD><TD>detection ignored for this analysis (photcode, time range) -- internal only</TD></TR>
     102234          <TR><TD>POOR_PHOTOM</TD><TD>70368744177664</TD><TD>detection is photometry outlier</TD></TR>                             
     102235          <TR><TD>SKIP_PHOTOM</TD><TD>140737488355328</TD><TD>detection was ignored for photometry measurement</TD></TR>                     
     102236          <TR><TD>AREA</TD><TD>281474976710656</TD><TD>detection near image edge</TD></TR>                     
     102237          <TR><TD>POOR_ASTROM</TD><TD>562949953421312</TD><TD>detection is astrometry outlier</TD></TR>                                 
     102238          <TR><TD>SKIP_ASTROM</TD><TD>1125899906842624</TD><TD>detection was ignored for astrometry measurement</TD></TR>                         
     102239          <TR><TD>USED_OBJ</TD><TD>2251799813685248</TD><TD>detection was used during update objects</TD></TR>
     102240          <TR><TD>USED_CHIP</TD><TD>4503599627370496</TD><TD>detection was used during update chips (XXX this probably does not make it into the db)</TD></TR>
     102241          <TR><TD>BLEND_MEAS</TD><TD>9007199254740992</TD><TD>detection is within radius of multiple objects</TD></TR>
     102242          <TR><TD>BLEND_OBJ</TD><TD>18014398509481984</TD><TD>multiple detections within radius of object</TD></TR>
     102243          <TR><TD>UNDEF_3</TD><TD>36028797018963968</TD><TD>unused</TD></TR>
     102244          <TR><TD>UNDEF_4</TD><TD>72057594037927936</TD><TD>unused</TD></TR>
     102245          <TR><TD>BLEND_MEAS_X</TD><TD>144115188075855872</TD><TD>detection is within radius of multiple objects across catalogs</TD></TR>               
     102246          <TR><TD>ARTIFACT</TD><TD>288230376151711744</TD><TD>detection is thought to be non-astronomical</TD></TR>       
     102247          <TR><TD>UNDEF_5</TD><TD>576460752303423488</TD><TD>unused</TD></TR>
     102248          <TR><TD>PHOTOM_UBERCAL</TD><TD>1152921504606846976</TD><TD>externally-supplied zero point from ubercal analysis</TD></TR>
     102249          <TR><TD>STACK_PRIMARY</TD><TD>2305843009213693952</TD><TD>externally-supplied zero point from ubercal analysis</TD></TR>           
     102250          <TR><TD>STACK_PHOT_SRC</TD><TD>4611686018427387904</TD><TD>this measurement supplied the stack photometry</TD></TR>
    102172102251        </TABLEDATA>
    102173102252      </DATA>
    102174102253    </TABLE>
     102254    <TABLE name="ObjectInfoFlags">
     102255      <DESCRIPTION>VOTable description of PSPS table ObjectInfoFlags</DESCRIPTION>
     102256      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
     102257      <FIELD name="name" arraysize="100" datatype="char">
     102258        <DESCRIPTION>Name of flag</DESCRIPTION>
     102259      </FIELD>
     102260      <FIELD name="value" arraysize="1" datatype="long">
     102261        <DESCRIPTION>Flag value</DESCRIPTION>
     102262      </FIELD>
     102263      <FIELD name="description" arraysize="100" datatype="char">
     102264        <DESCRIPTION>Description of the flag</DESCRIPTION>
     102265      </FIELD>
     102266        <DATA>
     102267        <TABLEDATA>
     102268          <TR><TD>FEW</TD><TD>1</TD><TD>used within relphot: skip star</TD></TR>
     102269          <TR><TD>POOR</TD><TD>2</TD><TD>used within relphot: skip star</TD></TR>
     102270          <TR><TD>FIT_AVE</TD><TD>65536</TD><TD>average position fitted</TD></TR>
     102271          <TR><TD>FIT_PM</TD><TD>131072</TD><TD>proper motion fitted</TD></TR>
     102272          <TR><TD>FIT_PAR</TD><TD>262144</TD><TD>parallax fitted</TD></TR>
     102273          <TR><TD>USE_AVE</TD><TD>524288</TD><TD>average position used (not PM or PAR)</TD></TR>
     102274          <TR><TD>USE_PM</TD><TD>1048576</TD><TD>proper motion used (not AVE or PAR)</TD></TR>
     102275          <TR><TD>USE_PAR</TD><TD>2097152</TD><TD>parallax used (not AVE or PM)</TD></TR>
     102276          <TR><TD>NO_ASTROM</TD><TD>4194304</TD><TD>mean astrometry could not be measured</TD></TR>
     102277          <TR><TD>EXT</TD><TD>16777216</TD><TD>extended in our data (eg, PS)</TD></TR>
     102278          <TR><TD>EXT_ALT</TD><TD>33554432</TD><TD>extended in external data (eg, 2MASS)</TD></TR>
     102279          <TR><TD>GOOD</TD><TD>67108864</TD><TD>good-quality measurement in our data (eg,PS)</TD></TR>
     102280          <TR><TD>GOOD_ALT</TD><TD>134217728</TD><TD>good-quality measurement in  external data (eg, 2MASS)</TD></TR>
     102281        </TABLEDATA>
     102282      </DATA>
     102283    </TABLE>
     102284     <TABLE name="ObjectFilterFlags">
     102285      <DESCRIPTION>VOTable description of PSPS table ObjectInfoFlags</DESCRIPTION>
     102286      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
     102287      <FIELD name="name" arraysize="100" datatype="char">
     102288        <DESCRIPTION>Name of flag</DESCRIPTION>
     102289      </FIELD>
     102290      <FIELD name="value" arraysize="1" datatype="long">
     102291        <DESCRIPTION>Flag value</DESCRIPTION>
     102292      </FIELD>
     102293      <FIELD name="description" arraysize="100" datatype="char">
     102294        <DESCRIPTION>Description of the flag</DESCRIPTION>
     102295      </FIELD>
     102296        <DATA>
     102297        <TABLEDATA>
     102298          <TR><TD>SECF_STAR_FEW</TD><TD>1</TD><TD>used within relphot: skip star</TD></TR>
     102299          <TR><TD>SECF_STAR_POOR</TD><TD>2</TD><TD>used within relphot: skip star</TD></TR>
     102300          <TR><TD>SECF_USE_SYNTH</TD><TD>4</TD><TD>synthetic photometry used in average measurement</TD></TR>
     102301          <TR><TD>SECF_USE_UBERCAL</TD><TD>8</TD><TD>synthetic photometry used in average measurement</TD></TR>
     102302          <TR><TD>SECF_HAS_PS1</TD><TD>16</TD><TD>PS1 photometry used in average measurement</TD></TR>
     102303          <TR><TD>SECF_HAS_STACK</TD><TD>32</TD><TD>PS1 stack photometry exists</TD></TR>
     102304          <TR><TD>PHOTOM_PASS_0</TD><TD>256</TD><TD>average magnitude calculated in 0th pass</TD></TR>
     102305          <TR><TD>PHOTOM_PASS_1</TD><TD>512</TD><TD>average magnitude calculated in 1th pass</TD></TR>
     102306          <TR><TD>PHOTOM_PASS_2</TD><TD>1024</TD><TD>average magnitude calculated in 2th pass</TD></TR>
     102307          <TR><TD>PHOTOM_PASS_3</TD><TD>2048</TD><TD>average magnitude calculated in 3th pass</TD></TR>
     102308          <TR><TD>PHOTOM_PASS_4</TD><TD>4096</TD><TD>average magnitude calculated in 4th pass</TD></TR>
     102309          <TR><TD>PSPS_OBJ_EXT</TD><TD>8192</TD><TD>extended in this band (PSPS only)</TD></TR>
     102310        </TABLEDATA>
     102311      </DATA>
     102312    </TABLE>
     102313     <TABLE name="ObjectQualityFlags">
     102314      <DESCRIPTION>VOTable description of PSPS table ObjectInfoFlags</DESCRIPTION>
     102315      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
     102316      <FIELD name="name" arraysize="100" datatype="char">
     102317        <DESCRIPTION>Name of flag</DESCRIPTION>
     102318      </FIELD>
     102319      <FIELD name="value" arraysize="1" datatype="long">
     102320        <DESCRIPTION>Flag value</DESCRIPTION>
     102321      </FIELD>
     102322      <FIELD name="description" arraysize="100" datatype="char">
     102323        <DESCRIPTION>Description of the flag</DESCRIPTION>
     102324      </FIELD>
     102325        <DATA>
     102326        <TABLEDATA>
     102327          <TR><TD>QF_OBJ_EXT</TD><TD>1</TD><TD>extended in our data (eg, PS)</TD></TR>
     102328          <TR><TD>QF_OBJ_EXT_ALT</TD><TD>2</TD><TD>extended in external data (eg, 2MASS)</TD></TR>
     102329          <TR><TD>QF_OBJ_GOOD</TD><TD>4</TD><TD>good-quality measurement in our data (eg,PS)</TD></TR>
     102330          <TR><TD>QF_OBJ_GOOD_ALT</TD><TD>8</TD><TD>good-quality measurement in  external data (eg, 2MASS)</TD></TR>
     102331          <TR><TD>QF_OBJ_GOOD_STACK</TD><TD>16</TD><TD>good-quality object in the stack (> 1 good stack)</TD></TR>
     102332          <TR><TD>QF_OBJ_SUSPECT_STACK</TD><TD>32</TD><TD>suspect object in the stack (> 1 good or suspect stack, less tham 2 good)</TD></TR>
     102333          <TR><TD>QF_OBJ_BAD_STACK</TD><TD>64</TD><TD>good-quality object in the stack (> 1 good stack)</TD></TR>
     102334        </TABLEDATA>
     102335      </DATA>
     102336    </TABLE>   
    102175102337  </RESOURCE>
    102176102338</VOTABLE>
Note: See TracChangeset for help on using the changeset viewer.