AssociationsModel

class roman_datamodels.datamodels.AssociationsModel(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

is_association(asn_data)

Test if an object is an association by checking for required fields

Methods Documentation

classmethod is_association(asn_data)[source]

Test if an object is an association by checking for required fields

Parameters:

asn_data – The data to be tested.