Code for fitting redshifts to DEEP2/DEIMOS spectra and quality checking - early "unofficial" version used in first semester of DEEP2
This contains Fortran source and makefiles for the redshift fitter: fitz.f to fitz3.f and the bare-bones (keystroke + plots of spectral postage stamps) quality checker - zchoose.f to zchoose4.f and a number of other useful programs that operate on DEEP2 format spectra
These programs used some Numerical Recipes routines, which are unfortunately subject to a restrictive license. If you have a numerical recipes library they should compile against it. They also use PGPLOT and cfitsio which are freely distributed, and a wrapper I wrote around fitsio called FITSIOWRAP which is included and also available on my web page.
This code is MIT licensed to be freely modifiable. If you use any of this code for scientific research I would appreciate a note, and if you publish results from it please reference B.Weiner et al (2006, ApJ, 653, 1027) and J.Newman et al (2013, ApJS, 208, 5).
Benjamin Weiner bjweiner@gmail.com