RampModel

class roman_datamodels.datamodels.RampModel(init=None, **kwargs)[source]

Bases: _RomanDataModel

Handle the case where one passes in an already instantiated version of the model. In this case the constructor should just directly return the model.

Methods Summary

from_science_raw(model)

Construct a RampModel from a ScienceRawModel

Methods Documentation

classmethod from_science_raw(model)[source]

Construct a RampModel from a ScienceRawModel

Parameters:

model (ScienceRawModel or RampModel) – The input science raw model (a RampModel will also work)