|
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:
For more information on the MAGB, MAGR, MAGI, PGAL, and SFD_EBV tags, refer to the documentation for the photometric catalogs. |