stripe_read_times

jwst.lib.stripe_utils.stripe_read_times(stripe_ramp)[source]

Calculate read times for each readout, including subframe samples.

Parameters:
stripe_rampSuperstripeRampModel or RampModel

The input ramp model containing multistripe data.

Returns:
read_timesndarray

Array of read times with length ngroup * nrepeat, where ngroup is the number of groups taken per integration, and nrepeat is 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).