astropy:docs

SummedCompositeModel

class astropy.modeling.SummedCompositeModel[source] [edit on github]

Bases: astropy.modeling._compound_deprecated._CompositeModel

Deprecated since version 1.0: The SummedCompositeModel class is deprecated and may be removed in a future version. Use Compound Models as described in the Astropy documentation instead.

Composite model that evaluates models in parallel.

Parameters:

transforms : list

transforms to be executed in parallel

inmap : list or None

labels in an input instance of LabeledInput if None, the number of input coordinates is exactly what the transforms expect

outmap : list or None

Notes

Evaluate each model separately and add the results to the input_data.

Deprecated since version 1.0: The SummedCompositeModel class is deprecated and may be removed in a future version. Use Compound Models as described in the Astropy documentation instead.

x.__init__(...) initializes x; see help(type(x)) for signature

Page Contents