HeliocentricTrueEcliptic#
- class astropy.coordinates.HeliocentricTrueEcliptic(*args, copy=True, representation_type=None, differential_type=None, **kwargs)[源代码]#
-
日心真黄道坐标。这些坐标原点是太阳的中心,x轴指向 true (非平均)春分点
equinox属性(从地球上看)和该日期黄道平面上的xy平面。帧属性列在下 其他参数 .
{params}
- 参数:
- data :
BaseRepresentation子类实例BaseRepresentation子类实例 表示对象或
None没有数据(或使用坐标分量参数,请参见下文)。- lon :
Angle,可选,仅关键字角度,可选,仅关键字 这个物体的黄道经度 (
lat也必须给予和representation必须是无)。- lat :
Angle,可选,仅关键字角度,可选,仅关键字 这个物体的黄道纬度 (
lon也必须给予和representation必须是无)。- distance :
Quantity[:ref: 'length' ],可选,仅关键字数量 [:ref: 'length'] ,可选,仅关键字 此对象到太阳中心的距离。 (
representation必须是无)。- pm_lon_coslat数量 [“语言速度”] ,可选,仅关键字
黄道经度上的固有运动(包括
cos(lat)因子)对于这个对象 (pm_lat也必须给出)。- pm_lat :
Quantity[:ref: 'angular speed' ],可选,仅关键字数量 [:ref: 'angular speed'] ,可选,仅关键字 这个物体在黄道纬度上的固有运动 (
pm_lon_coslat也必须给出)。- radial_velocity :
Quantity[:ref: 'speed' ],可选,仅关键字数量 [:ref: 'speed'] ,可选,仅关键字 这个物体的径向速度。
- representation_type :
BaseRepresentationsubclass,str,可选BasePresation子类,python:str,可选 表示类或表示类的字符串名称。这将设置预期的输入表示类,从而更改传入数据的预期关键字参数。例如,传递
representation_type='cartesian'将使类期望具有笛卡尔名称的位置数据,即x, y, z在大多数情况下,除非通过frame_specific_representation_info。要查看此框架的名称,请查看<this frame>().representation_info。- differential_type :
BaseDifferentialsubclass,str,dict,可选BaseDifferential子类,PYTHON:字符串,PYTHON:DICT,可选 差分类别或差分类别词典(当前仅支持带有关键字‘s’的速度差异)。这将设置预期的输入差异类,从而更改传入数据的预期关键字参数。例如,传递
differential_type='cartesian'将使类期待带有参数名称的速度数据v_x, v_y, v_z除非通过以下方式重写frame_specific_representation_info。要查看此框架的名称,请查看<this frame>().representation_info。- copy : bool ,可选可选的布尔
如果
True(默认),复制输入坐标阵列。只能作为关键字参数传入。
- data :
- 其他参数:
属性摘要
差异数据的默认表示法(例如,速度)
职位数据的默认表示法
春分时间
帧特定组件名称的映射
参考时间(例如,观察时间)
属性文档
- default_differential#
差异数据的默认表示法(例如,速度)
- default_representation#
职位数据的默认表示法
- equinox#
春分时间
默认:J2000.000
- frame_attributes = {'equinox': <astropy.coordinates.attributes.TimeAttribute object>, 'obstime': <astropy.coordinates.attributes.TimeAttribute object>}#
- frame_specific_representation_info#
帧特定组件名称的映射
- name = 'heliocentrictrueecliptic'#
- obstime#
参考时间(例如,观察时间)
默认:J2000.000