| | 1 | === Quick summary of the 2mass -> dvo interpretations from the 2MASS Point Source Catalog === |
| | 2 | ''(based on 03/10/08 emails from E. Magnier to M. Liu)'' |
| | 3 | |
| | 4 | '''ra, dec''' : obvious |
| | 5 | |
| | 6 | '''m''' -> mag |
| | 7 | '''cmsig''' -> dM |
| | 8 | '''msigcom''' -> dMcal (dMcal^2 + dM^2 = msigcom^2) |
| | 9 | '''stdap''' -> Map |
| | 10 | '''snr''' : skipped |
| | 11 | |
| | 12 | '''err_maj''' -> fhwm_x |
| | 13 | '''err_min''' -> fhwm_y |
| | 14 | '''err_ang''' -> angle |
| | 15 | |
| | 16 | '''x_scan''' -> Xccd |
| | 17 | |
| | 18 | '''j_psfchi''' --> psfChisq |
| | 19 | |
| | 20 | '''jd''' -> time is set in a fashion with DVO's understanding of time (unsigned integers, since 1970?) |
| | 21 | |
| | 22 | === The following 2MASS values are used to set bits in the phot_flags field: === |
| | 23 | |
| | 24 | '''''ph_qual:''''' |
| | 25 | |
| | 26 | X = 0x0000 There is a detection at this location, but no valid |
| | 27 | brightness estimate can be extracted using any algorithm. rd_flg="9" |
| | 28 | and default magnitude is null. |
| | 29 | |
| | 30 | U = 0x0001 Upper limit on magnitude. Source is not detected in this |
| | 31 | band (rd_flg="0"), or it is detected, but not resolved in a consistent |
| | 32 | fashion with other bands (rd_flg="6"). A value of ph_qual="U" does not |
| | 33 | necessarily mean that there is no flux detected in this band at the |
| | 34 | location. Whether or not flux has been detected can be determined from |
| | 35 | the value of rd_flg. When rd_flg="0", no flux has been detected. When |
| | 36 | rd_flg="6", flux has been detected at the location where the images |
| | 37 | were not deblended consistently in all three bands (JHKs). |
| | 38 | |
| | 39 | F = 0x0002 This category includes rd_flg="1" or rd_flg="3" sources |
| | 40 | where a reliable estimate of the photometric error, [jhk]_cmsig, could |
| | 41 | not be determined. The uncertainties reported for these sources in |
| | 42 | [jhk]_cmsig and [jhk]_msigcom are flags and have numeric values >8.0. |
| | 43 | |
| | 44 | E = 0x0003 This category includes detections where the |
| | 45 | goodness-of-fit quality of the profile-fit photometry was very poor |
| | 46 | (rd_flg=2 and [jhk]psf_chi>10.0), or detections where psf fit |
| | 47 | photometry did not converge and an aperture magnitude is reported |
| | 48 | (rd_flg=4), or detections where the number of frames was too small in |
| | 49 | relation to the number of frames in which a detection was |
| | 50 | geometrically possible (rd_flg="1" or rd_flg="2"). |
| | 51 | |
| | 52 | A = 0x0004 Detections in any brightness regime where valid |
| | 53 | measurements were made (rd_flg="1","2" or "3") with [jhk]_snr>10 AND |
| | 54 | [jhk]_cmsig<0.10857. |
| | 55 | |
| | 56 | B = 0x0005 Detections in any brightness regime where valid |
| | 57 | measurements were made (rd_flg="1","2" or "3") with [jhk]_snr>7 AND |
| | 58 | [jhk]_cmsig<0.15510. |
| | 59 | |
| | 60 | C = 0x0006 Detections in any brightness regime where valid |
| | 61 | measurements were made (rd_flg="1","2" or "3") with [jhk]_snr>5 AND |
| | 62 | [jhk]_cmsig<0.21714. |
| | 63 | |
| | 64 | D = 0x0007 Detections in any brightness regime where valid |
| | 65 | measurements were made (rd_flg="1","2" or "3") with no [jhk]_snr or |
| | 66 | [jhk]_cmsig requirement. |
| | 67 | |
| | 68 | '''''rd_flag:''''' |
| | 69 | |
| | 70 | 0 = 0x0000 Source is not detected in this band. The default magnitude |
| | 71 | is the 95% confidence upper limit derived from a 4" radius aperture |
| | 72 | measurement taken at the position of the source on the Atlas Image. |
| | 73 | The sky background is estimated in an annular region with inner radius |
| | 74 | of 14" and outer radius of 20". |
| | 75 | |
| | 76 | 1 = 0x0010 The default magnitude is derived from aperture photometry |
| | 77 | measurements on the 51 ms "Read_1" exposures. The aperture radius is |
| | 78 | 4", with the sky background measured in an annulus with an inner |
| | 79 | radius of 14" and an outer radius of 20". Used for sources that |
| | 80 | saturate one or more of the 1.3s "Read_2" exposures, but are not |
| | 81 | saturated on at least one of the 51 ms "Read_1" frames. |
| | 82 | |
| | 83 | 2 = 0x0020 The default magnitude is derived from a profile-fitting |
| | 84 | measurement made on the 1.3 sec "Read_2" exposures. The profile-fit |
| | 85 | magnitudes are normalized to curve-of-growth-corrected aperture |
| | 86 | magnitudes. This is the most common type in the PSC, and is used for |
| | 87 | sources that have no saturated pixels in any of the 1.3 sec exposures. |
| | 88 | |
| | 89 | 3 = 0x0030 The default magnitude is derived from a 1-d radial profile |
| | 90 | fitting measurement made on the 51 ms "Read_1" exposures. Used for |
| | 91 | very bright sources that saturate all of the 51 ms "Read 1" exposures. |
| | 92 | |
| | 93 | 4 = 0x0040 The default magnitude is derived from |
| | 94 | curve-of-growth-corrected 4" radius aperture photometry measurements |
| | 95 | on the 1.3 s "Read_2" exposures. This is used for sources that are not |
| | 96 | saturated in any of the Read_2 frames, but where the profile-fitting |
| | 97 | measurements fail to converge to a solution. These magnitudes are the |
| | 98 | same as the standard aperture magnitudes (j_m_stdap, h_m_stdap, |
| | 99 | k_m_stdap), but when they are the default magnitudes, it generally |
| | 100 | implies that they are low quality measurements. |
| | 101 | |
| | 102 | 6 = 0x0050 The default magnitude is the 95% confidence upper limit |
| | 103 | derived from a 4" radius aperture measurement taken at the position of |
| | 104 | the source on the Atlas Image. The sky background is estimated in an |
| | 105 | annular region with inner radius of 14" and outer radius of 20". This |
| | 106 | is used for pairs of sources which are detected and resolved in |
| | 107 | another band, but are detected and not resolved in this band. This |
| | 108 | differs from a rd_flg="0" because in this case there is a detection of |
| | 109 | the source in this band, but it is not consistently resolved across |
| | 110 | all bands. |
| | 111 | |
| | 112 | 9 = 0x0060 The default magnitude is the 95% confidence upper limit |
| | 113 | derived from a 4" radius aperture measurement taken at the position of |
| | 114 | the source on the Atlas Image. The sky background is estimated in an |
| | 115 | annular region with inner radius of 14" and outer radius of 20". This |
| | 116 | is used for sources that were nominally detected in this band, but |
| | 117 | which could not have a useful brightness measurement from either |
| | 118 | profile fitting or aperture photometry. This often occurs in highly |
| | 119 | confused regions, or very near Tile edges where a significant fraction |
| | 120 | of the measurement aperture of sky annulus falls off the focal plane. |
| | 121 | |
| | 122 | '''''cc_flag:''''' |
| | 123 | |
| | 124 | p = 0x0000 Persistence. Source may be contaminated by a latent image |
| | 125 | left by a nearby bright star. |
| | 126 | |
| | 127 | c = 0x0100 Photometric Confusion. Source photometry is biased by a |
| | 128 | nearby star that has contaminated the background estimation. This is |
| | 129 | very common in high source density regions. |
| | 130 | |
| | 131 | d = 0x0200 Diffraction spike confusion. Source may be contaminated by |
| | 132 | a diffraction spike from a nearby star. |
| | 133 | |
| | 134 | s = 0x0300 Electronic stripe. Source measurement may be contaminated |
| | 135 | by a stripe from a nearby bright star. |
| | 136 | |
| | 137 | b = 0x0400 Bandmerge confusion. In the process of merging detections |
| | 138 | in the different bands for this source, there was more than one |
| | 139 | possible match between the different band components. This occurs in |
| | 140 | regions of very high source density, or when multiple sources were |
| | 141 | split in one band but not another. |
| | 142 | |
| | 143 | 0 = 0x0500 Source is unaffected by known artifacts, or is not |
| | 144 | detected in the band. |
| | 145 | |
| | 146 | '''''bl_flag:''''' (0,1 : not blended) anything except 0 or 1 -> 0x0008 |
| | 147 | |
| | 148 | '''''gal_flag:''''' (0,1 : not extended) anything except 0 or 1 -> 0x0080 |
| | 149 | |
| | 150 | '''''mp_flag:''''' anything except 0 or 1 -> 0x0800 |
| | 151 | |
| | 152 | '''''dup_flag:''''' anything except 0 or 1 -> 0x1000 |
| | 153 | |
| | 154 | '''''use_flag:''''' anything except 0 or 1 -> 0x2000 |