Skip to content

Latest commit

 

History

History
55 lines (24 loc) · 1.53 KB

README.md

File metadata and controls

55 lines (24 loc) · 1.53 KB

h5axeconfig

Build Status

A python API for implementing aXe-style calibration and common grism functions.

Installation

  1. Now you can install h5axeconfig using the standard:
pip install .

Development

pip install -e .

Calibration Files

To facilitate cameras with multiple detectors (such as WFC3/UVIS with its two CCDs), I felt it necessary to extend the ascii-formatted calibration files to a more advanced format. I choose the hdf5 format, and have provided a few of the common detectors that I have worked with. Given the file size, I provide these on a personal webpage:

These files will be downloaded automatically by the setup.py step above.

Example Usage



TBD


Additional Details

For more information on the mathematics, please see the appropriate documentation for aXe, but also my paper on LINEAR contains a basic grism primer (Ryan, Casertano, & Pirzkal 2018, PASP, 130, 4501).