LinearityRefModel

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

Bases: _DataModel

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

get_primary_array_name()

Returns the name "primary" array for this model, which controls the size of other arrays that are implicitly created.

Methods Documentation

get_primary_array_name()[source]

Returns the name “primary” array for this model, which controls the size of other arrays that are implicitly created. This is intended to be overridden in the subclasses if the primary array’s name is not “data”.