This package contains the code described in Gennaro and Khandrika (2021), see https://ui.adsabs.harvard.edu/abs/2021wfc..rept...11G/abstract .
The code is used to perform the up the ramp fit of infrared detector ramps. It can be applied to ramps with arbitrary number of groups, averaged frames per group and skipped frames.
The main routines for simulating and fitting ramps are contained in the ramp_utils package.
ramp.pydefines theRampTimeSeqclass andRampMeasurementclass, than can be used together to created simulated rampsfitter.pydefines theIterativeFitterclass which is the workhorse code for fitting the ramps and obtaining an estimate of the true incident flux
The Test_notebooks folder contains a series of examples to help the user familiarize with the code and its functionalities