get_saturated_pixel_table

grizli.jwst_utils.get_saturated_pixel_table(output='table', use_nirspec='auto', **kwargs)[source]

Get table of pixel indices from get_saturated_pixels

Parameters
output[“array”, “table”, “df”, “file”]

Output type

use_nirspecbool, ‘auto’
kwargsdict

Keyword args passed to get_saturated_pixels or get_nirspec_persistence_mask.

Returns
tab(array, array), GTable, pandas.DataFrame
  • output="array": (i, j) array indices

  • output="table": Table with i and j columns

  • output="df": pandas.DataFrame with i and j columns