回転自然2日¶
- class astropy.modeling.rotations.RotateNative2Celestial(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 native sphere. Outputs are angles on the celestial sphere.属性要約
単位を入力する。
n_inputs
\入力の数。
出力の数。
出力単位。
方法要約
__call__
\(*入力[, model_set_axis, ...] )このモデルは,与えられた入力とインスタンス化モデルを用いて指定されたパラメータ値を用いて評価される.
evaluate
(φN,θN,緯度極)- パラメータ
属性文書
- 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)¶
このモデルは,与えられた入力とインスタンス化モデルを用いて指定されたパラメータ値を用いて評価される.