DEEP2 DR3 zcat Primer



Redshift and velocity dispersions for each DEEP2 spectroscopic target are measured utilizing a data analysis pipeline and then checked individually by eye. Like the spec2d DEIMOS pipeline, the redshift code was developed by the DEEP2 team at UCB and is entirely written in IDL. For a basic description of the redshift code, refer to the redshift pipeline notes.

All of the DEEP2 redshifts and spectra were inspected by at least one human eye and a Quality code (Q=-2 through Q=4) was assigned to the best-fitting redshift. The DEEP2 redshift quality codes are explained in detail here and in Davis et al. 2007.

The DR3 redshift catalog can be read from file using the mrdfits IDL routine like so:

        IDL> zcat = mrdfits('zcat.dr3.fits.gz', 1)

For a brief introduction to reading FITS files and BINTABLES in IDL, refer to the photometry reference page included in DR1, here.

The DEEP2 DR3 redshift catalog structures contain 24 tags for each object with 50,386 entries in the entire catalog (47,700 unique objects). In detail, the tags or fields are as follows:

Tag Name Date Type Description
OBJNOLongDEEP2 object number
RADoubleRight Ascension (in decimal degrees, J2000)
DECDoubleDeclination (in decimal degrees, J2000)
MAGBFloatCFHT B magnitude
MAGRFloatCFHT R magnitude
MAGIFloatCFHT I magnitude
PGALFloatthe probability that the source is a galaxy for unresolved sources, 3 if resolved
SFD_EBVFloatE(B-V) from Schlegel, Finkbeiner, and Davis dust map
CLASSSTRINGtype of best-fitting template (e.g. GALAXY or STAR)
SUBCLASSSTRINGcoarse classification for stars
OBJNAMESTRINGthe 8-digit DEEP2 object id (same as objno)
MASKNAMEFloatthe DEEP2 slitmask number on which the object was observed
SLITNAMESTRINGthe slitlet number (on mask MASKNAME) in which the object was placed
DATESTRINGdate that the object was observed
MJDFloatModified Julian Date of observation
ZFloatobserved best-fitting redshift
ZHELIOFloatredshift corrected for heliocentric motion
Z_ERRFloatredshift error
RCHI2Floatreduced chi-squared value for the redshift fit
DOFLongdegrees of freedom for redshift fit
VDISPFloatvelocity dispersion in km/s
VDISP_ERRFloaterror in velocity dispersion
ZQUALITYIntredshift quality code; for explanation of codes, take a look here.
COMMENTStringcomment field; for more details on comment strings, take a look here.

For more information on the MAGB, MAGR, MAGI, PGAL, and SFD_EBV tags, refer to the documentation for the photometric catalogs.



created by M. Cooper
last updated 2007aug01