SphericalRotationSequence#

class astropy.modeling.rotations.SphericalRotationSequence(angles, axes_order, name=None, **kwargs)[源代码]#

基类:RotationSequence3D

在球坐标系中围绕任意数量的轴执行一系列旋转。

参数:
angles : listPython :列表

一系列角度(以度为单位)。

axes_order : strPython :字符串

与旋转轴相对应并与旋转轴顺序相匹配的字符序列(“x”、“y”或“z”) angles .

属性摘要

n_inputs 

内景( [x] )->整数int(x,基数=10)->整数

n_outputs 

内景( [x] )->整数int(x,基数=10)->整数

方法总结

evaluate(lon, lat, angles)

将旋转应用于一组三维笛卡尔坐标。

属性文档

n_inputs#

输入的数目。

n_outputs#

输出的数目。

方法文件

evaluate(lon, lat, angles)[源代码]#

将旋转应用于一组三维笛卡尔坐标。