Background

DEIMOS has been in regular use at Keck since mid-2002 and is the primary optical spectrograph now employed on the Keck II telescope. This document for observers new to DEIMOS summarizes the key differences between observing with LRIS and observing with DEIMOS.

Preparation

You must be aware of several important considerations prior to your observing run.

Performance

DEIMOS is performing well. Highlights of the instrument performance include:

Operation

Slitmask alignment

The mask alignment procedure is performed with the Slitmask Alignment Tool, which includes coarse alignment using guider images and fine alignment using slitmasks images taken with the science detector. Rather than spending several minutes to switch between the grating and the mirror to take your alignment images, observers take images in zeroth order with the grating.

Data transport

Please refer to the instructions on Writing Backups and FTPing Data for further information.

Data Analysis

DEEP2/DEEP3 DEIMOS DRP (spec2d)

Software requirements

The DEEP team has developed a nearly complete IDL-based data reduction package for DEIMOS multislit spectroscopy which reduces the data to 2-D and 1-D extracted spectra, cosmic-ray cleaned and sky subtracted, without human intervention (usually). The pipeline works very well on data acquired with the 1200-line grating employed in the DEEP2 survey, reasonable well on the 600-line grating, and somewhat less well on the 830 and 900-line gratings. The pipeline properly subtracts tilted sky lines resulting from tilted slits, and the sky subtraction residuals are usually near the Poisson level.

This code is based on the magnificent SDSS spectral code of D. Schlegel. DEIMOS observers are welcome to use this code, and all DEIMOS observing accounts at Keck are configured to run the pipeline. The code is well documented and the DEEP2 team has generously provided both an online primer and a corresponding cookbook for DEIMOS observers to use.

If you do use this code, beware that it creates standard FITS files for all its output, mostly in compressed gz files (which save a factor of 2.4 in disk space and are in fact faster to read than uncompressed files). The problem is that many existing reduction packages cannot read FITS binary tables, nor can they read the compressed files. Beware, or consider switching reduction platforms. The FITS files are usually multi-HDU, and in IDL the retrieved HDU's become structures. This would be a good opportunity to learn about structures (supported in Fortran-90 and C) if you are not yet familiar with them.

Those intending to use IRAF to reduce their DEIMOS data will need to upgrade to version 2.12 (release in May 2002) in order to work with the DEIMOS data. Familiarize yourself with the tasks in the MSCRED package.

Hardware requirements

DEIMOS generates a healthy data volume (about 1 Gbyte/hr) and and since no computers currently at Keck are fast enough to process DEIMOS images with the pipeline software in "real time", you will most likely end up doing your reductions at home. Suggested requirements for running the pipeline are 1 Gbyte RAM, preferably 2. Expect it to require several hours of processing to fully reduce the data from 3 exposures on a single mask.

PypeIt

PypeIt is a Python package for semi-automated reduction of astronomical spectroscopic data. Its algorithms build on decades-long development of previous data reduction pipelines by the developers. It is a set of commands designed to perform the reduction without any additional coding. PypeIt supports the reductions of multilple spectrographs installed in observatories world wide, including DEIMOS.

Information about PypeIt for DEIMOS is available in here. The PypeIt team offers excellent support via their PypeIt users Slack channel.