kai.instruments
Attributes
Classes
OSIRIS Imager - after 2019 |
Module Contents
- class kai.instruments.NIRC2[source]
Bases:
Instrument
- get_central_wavelength(hdr)[source]
Return the central wavelength of the filter for this observation in microns.
- get_linearity_correction_coeffs()[source]
Returns coefficients (coeffs, as defined below) in order to perform linearity correction
x = (FITS_orig) / (No. of coadds)
norm = coeffs[0] + coeffs[1] * x + coeffs[2] * x^2
FITS_corrected = FITS_orig / norm
From Stanimir Metchev’s linearity correction code (http://www.astro.sunysb.edu/metchev/ao.html)
- class kai.instruments.OSIRIS[source]
Bases:
Instrument
OSIRIS Imager - after 2019
- get_instrument_angle(hdr)[source]
Get the angle of the instrument w.r.t. to the telescope or AO bench in degrees.
- get_central_wavelength(hdr)[source]
Return the central wavelength of the filter for this observation in microns.