| | 1 | == Summary of the WISE -> DVO interpretations == |
| | 2 | |
| | 3 | (Up to [wiki:DVO_TopLevel DVO Top Level]) |
| | 4 | |
| | 5 | This page describes the translation between data fields in the WISE Preliminary Release (Apr 2011) and the DVO data fields, primarily in the 'measure' table. |
| | 6 | |
| | 7 | Some useful links: |
| | 8 | |
| | 9 | * [http://wise2.ipac.caltech.edu/docs/release/prelim/expsup/sec2_2a.html the WISE data format] |
| | 10 | * [source:trunk/Ohana/src/libautocode/def/measure.d Measure table description] |
| | 11 | |
| | 12 | In the WISE Preliminary Data Release, all sources are described by the equivalent of a single database row, with separate fields in the row for W1-W4 specific measurements, and some fields common to all three filters. For example, the coordinates and observing time are all given as a single value for all three filters. In the conversion to the DVO representation, each measurement of an object is converted to a separate DVO measurement entry. All WISE sources are guaranteed to have all four measurements instantiated, but in some cases the measurements may be upper limits (non-detections in those filters). Below, we list the relationship between the WISE information on the left side of the -> and the DVO measurement field on the right side. Values which are defined for the 4 bands separately use the short cut 'w?value' to mean W1 value, W2 value, etc. Each measurement has one of the 4 WISE photcodes, as appropriate ( |
| | 13 | |
| | 14 | * '''ra, dec''' : recorded using the DVO standard of delta RA,DEC relative to the object's average RA,DEC location. |
| | 15 | * '''sigra, sigdec''' -> dXccd, dYccd : ''''note that these are defined for perfect 1 arcsec pixels, not the real WISE pixels. -- the values of pltscale and posangle are defined to be 1.0 and 0.0 respectively'''' |
| | 16 | |
| | 17 | * '''w?mpro''' -> M |
| | 18 | * '''w?sigmpro''' -> dM |
| | 19 | * '''w?rchi2m''' -> psfChisq |
| | 20 | * '''wx, wy''' -> Xccd, Yccd : see the note above about dXccd, dYccd. These are '''not''' on the same system. |
| | 21 | |
| | 22 | * the measure.t (time) value is set to the midpoint of the WISE preliminary data release time period, since no epoch information is supplied (and the measurements are derived from a stack of multiple exposures in any case). This date is 2010/03/07,12:00:00 (JD = 2455263.0). |
| | 23 | |
| | 24 | === The following WISE values are used to set bits in the phot_flags field: === |
| | 25 | |
| | 26 | * '''ph_qual:''' |
| | 27 | |
| | 28 | A = 0x0000.0001 Source is detected in this band with a flux signal-to-noise ratio w?snr>10. |
| | 29 | |
| | 30 | B = 0x0000.0002 Source is detected in this band with a flux signal-to-noise ratio 3<w?snr<10. |
| | 31 | |
| | 32 | C = 0x0000.0004 Source is detected in this band with a flux signal-to-noise ratio 2<w?snr<3.. |
| | 33 | |
| | 34 | U = 0x0000.0008 Upper limit on magnitude. Source measurement has w?snr<2. The profile-fit magnitude w?mpro is a 95% confidence upper limit. |
| | 35 | |
| | 36 | X = 0x0000.0010 profile-fit measurement was not possible at this location possible in this band. The value of w?mpro and w?sigmpro will be "null" in this band. |
| | 37 | |
| | 38 | * '''cc_flag:''' |
| | 39 | |
| | 40 | p,P = 0x0001.0000 Persistence. Source may be a spurious detection of or contaminated by a latent image left by a bright star. |
| | 41 | |
| | 42 | h,H = 0x0002.0000 Halo. Source photometry may be a spurious detection of or contaminated by the scattered light halo surrounding a nearby bright source |
| | 43 | |
| | 44 | o,O = 0x0002.0000 Optical ghost. Source may be a spurious detection of or contaminated by an optical ghost image caused by a nearby bright source ('''note bit is overloaded''') |
| | 45 | |
| | 46 | d,D = 0x0004.0000 Diffraction spike. Source may be a spurious detection of or contaminated by a diffraction spike from a nearby bright star on the same image. |
| | 47 | |
| | 48 | Note that the UPPER case entries are thought to be spurious sources and are also flagged with the value 0x0008.0000 in the phot_flags field. Lower case entries are thought to be real source, though affected by the contaminating feature. |
| | 49 | |
| | 50 | * '''saturation''' : w?sat > 0.0 -> 0x0000.0100 At least one saturated pixel in W? |
| | 51 | |
| | 52 | * '''deblending''' : |
| | 53 | * nb > 1 and na = 0 -> 0x0010.0000 : more than 1 PSF fitted, passively deblended |
| | 54 | * nb > 1 and na = 1 -> 0x0020.0000 : more than 1 PSF fitted, actively deblended |
| | 55 | |
| | 56 | * '''extendedness''' : if ext_flg == 1 -> 0x0100.0000 (source is thought to be extended) |
| | 57 | |
| | 58 | * '''variability''' : for var_flg of: |
| | 59 | * 1-4 -> 0x1000.0000 : probably not variable |
| | 60 | * 5-7 -> 0x2000.0000 : possibly variably |
| | 61 | * 8-9 -> 0x4000.0000 : likely variable |
| | 62 | |