Skip to content

Russell-Ryan/h5axeconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Releases

No releases published

Packages

No packages published

Languages