Bases: astropy.modeling.core._CompositeModel
Composite model that evaluates models in parallel.
Parameters: | transforms : list
inmap : list or None
outmap : list or None |
---|
Notes
Evaluate each model separately and add the results to the input_data.
Attributes Summary
input_names | list() -> new empty list |
Methods Summary
__call__(*data) | Transforms data using this model. |
Attributes Documentation
Methods Documentation
Transforms data using this model.