astropy:docs

SummedCompositeModel

class astropy.modeling.core.SummedCompositeModel(transforms, inmap=None, outmap=None)[source] [edit on github]

Bases: astropy.modeling.core._CompositeModel

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.

Page Contents