is_tso

jwst.lib.pipe_utils.is_tso(model)[source]

Check if data is a Time Series Observation (TSO).

Parameters:
modelJwstDataModel

Data to check.

Returns:
is_tsobool

True if the model represents TSO data.