Metadata-Version: 2.1
Name: pyird
Version: 0.2.0
Summary: Python IRD
Home-page: UNKNOWN
Author: Hajime Kawahara,Teruyuki Hirano,Masayuki Kuzuhara
Author-email: divrot@gmail.com
Maintainer: Hajime Kawahara,Teruyuki Hirano,Masayuki Kuzuhara
Maintainer-email: divrot@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst

# PYIRD

Free from messy directory and file management of IRD analysis.
Currently under heavily construction. Use develop branch for dev.


Core Pipelines
------------------

- pyird.utils -- setting us free from file name managements
- pyird.image -- reducing systematics in the image level and extracting raw spectra
- pyird.spec -- assigning wavelength reference (wavref) to pixel coordinates in the raw spectra


Classes
------------------

- fitsset.FitsSet --  sets of fits files
- irdstream.Stream2D -- 2D fits stream from raw images
- aperture.TraceAperture -- aperture class for trace

Aperture
------------------------------

Mask: n=42 (H) apertures extracted from FLAT for aperture mask.

Star: `aperture.TraceAperture.mmf2()` sets n=21 (H) apertures of star fiber.


