RotateSkestial 2ネイティブ¶
- class astropy.modeling.rotations.RotateCelestial2Native(lon, lat, lon_pole, **kwargs)[ソース]¶
ベースクラス:
astropy.modeling.rotations._SkyRotation
天球座標から自然球面座標への変換.
- パラメータ
- lon浮遊や
基準点の月経。
- lat浮遊や
基準点の天緯度。
- lon_pole浮遊や
自然システムにおける天極の経度。
注意事項
If
lon
,lat
andlon_pole
are numerical values they should be in units of deg. Inputs are angles on the celestial sphere. Outputs are angles on the native sphere.属性要約
単位を入力する。
n_inputs
\入力の数。
出力の数。
出力単位。
方法要約
__call__
\(*入力[, model_set_axis, ...] )このモデルは,与えられた入力とインスタンス化モデルを用いて指定されたパラメータ値を用いて評価される.
evaluate
(アルファC、デルタC、緯度極)- パラメータ
属性文書
- input_units¶
単位を入力する。
- n_inputs = 2¶
入力の数。
- n_outputs = 2¶
出力の数。
- return_units¶
出力単位。
方法文書
- __call__(*inputs, model_set_axis=None, with_bounding_box=False, fill_value=nan, equivalencies=None, inputs_map=None, **new_inputs)¶
このモデルは,与えられた入力とインスタンス化モデルを用いて指定されたパラメータ値を用いて評価される.