generate_stripe_array

jwst.lib.reffile_utils.generate_stripe_array(ref_array, sci_meta, sci_nints)[source]

Generate stripe array.

Parameters:
ref_arraynp.array

The scene to be sliced.

sci_metaObjectNode

The science datamodel metadata tree.

sci_nintsint

The number of science integrations in the science datamodel. Not equivalent to nints when the science exposure is segmented.

Returns:
stripe_outndarray

Generated stripe array.