stripe_read_times
- jwst.lib.stripe_utils.stripe_read_times(stripe_ramp)[source]
Calculate read times for each readout, including subframe samples.
- Parameters:
- stripe_ramp
SuperstripeRampModelorRampModel The input ramp model containing multistripe data.
- stripe_ramp
- Returns:
- read_timesndarray
Array of read times with length
ngroup * nrepeat, wherengroupis the number of groups taken per integration, andnrepeatis the number of stripe repeats contained within a ramp image. Each element contains a list with the read time for each frame averaged into the group readout (usually 1 for striped modes).