SphericalRotationSequence

class astropy.modeling.rotations.SphericalRotationSequence(angles, axes_order, name=None, **kwargs)[ソース]

ベースクラス: astropy.modeling.rotations.RotationSequence3D

球面座標において任意の数の軸の周りで一連の回転が行われる。

パラメータ
anglesリスト.リスト

角度系列(度単位)である.

axes_order応力.応力

回転軸に対応する文字列(‘x’,‘y’または‘z’)は、 angles それがそうです。

属性要約

n_inputs \

INT( [x] )->整数int(x,base=10)->整数

n_outputs \

INT( [x] )->整数int(x,base=10)->整数

方法要約

evaluate \(長い,緯度,角度)

回転は、3 Dデカルト座標のセットに適用される。

属性文書

n_inputs

入力の数。

n_outputs

出力の数。

方法文書

evaluate(lon, lat, angles)[ソース]

回転は、3 Dデカルト座標のセットに適用される。