astro
py
:docs
Index
Modules
Navigation
next »
« previous
|
Astropy v0.3.2
»
Models And Fitting (
astropy.modeling
)
»
InverseSIP
InverseSIP
¶
class
astropy.modeling.polynomial.
InverseSIP
(
ap_order
,
ap_coeff
,
bp_order
,
bp_coeff
,
param_dim=1
)
[source]
[edit on github]
¶
Bases:
astropy.modeling.core.Model
Attributes Summary
n_inputs
int(x=0) -> int or long
n_outputs
int(x=0) -> int or long
Attributes Documentation
n_inputs
= 2
¶
n_outputs
= 2
¶
Page Contents
InverseSIP