Bases: astropy.modeling.core._CompositeModel
Composite model that evaluates models in parallel.
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.