GASC/GMSC/Kepler GCAT Columns |
Number |
Column Name |
Format |
Units |
Description |
1 |
GGOID (OBJID in CasJobs) |
20A |
number |
This is the 64-bit integer version of the global object ID uniquely identifying this source including the tile number, band, product number, reduction try (path), etc. These values are also given as individual columns (shown below). The bits from most significant to least significant are:
3 bits: vsn - Version number (of the pipeline; currently only set to either 1 or 2)
16 bits: tile- Tile or field or target number
2 bits: type- Observation type (00=single,01=AIS(multi))
2 bits: ow - optics wheel position (01=direct,10=grism,11=opaque,00=undefined)
4 bits: prod- product number(_visits,_best,etc.)
12 bits: img - visit/sub-visit number {when type=01: 5 bit subvis + 7 bit visit}
(This is just the visit number, except for AIS (or multi-leg) observations
where the first (highest) 5 bits are used for the sub-visit number. When the
data is secondary AIS visit data (vsn=2), then the first (highest) 7 bits are
used for the sub-visit number.)
3 bits: try - try number (processing number)
2 bits: band- Band (01=nuv,10=fuv,11=both,00=undefined)
20 bits: xid - Extraction ID
|
2 |
TILENUM |
J |
number |
Tile or target number |
3 |
RA |
D |
degrees |
Right Ascension in degrees (0 to 360) in a J2000 reference frame. This position is the NUV source position. |
4 |
DEC |
D |
degrees |
Declination in degrees (-90 to 90) in a J2000 reference frame. This position is the NUV source position. |
5 |
E_BV |
E |
magnitude |
The Galactic reddening expressed as E(B-V). This is derived from the Galactic extinctions maps from Schlegel et al. (1998, ApJ, 500, 525). Data obtained from http://astron.berkeley.edu/davis/dust/data/data.html |
6 |
GLON |
E |
degrees |
Galactic longitude. |
7 |
GLAT |
E |
degrees |
Galactic latitude. |
8 |
FOV_RADIUS |
E |
degrees |
Distance from the center of field of view for the tile in which this source was detected. |
9 |
FLUX_NUV |
E |
micro-Janskys |
Calibrated NUV flux. This is currently always set to the SExtractor "AUTO" flux. |
10 |
FLUXERR_NUV |
E |
micro-Janskys |
The error in nuv_flux. |
11 |
MAG_NUV |
E |
AB magnitude |
Calibrated NUV magnitude on the AB system. This is currently always set to the SExtractor "AUTO" magnitude. |
12 |
MAGERR_NUV |
E |
AB magnitude |
The error in NUV_MAG. |
13 |
S2N_NUV |
E |
ratio |
The signal to noise ratio of the NUV flux, defined as the ratio of FLUX_NUV to FLUX_ERR_NUV. |
14 |
FLUX_FUV |
E |
micro-Janskys |
Calibrated FUV flux measured within the NUV-defined "AUTO" aperture. The value of the flux can be negative for FUV non-detections. Users can access the significance of a FUV detection using the S2N_FUV column. Sources with either no FUV data or with FLUX_FUV less then -99 are flagged with a value of -99. |
15 |
FLUXERR_FUV |
E |
micro-Janskys |
The error in FLUX_FUV. |
16 |
MAG_FUV |
E |
AB magnitude |
Calibrated FUV magnitude on the AB system measured within the NUV-defined "AUTO" aperture. Sources with either a negative FLUX_FUV or without FUV observations will be flagged with values of either +99 or -99. |
17 |
MAGERR_FUV |
E |
AB magnitude |
The error in MAG_FUV. Sources with either a negative flux or without FUV observations will be flagged with values of either +99 or -99. |
18 |
S2N_FUV |
E |
ratio |
The signal to noise ratio of the FUV flux, defined as the ratio of FLUX_FUV to FLUX_ERR_FUV. |
19 |
BKGRND_FLUX_NUV |
E |
micro-Janskys per square arcsec |
The pipeline measured NUV background flux at the position of the source position. |
20 |
BKGRND_FLUX_FUV |
E |
micro-Janskys per square arcsec |
The pipeline measured FUV background flux at the position of the source position. If no FUV observations are available at that location, then a value of -99.0 appears. |
21 |
EFF_EXPTIME_NUV |
E |
seconds |
The effective exposure time in the NUV at the source location defined as the exposure time multiplied by the flat field. |
22 |
EFF_EXPTIME_FUV |
E |
seconds |
The effective exposure time in the FUV at the source location defined as the exposure time multiplied by the flat field. If no FUV observations were taken at that location, then the value is -99.0. |
23 |
ARTIFACT_NUV |
J |
number |
Logical OR of artifact flags for pixels within a 3x3 pixel box in the NUV flags image centered on the source centroid pixel. The artifact flag is a binary flag with each bit indicating a different artifact. The bits have the meanings indicated below. The decimal equivalent for each flag is given in parantheses.
Artifact 1( 1):(edge) Detector bevel edge reflection (NUV only).
Artifact 2( 2):(window) Detector window reflection (NUV only).
Artifact 3( 4):(dichroic) Dichroic reflection.
Artifact 4( 8):(varpix) Varible pixel based on time slices.
Artifact 5( 16):(brtedge) Bright star near field edge (NUV only)
Artifact 6( 32):Detector rim(annulus) proximity(>0.6 deg fld ctr)
Artifact 7( 64):(dimask) dichroic reflection artifact mask flag
Artifact 8(128):(varmask) Masked pixel determined by varpix.
Artifact 9(256):(hotmask) Detector hot spots.
Artifact 10(512):(yaghost) Possible ghost image from YA slope.
(This is not relevant for GR6 data but will become relevant once we include GR7 data).
|
24 |
ARTIFACT_FUV |
J |
number |
Logical OR of artifact flags for pixels within a 3x3 pixel box in the FUV flags image centered on the source centroid pixel. The meanings of the flag values are the same as in the NUV. If no FUV observations are available at that location, then a value of -99.0 appears. |
25 |
POSERR |
E |
arcsec |
This is the total radial position error (1 sigma) which adds in quadrature the poisson position error and a constant systematic error in the absolute astrometry. |
26 |
NUMBER_MCAT |
J |
number |
Running number for the source in the catalog from the tile where this source was detected. |
27 |
FLUX_D3P0_NUV |
E |
micro-Janskys |
NUV Flux measured in a fixed circular aperture with diameter 3.0 arcsec. |
28 |
FLUX_D4P5_NUV |
E |
micro-Janskys |
NUV Flux measured in a fixed circular aperture with diameter 4.5 arcsec. |
29 |
FLUX_D7P5_NUV |
E |
micro-Janskys |
NUV Flux measured in a fixed circular aperture with diameter 7.5 arcsec. |
30 |
FLUX_D12P0_NUV |
E |
micro-Janskys |
NUV Flux measured in a fixed circular aperture with diameter 12.0 arcsec. |
31 |
FLUX_D18P0_NUV |
E |
micro-Janskys |
NUV Flux measured in a fixed circular aperture with diameter 18.0 arcsec. |
32 |
FLUX_D25P5_NUV |
E |
micro-Janskys |
NUV Flux measured in a fixed circular aperture with diameter 25.5 arcsec. |
33 |
FLUX_D34P5_NUV |
E |
micro-Janskys |
NUV Flux measured in a fixed circular aperture with diameter 34.5 arcsec. |
34 |
FLUXERR_D3P0_NUV |
E |
micro-Janskys |
The error in FLUX_D3P0_NUV. |
35 |
FLUXERR_D4P5_NUV |
E |
micro-Janskys |
The error in FLUX_D4P5_NUV. |
36 |
FLUXERR_D7P5_NUV |
E |
micro-Janskys |
The error in FLUX_D7P5_NUV. |
37 |
FLUXERR_D12P0_NUV |
E |
micro-Janskys |
The error in FLUX_D12P0_NUV. |
38 |
FLUXERR_D18P0_NUV |
E |
micro-Janskys |
The error in FLUX_D18P0_NUV. |
39 |
FLUXERR_D25P5_NUV |
E |
micro-Janskys |
The error in FLUX_D25P5_NUV. |
40 |
FLUXERR_D34P5_NUV |
E |
micro-Janskys |
The error in FLUX_D34P5_NUV. |
41 |
MAG_D3P0_NUV |
E |
AB magnitude |
Calibrated NUV magnitude measured within a fixed circular aperture with diameter 3.0 arcsec. |
42 |
MAG_D4P5_NUV |
E |
AB magnitude |
Calibrated NUV magnitude measured within a fixed circular aperture with diameter 4.5 arcsec. |
43 |
MAG_D7P5_NUV |
E |
AB magnitude |
Calibrated NUV magnitude measured within a fixed circular aperture with diameter 7.5 arcsec. |
44 |
MAG_D12P0_NUV |
E |
AB magnitude |
Calibrated NUV magnitude measured within a fixed circular aperture with diameter 12.0 arcsec. |
45 |
MAG_D18P0_NUV |
E |
AB magnitude |
Calibrated NUV magnitude measured within a fixed circular aperture with diameter 18.0 arcsec. |
46 |
MAG_D25P5_NUV |
E |
AB magnitude |
Calibrated NUV magnitude measured within a fixed circular aperture with diameter 25.5 arcsec. |
47 |
MAG_D34P5_NUV |
E |
AB magnitude |
Calibrated NUV magnitude measured within a fixed circular aperture with diameter 34.5 arcsec. |
48 |
MAGERR_D3P0_NUV |
E |
AB magnitude |
The error in MAG_D3P0_NUV. |
49 |
MAGERR_D4P5_NUV |
E |
AB magnitude |
The error in MAG_D4P5_NUV. |
50 |
MAGERR_D7P5_NUV |
E |
AB magnitude |
The error in MAG_D7P5_NUV. |
51 |
MAGERR_D12P0_NUV |
E |
AB magnitude |
The error in MAG_D12P0_NUV. |
52 |
MAGERR_D18P0_NUV |
E |
AB magnitude |
The error in MAG_D18P0_NUV. |
53 |
MAGERR_D25P5_NUV |
E |
AB magnitude |
The error in MAG_D25P5_NUV. |
54 |
MAGERR_D34P5_NUV |
E |
AB magnitude |
The error in MAG_D34P5_NUV. |
55 |
FLUX20_RADIUS_NUV |
E |
arcsec |
Radius enclosing 20% of the total NUV light. |
56 |
FLUX50_RADIUS_NUV |
E |
arcsec |
Radius enclosing 50% of the total NUV light. |
57 |
FLUX80_RADIUS_NUV |
E |
arcsec |
Radius enclosing 80% of the total NUV light. |
58 |
FLUX90_RADIUS_NUV |
E |
arcsec |
Radius enclosing 90% of the total NUV light. |
59 |
FLUX95_RADIUS_NUV |
E |
arcsec |
Radius enclosing 95% of the total NUV light. |
60 |
FLUX_MAX_NUV |
E |
micro-Janskys per square arcsec |
Peak NUV flux of the source above the background. |
61 |
X_IMAGE |
E |
pixels |
X centroid position of the source in the image in which it was detected. |
62 |
Y_IMAGE |
E |
pixels |
Y centroid position of the source in the image in which it was detected. |
63 |
XPEAK_IMAGE |
J |
pixels |
X position of the peak flux in the source in the image in which it was detected. |
64 |
YPEAK_IMAGE |
J |
pixels |
Y position of the peak flux in the source in the image in which it was detected. |
65 |
SEMIMAJOR |
E |
arcsec |
Semi-major axis of the elliptical aperture used to measure the total flux. This is taken from the "AUTO" measurements made by the SExtractor program. |
66 |
POSANG |
E |
degrees |
Position angle in degrees east of north of the elliptical aperture used to measure the total flux. |
67 |
SEMIMINOR |
E |
arcsec |
Semi-minor axis of the elliptical aperture used to measure the total flux. This is taken from the "AUTO" measurements made by the SExtractor program. |
68 |
SEMIMAJORERR |
E |
arcsec |
The error in SEMIMAJOR. |
69 |
SEMIMINORERR |
E |
arcsec |
The error in SEMIMINOR. |
70 |
POSANGERR |
E |
degrees |
The error in the position angle. |
71 |
FWHM_NUV |
E |
arcsec |
The full width half maximum of the source in the NUV. |
72 |
FLAGS_NUV |
I |
number |
SExtractor flags for the NUV. See the SExtractor manual for more details. |
73 |
CLASS_STAR |
E |
number |
The SExtractor classification of the source indicating the probability that the source is unresolved. A classification ranges from 0.0 (resolved) to 1.0 (unresolved). |
74 |
FLUX_D3P0_FUV |
E |
micro-Janskys |
FUV Flux measured in a fixed circular aperture with diameter 3.0 arcsec. |
75 |
FLUX_D4P5_FUV |
E |
micro-Janskys |
FUV Flux measured in a fixed circular aperture with diameter 4.5 arcsec. |
76 |
FLUX_D7P5_FUV |
E |
micro-Janskys |
FUV Flux measured in a fixed circular aperture with diameter 7.5 arcsec. |
77 |
FLUX_D12P0_FUV |
E |
micro-Janskys |
FUV Flux measured in a fixed circular aperture with diameter 12.0 arcsec. |
78 |
FLUX_D18P0_FUV |
E |
micro-Janskys |
FUV Flux measured in a fixed circular aperture with diameter 18.0 arcsec. |
79 |
FLUX_D25P5_FUV |
E |
micro-Janskys |
FUV Flux measured in a fixed circular aperture with diameter 25.5 arcsec. |
80 |
FLUX_D34P5_FUV |
E |
micro-Janskys |
FUV Flux measured in a fixed circular aperture with diameter 34.5 arcsec. |
81 |
FLUXERR_D3P0_FUV |
E |
micro-Janskys |
The error in FLUX_D3P0_FUV. |
82 |
FLUXERR_D4P5_FUV |
E |
micro-Janskys |
The error in FLUX_D4P5_FUV. |
83 |
FLUXERR_D7P5_FUV |
E |
micro-Janskys |
The error in FLUX_D7P5_FUV. |
84 |
FLUXERR_D12P0_FUV |
E |
micro-Janskys |
The error in FLUX_D12P0_FUV. |
85 |
FLUXERR_D18P0_FUV |
E |
micro-Janskys |
The error in FLUX_D18P0_FUV. |
86 |
FLUXERR_D25P5_FUV |
E |
micro-Janskys |
The error in FLUX_D25P5_FUV. |
87 |
FLUXERR_D34P5_FUV |
E |
micro-Janskys |
The error in FLUX_D34P5_FUV. |
88 |
MAG_D3P0_FUV |
E |
AB magnitude |
Calibrated FUV magnitude measured within a fixed circular aperture with diameter 3.0 arcsec. |
89 |
MAG_D4P5_FUV |
E |
AB magnitude |
Calibrated FUV magnitude measured within a fixed circular aperture with diameter 4.5 arcsec. |
90 |
MAG_D7P5_FUV |
E |
AB magnitude |
Calibrated FUV magnitude measured within a fixed circular aperture with diameter 7.5 arcsec. |
91 |
MAG_D12P0_FUV |
E |
AB magnitude |
Calibrated FUV magnitude measured within a fixed circular aperture with diameter 12.0 arcsec. |
92 |
MAG_D18P0_FUV |
E |
AB magnitude |
Calibrated FUV magnitude measured within a fixed circular aperture with diameter 18.0 arcsec. |
93 |
MAG_D25P5_FUV |
E |
AB magnitude |
Calibrated FUV magnitude measured within a fixed circular aperture with diameter 25.5 arcsec. |
94 |
MAG_D34P5_FUV |
E |
AB magnitude |
Calibrated FUV magnitude measured within a fixed circular aperture with diameter 34.5 arcsec. |
95 |
MAGERR_D3P0_FUV |
E |
AB magnitude |
The error in MAG_D3P0_FUV. |
96 |
MAGERR_D4P5_FUV |
E |
AB magnitude |
The error in MAG_D4P5_FUV. |
97 |
MAGERR_D7P5_FUV |
E |
AB magnitude |
The error in MAG_D7P5_FUV. |
98 |
MAGERR_D12P0_FUV |
E |
AB magnitude |
The error in MAG_D12P0_FUV. |
99 |
MAGERR_D18P0_FUV |
E |
AB magnitude |
The error in MAG_D18P0_FUV. |
100 |
MAGERR_D25P5_FUV |
E |
AB magnitude |
The error in MAG_D25P5_FUV. |
101 |
MAGERR_D34P5_FUV |
E |
AB magnitude |
The error in MAG_D34P5_FUV. |
102 |
FLUX20_RADIUS_FUV |
E |
arcsec |
Radius enclosing 20% of the total FUV light. |
103 |
FLUX50_RADIUS_FUV |
E |
arcsec |
Radius enclosing 50% of the total FUV light. |
104 |
FLUX80_RADIUS_FUV |
E |
arcsec |
Radius enclosing 80% of the total FUV light. |
105 |
FLUX90_RADIUS_FUV |
E |
arcsec |
Radius enclosing 90% of the total FUV light. |
106 |
FLUX95_RADIUS_FUV |
E |
arcsec |
Radius enclosing 95% of the total FUV light. |
107 |
FWHM_FUV |
E |
arcsec |
The full width half maximum of the source in the FUV. |
108 |
FLAGS_FUV |
I |
number |
SExtractor flags for the FUV. See the SExtractor manual for more details. |
109 |
TILE |
23A |
string |
Name of the tile in which the source was detected. |
110 |
EXPTIME_FUV |
E |
seconds |
The FUV exposure time for the tile in which the source was detected. |
111 |
EXPTIME_NUV |
E |
seconds |
The NUV exposure time for the tile in which the source was detected. |
112 |
NAME |
24A |
string |
Name of the source in the IAU format. The prefix is either GALEXMSC or GALEXASC depending on the survey type, then followed by the source position in sexagesimal format. |
113 |
BKGRND_MAG_NUV |
E |
AB magnitudes per square arcsec |
The NUV background surface brightness at the source position. |
114 |
BKGRND_MAG_FUV |
E |
AB magnitudes per square arcsec |
The FUV background surface brightness at the source position. The value is set to -99 for sources with no FUV observations. |
115 |
HP_PIXEL |
22A |
string |
String version of the 64-bit integer giving the Healpix pixel in which the source centroid is found. The pixels are in the nested scheme in Galactic coordinates and assume Nside = 16384. See the section of this manual describing the footprint files for more details. |
116 |
EXTENDED |
B |
number |
Flag indicating whether this source lies within a large extended galaxy. |
117 |
FLUX_3UL_FUV |
E |
micro-Janskys |
3-sigma upper limit to the FUV flux at this position given the FUV background and effective exposure time within the NUV defined "AUTO" aperture. |
118 |
MAG_3UL_FUV |
E |
AB magnitude |
3-sigma upper limit to the FUV magnitude at this position given the FUV background and effective exposure time within the NUV defined "AUTO" aperture. |
119 |
FLUX_D6P0_3UL_FUV |
E |
micro-Janskys |
3-sigma upper limit to the FUV flux at this position given the FUV background and effective exposure time within a fixed circular aperture with diameter 6 arcsec. |
120 |
MAG_D6P0_3UL_FUV |
E |
AB magnitude |
3-sigma upper limit to the FUV magnitude at this position given the FUV background and effective exposure time within a fixed circular aperture with diameter 6 arcsec. |
121 |
MANFLAG |
I |
number |
Flag describing whether the source lies within an image artifact due to bright stars off of the field of view. These areas are primarily flagged manually outside of the standard GALEX pipeline. |