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
| 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) | 
Attributes Documentation
Methods Documentation