Bases: astropy.modeling.Model
Simple Imaging Polynomial (SIP) model.
The SIP convention is used to represent distortions in FITS image headers. See [R9] for a description of the SIP convention.
| Parameters: | crpix : list or ndarray of length(2)
a_order : int
b_order : int
a_coeff : dict
b_coeff : dict
ap_order : int
bp_order : int
ap_coeff : dict
bp_coeff : dict
param_dim : int
|
|---|
References
| [R9] | (1, 2) David Shupe, et al, ADASS, ASP Conference Series, Vol. 347, 2005 |
Attributes Summary
| input_names | list() -> new empty list |
| n_inputs | int(x=0) -> int or long |
| n_outputs | int(x=0) -> int or long |
Methods Summary
| evaluate(x, y) | |
| inverse() |
Attributes Documentation
Methods Documentation