Bases: astropy.modeling.Model
Shift a coordinate.
| Parameters: | offset : float
|
|---|
Attributes Summary
| inputs | |
| inverse | |
| offset | |
| outputs | |
| param_names |
Methods Summary
| __call__(x[, model_set_axis]) | Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated. |
| evaluate(x, offset) |
Attributes Documentation
Methods Documentation
Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.