astropy:docs

InverseSIP

class astropy.modeling.polynomial.InverseSIP(ap_order, bp_order, ap_coeff={}, bp_coeff={}, n_models=None, model_set_axis=None)[source] [edit on github]

Bases: astropy.modeling.Model

Inverse Simple Imaging Polynomial

Parameters:

ap_order : int

order for the inverse transformation (AP coefficients)

bp_order : int

order for the inverse transformation (BP coefficients)

ap_coeff : dict

coefficients for the inverse transform

bp_coeff : dict

coefficients for the inverse transform

param_dim : int

number of parameter sets

Attributes Summary

n_inputs int(x[, base]) -> integer
n_outputs int(x[, base]) -> integer

Methods Summary

__call__(x, y)

Attributes Documentation

n_inputs = 2
n_outputs = 2

Methods Documentation

__call__(x, y)[source] [edit on github]

Page Contents