DBSP_DRP: A Python package for automated spectroscopic data reduction of DBSP data
Abstract
DBSP_DRP is a python package that provides fully automated data reduction of data taken by the Double Spectrograph (DBSP) at the 200-inch Hale Telescope at Palomar Observatory (Oke & Gunn, 1982). The underlying data reduction functionality to extract 1D spectra, perform flux calibration and correction for atmospheric absorption, and coadd spectra together is provided by PypeIt (Prochaska et al., 2020). The new functionality that DBSP_DRP brings is in orchestrating the complex data reduction process by making smart decisions so that no user input is required after verifying the correctness of the metadata in the raw FITS files in a table-like GUI. Though the primary function of DBSP_DRP is to automatically reduce an entire night of data without user input, it has the flexibility for astronomers to fine-tune the data reduction with GUIs for manually identifying the faintest objects, as well as exposing the full set of PypeIt parameters to be tweaked for users with particular science needs. DBSP_DRP also handles some of the occasional quirks specific to DBSP, such as swapping FITS header cards, adding (an) extra null byte/s to FITS files making them not conform to the FITS specification, and not writing the coordinates of the observation to file. Additionally, DBSP_DRP contains a quicklook script for making real-time decisions during an observing run, and can open a GUI displaying a minimally reduced exposure in under 15 seconds. Docker containers are available for ease of deploying DBSP_DRP in its quicklook configuration (without some large atmospheric model files) or in its full configuration.
- Publication:
-
The Journal of Open Source Software
- Pub Date:
- February 2022
- DOI:
- 10.21105/joss.03612
- arXiv:
- arXiv:2107.12339
- Bibcode:
- 2022JOSS....7.3612M
- Keywords:
-
- Python;
- JavaScript;
- data reduction;
- spectroscopy;
- astronomy;
- Dockerfile;
- Astrophysics - Instrumentation and Methods for Astrophysics
- E-Print:
- 3 pages, 0 figures. Submitted to the Journal of Open Source Software. The repository and issue tracker are available at https://github.com/finagle29/DBSP_DRP/ . Documentation is available at https://dbsp-drp.readthedocs.io/