Changeset 38821
- Timestamp:
- Oct 8, 2015, 12:19:03 PM (11 years ago)
- Location:
- trunk/ippToPsps/config
- Files:
-
- 2 edited
-
tables.IN.vot (modified) (1 diff)
-
tables.ST.vot (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/config/tables.IN.vot
r38773 r38821 569 569 </DATA> 570 570 </TABLE> 571 <TABLE name="StackDetectionFlags">572 <DESCRIPTION>Contains information flag values for stack detections.</DESCRIPTION>573 <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>574 <FIELD name="name" arraysize="100" datatype="char">575 <DESCRIPTION>Name of flag.</DESCRIPTION>576 </FIELD>577 <FIELD name="value" arraysize="1" datatype="long">578 <DESCRIPTION>Flag value.</DESCRIPTION>579 </FIELD>580 <FIELD name="description" arraysize="100" datatype="char">581 <DESCRIPTION>Description of the flag.</DESCRIPTION>582 </FIELD>583 <DATA>584 <TABLEDATA>585 <TR><TD>DEFAULT</TD><TD>0</TD><TD>Initial value: resets all bits</TD></TR>586 <TR><TD>PSFMODEL</TD><TD>1</TD><TD>Source fitted with a psf model (linear or non-linear)</TD></TR>587 <TR><TD>EXTMODEL</TD><TD>2</TD><TD>Source fitted with an extended-source model</TD></TR>588 <TR><TD>FITTED</TD><TD>4</TD><TD>Source fitted with non-linear model (PSF or EXT; good or bad)</TD></TR>589 <TR><TD>FAIL</TD><TD>8</TD><TD>Fit (non-linear) failed (non-converge, off-edge, run to zero)</TD></TR>590 <TR><TD>POOR</TD><TD>16</TD><TD>Fit succeeds, but low-SN, high-Chisq, or large (for PSF -- drop?)</TD></TR>591 <TR><TD>PAIR</TD><TD>32</TD><TD>Source fitted with a double psf</TD></TR>592 <TR><TD>PSFSTAR</TD><TD>64</TD><TD>Source used to define PSF model</TD></TR>593 <TR><TD>SATSTAR</TD><TD>128</TD><TD>Source model peak is above saturation</TD></TR>594 <TR><TD>BLEND</TD><TD>256</TD><TD>Source is a blend with other sources</TD></TR>595 <TR><TD>EXTERNAL</TD><TD>512</TD><TD>Source based on supplied input position</TD></TR>596 <TR><TD>BADPSF</TD><TD>1024</TD><TD>Failed to get good estimate of object's PSF</TD></TR>597 <TR><TD>DEFECT</TD><TD>2048</TD><TD>Source is thought to be a defect</TD></TR>598 <TR><TD>SATURATED</TD><TD>4096</TD><TD>Source is thought to be saturated pixels (bleed trail)</TD></TR>599 <TR><TD>CR_LIMIT</TD><TD>8192</TD><TD>Source has crNsigma above limit</TD></TR>600 <TR><TD>EXT_LIMIT</TD><TD>16384</TD><TD>Source has extNsigma above limit</TD></TR>601 <TR><TD>MOMENTS_FAILURE</TD><TD>32768</TD><TD>could not measure the moments</TD></TR>602 <TR><TD>SKY_FAILURE</TD><TD>65536</TD><TD>could not measure the local sky</TD></TR>603 <TR><TD>SKYVAR_FAILURE</TD><TD>131072</TD><TD>could not measure the local sky variance</TD></TR>604 <TR><TD>BELOW_MOMENTS_SN</TD><TD>262144</TD><TD>moments not measured due to low S/N</TD></TR>605 <TR><TD>BIG_RADIUS</TD><TD>1048576</TD><TD>poor moments for small radius, try large radius</TD></TR>606 <TR><TD>AP_MAGS</TD><TD>2097152</TD><TD>source has an aperture magnitude</TD></TR>607 <TR><TD>BLEND_FIT</TD><TD>4194304</TD><TD>source was fitted as a blend</TD></TR>608 <TR><TD>EXTENDED_FIT</TD><TD>8388608</TD><TD>full extended fit was used</TD></TR>609 <TR><TD>EXTENDED_STATS</TD><TD>16777216</TD><TD>extended aperture stats calculated</TD></TR>610 <TR><TD>LINEAR_FIT</TD><TD>33554432</TD><TD>source fitted with the linear fit</TD></TR>611 <TR><TD>NONLINEAR_FIT</TD><TD>67108864</TD><TD>source fitted with the non-linear fit</TD></TR>612 <TR><TD>RADIAL_FLUX</TD><TD>134217728</TD><TD>radial flux measurements calculated</TD></TR>613 <TR><TD>SIZE_SKIPPED</TD><TD>268435456</TD><TD>size could not be determined</TD></TR>614 <TR><TD>PEAK_ON_SPIKE</TD><TD>536870912</TD><TD>peak lands on diffraction spike</TD></TR>615 <TR><TD>PEAK_ON_GHOST</TD><TD>1073741824</TD><TD>peak lands on ghost or glint</TD></TR>616 <TR><TD>PEAK_OFF_CHIP</TD><TD>2147483648</TD><TD>peak lands off edge of chip</TD></TR>617 <TR><TD>DIFF_WITH_SINGLE</TD><TD>4294967296</TD><TD>diff source matched to a single positive detection</TD></TR>618 <TR><TD>DIFF_WITH_DOUBLE</TD><TD>8589934592</TD><TD>diff source matched to positive detections in both images</TD></TR>619 <TR><TD>MATCHED</TD><TD>17179869184</TD><TD>diff source matched to positive detections in both images</TD></TR>620 <TR><TD>ON_SPIKE</TD><TD>34359738368</TD><TD>>25% of (PSF-weighted) pixels land on diffraction spike</TD></TR>621 <TR><TD>ON_STARCORE</TD><TD>68719476736</TD><TD>>25% of (PSF-weighted) pixels land on starcore</TD></TR>622 <TR><TD>ON_BURNTOOL</TD><TD>137438953472</TD><TD>>25% of (PSF-weighted) pixels land on burntool</TD></TR>623 <TR><TD>ON_CONVPOOR</TD><TD>274877906944</TD><TD>>25% of (PSF-weighted) pixels land on convpoor</TD></TR>624 <TR><TD>PASS1_SRC</TD><TD>549755813888</TD><TD>source detected in first pass analysis</TD></TR>625 <TR><TD>HAS_BRIGHTER_NEIGHBOR</TD><TD>1099511627776</TD><TD>peak is not the brightest in its footprint</TD></TR>626 <TR><TD>BRIGHT_NEIGHBOR_1</TD><TD>2199023255552</TD><TD>flux_n / (r^2 flux_p) >1</TD></TR>627 <TR><TD>BRIGHT_NEIGHBOR_10</TD><TD>4398046511104</TD><TD>flux_n / (r^2 flux_p) >10</TD></TR>628 <TR><TD>DIFF_SELF_MATCH</TD><TD>8796093022208</TD><TD>positive detection match is probably this source</TD></TR>629 <TR><TD>SATSTAR_PROFILE</TD><TD>17592186044416</TD><TD>saturated source is modeled with a radial profile</TD></TR>630 <TR><TD>NOCAL</TD><TD>35184372088832</TD><TD>detection ignored for this analysis (photcode, time range) -- internal only</TD></TR>631 <TR><TD>POOR_PHOTOM</TD><TD>70368744177664</TD><TD>detection is photometry outlier</TD></TR>632 <TR><TD>SKIP_PHOTOM</TD><TD>140737488355328</TD><TD>detection was ignored for photometry measurement</TD></TR>633 <TR><TD>AREA</TD><TD>281474976710656</TD><TD>detection near image edge</TD></TR>634 <TR><TD>POOR_ASTROM</TD><TD>562949953421312</TD><TD>detection is astrometry outlier</TD></TR>635 <TR><TD>SKIP_ASTROM</TD><TD>1125899906842624</TD><TD>detection was ignored for astrometry measurement</TD></TR>636 <TR><TD>USED_OBJ</TD><TD>2251799813685248</TD><TD>detection was used during update objects</TD></TR>637 <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>638 <TR><TD>BLEND_MEAS</TD><TD>9007199254740992</TD><TD>detection is within radius of multiple objects</TD></TR>639 <TR><TD>BLEND_OBJ</TD><TD>18014398509481984</TD><TD>multiple detections within radius of object</TD></TR>640 <TR><TD>UNDEF_3</TD><TD>36028797018963968</TD><TD>unused</TD></TR>641 <TR><TD>UNDEF_4</TD><TD>72057594037927936</TD><TD>unused</TD></TR>642 <TR><TD>BLEND_MEAS_X</TD><TD>144115188075855872</TD><TD>detection is within radius of multiple objects across catalogs</TD></TR>643 <TR><TD>ARTIFACT</TD><TD>288230376151711744</TD><TD>detection is thought to be non-astronomical</TD></TR>644 <TR><TD>UNDEF_5</TD><TD>576460752303423488</TD><TD>unused</TD></TR>645 <TR><TD>PHOTOM_UBERCAL</TD><TD>1152921504606846976</TD><TD>externally-supplied zero point from ubercal analysis</TD></TR>646 <TR><TD>STACK_PRIMARY</TD><TD>2305843009213693952</TD><TD>externally-supplied zero point from ubercal analysis</TD></TR>647 <TR><TD>STACK_PHOT_SRC</TD><TD>4611686018427387904</TD><TD>this measurement supplied the stack photometry</TD></TR>648 </TABLEDATA>649 </DATA>650 </TABLE>651 571 <TABLE name="DetectionFlags"> 652 572 <DESCRIPTION>Contains information flag values for detections.</DESCRIPTION> -
trunk/ippToPsps/config/tables.ST.vot
r38815 r38821 202 202 </FIELD> 203 203 <FIELD name="ginfoFlag" arraysize="1" datatype="int" unit="dimensionless" default="0"> 204 <DESCRIPTION>Information flag bitmask indicating details of the g filter stack photometry. Values listed in StackDetectionFlags.</DESCRIPTION>204 <DESCRIPTION>Information flag bitmask indicating details of the g filter stack photometry. Values listed in DetectionFlags.</DESCRIPTION> 205 205 </FIELD> 206 206 <FIELD name="ginfoFlag2" arraysize="1" datatype="int" unit="dimensionless" default="0"> 207 <DESCRIPTION>Information flag bitmask indicating details of the g filter stack photometry. Values listed in StackDetectionFlags2.</DESCRIPTION>207 <DESCRIPTION>Information flag bitmask indicating details of the g filter stack photometry. Values listed in DetectionFlags2.</DESCRIPTION> 208 208 </FIELD> 209 209 <FIELD name="ginfoFlag3" arraysize="1" datatype="int" unit="dimensionless" default="0"> 210 <DESCRIPTION>Information flag bitmask indicating details of the g filter stack photometry. Values listed in StackDetectionFlags3.</DESCRIPTION>210 <DESCRIPTION>Information flag bitmask indicating details of the g filter stack photometry. Values listed in DetectionFlags3.</DESCRIPTION> 211 211 </FIELD> 212 212 <FIELD name="gnFrames" arraysize="1" datatype="int" unit="dimensionless" default="-999"> … … 255 255 </FIELD> 256 256 <FIELD name="rinfoFlag" arraysize="1" datatype="int" unit="dimensionless" default="0"> 257 <DESCRIPTION>Information flag bitmask indicating details of the r filter stack photometry. Values listed in StackDetectionFlags.</DESCRIPTION>257 <DESCRIPTION>Information flag bitmask indicating details of the r filter stack photometry. Values listed in DetectionFlags.</DESCRIPTION> 258 258 </FIELD> 259 259 <FIELD name="rinfoFlag2" arraysize="1" datatype="int" unit="dimensionless" default="0"> 260 <DESCRIPTION>Information flag bitmask indicating details of the r filter stack photometry. Values listed in StackDetectionFlags2.</DESCRIPTION>260 <DESCRIPTION>Information flag bitmask indicating details of the r filter stack photometry. Values listed in DetectionFlags2.</DESCRIPTION> 261 261 </FIELD> 262 262 <FIELD name="rinfoFlag3" arraysize="1" datatype="int" unit="dimensionless" default="0"> 263 <DESCRIPTION>Information flag bitmask indicating details of the r filter stack photometry. Values listed in StackDetectionFlags3.</DESCRIPTION>263 <DESCRIPTION>Information flag bitmask indicating details of the r filter stack photometry. Values listed in DetectionFlags3.</DESCRIPTION> 264 264 </FIELD> 265 265 <FIELD name="rnFrames" arraysize="1" datatype="int" unit="dimensionless" default="-999"> … … 308 308 </FIELD> 309 309 <FIELD name="iinfoFlag" arraysize="1" datatype="int" unit="dimensionless" default="0"> 310 <DESCRIPTION>Information flag bitmask indicating details of the i filter stack photometry. Values listed in StackDetectionFlags.</DESCRIPTION>310 <DESCRIPTION>Information flag bitmask indicating details of the i filter stack photometry. Values listed in DetectionFlags.</DESCRIPTION> 311 311 </FIELD> 312 312 <FIELD name="iinfoFlag2" arraysize="1" datatype="int" unit="dimensionless" default="0"> 313 <DESCRIPTION>Information flag bitmask indicating details of the i filter stack photometry. Values listed in StackDetectionFlags2.</DESCRIPTION>313 <DESCRIPTION>Information flag bitmask indicating details of the i filter stack photometry. Values listed in DetectionFlags2.</DESCRIPTION> 314 314 </FIELD> 315 315 <FIELD name="iinfoFlag3" arraysize="1" datatype="int" unit="dimensionless" default="0"> 316 <DESCRIPTION>Information flag bitmask indicating details of the i filter stack photometry. Values listed in StackDetectionFlags3.</DESCRIPTION>316 <DESCRIPTION>Information flag bitmask indicating details of the i filter stack photometry. Values listed in DetectionFlags3.</DESCRIPTION> 317 317 </FIELD> 318 318 <FIELD name="inFrames" arraysize="1" datatype="int" unit="dimensionless" default="-999"> … … 361 361 </FIELD> 362 362 <FIELD name="zinfoFlag" arraysize="1" datatype="int" unit="dimensionless" default="0"> 363 <DESCRIPTION>Information flag bitmask indicating details of the z filter stack photometry. Values listed in StackDetectionFlags.</DESCRIPTION>363 <DESCRIPTION>Information flag bitmask indicating details of the z filter stack photometry. Values listed in DetectionFlags.</DESCRIPTION> 364 364 </FIELD> 365 365 <FIELD name="zinfoFlag2" arraysize="1" datatype="int" unit="dimensionless" default="0"> 366 <DESCRIPTION>Information flag bitmask indicating details of the z filter stack photometry. Values listed in StackDetectionFlags2.</DESCRIPTION>366 <DESCRIPTION>Information flag bitmask indicating details of the z filter stack photometry. Values listed in DetectionFlags2.</DESCRIPTION> 367 367 </FIELD> 368 368 <FIELD name="zinfoFlag3" arraysize="1" datatype="int" unit="dimensionless" default="0"> 369 <DESCRIPTION>Information flag bitmask indicating details of the z filter stack photometry. Values listed in StackDetectionFlags3.</DESCRIPTION>369 <DESCRIPTION>Information flag bitmask indicating details of the z filter stack photometry. Values listed in DetectionFlags3.</DESCRIPTION> 370 370 </FIELD> 371 371 <FIELD name="znFrames" arraysize="1" datatype="int" unit="dimensionless" default="-999"> … … 414 414 </FIELD> 415 415 <FIELD name="yinfoFlag" arraysize="1" datatype="int" unit="dimensionless" default="0"> 416 <DESCRIPTION>Information flag bitmask indicating details of the y filter stack photometry. Values listed in StackDetectionFlags.</DESCRIPTION>416 <DESCRIPTION>Information flag bitmask indicating details of the y filter stack photometry. Values listed in DetectionFlags.</DESCRIPTION> 417 417 </FIELD> 418 418 <FIELD name="yinfoFlag2" arraysize="1" datatype="int" unit="dimensionless" default="0"> 419 <DESCRIPTION>Information flag bitmask indicating details of the y filter stack photometry. Values listed in StackDetectionFlags2.</DESCRIPTION>419 <DESCRIPTION>Information flag bitmask indicating details of the y filter stack photometry. Values listed in DetectionFlags2.</DESCRIPTION> 420 420 </FIELD> 421 421 <FIELD name="yinfoFlag3" arraysize="1" datatype="int" unit="dimensionless" default="0"> 422 <DESCRIPTION>Information flag bitmask indicating details of the y filter stack photometry. Values listed in StackDetectionFlags3.</DESCRIPTION>422 <DESCRIPTION>Information flag bitmask indicating details of the y filter stack photometry. Values listed in DetectionFlags3.</DESCRIPTION> 423 423 </FIELD> 424 424 <FIELD name="ynFrames" arraysize="1" datatype="int" unit="dimensionless" default="-999">
Note:
See TracChangeset
for help on using the changeset viewer.
