Bases: astropy.modeling.Model
Inverse Simple Imaging Polynomial
| Parameters: | ap_order : int
bp_order : int
ap_coeff : dict
bp_coeff : dict
param_dim : int
|
|---|
Attributes Summary
| inputs | |
| outputs |
Methods Summary
| __call__(x, y[, model_set_axis]) | Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated. |
| eval(*args, **kwargs) | Deprecated since version 1.0. |
| evaluate(x, y) | Evaluate the model on some input variables. |
Attributes Documentation
Methods Documentation
Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.
Deprecated since version 1.0: The eval function is deprecated and may be removed in a future version. Use InverseSIP.evaluate instead.
Evaluate the model on some input variables.