ITRS

class astropy.coordinates.builtin_frames.ITRS(*args, copy=True, representation_type=None, differential_type=None, **kwargs)[源代码]

基类:BaseCoordinateFrame

国际地球参考系(ITRS)中的一个坐标或框架。这大致是一个地心系统,尽管严格来说,它是由地球表面附近的一系列参考位置定义的。有关资讯科技政策研究的更多背景资料,请参阅 astropy:astropy-coordinates-seealso 部分的文档。

参数
dataBaseRepresentation 子类实例BaseRepresentation子类实例

表示对象或 None 没有数据(或使用坐标分量参数,请参见下文)。

representation_typeBaseRepresentation 子类,str,可选BaseRepresentation子类,str,可选

表示类或表示类的字符串名称。这将设置预期的输入表示类,从而更改传入数据的预期关键字参数。例如,传递 representation_type='cartesian' 将使类期望具有笛卡尔名称的位置数据,即 x, y, z 在大多数情况下,除非通过 frame_specific_representation_info 。要查看此框架的名称,请查看 <this frame>().representation_info

differential_typeBaseDifferential 子类,str,dict,可选基差分子类,str,dict,可选

差分类别或差分类别词典(当前仅支持带有关键字‘s’的速度差异)。这将设置预期的输入差异类,从而更改传入数据的预期关键字参数。例如,传递 differential_type='cartesian' 将使类期待带有参数名称的速度数据 v_x, v_y, v_z 除非通过以下方式重写 frame_specific_representation_info 。要查看此框架的名称,请查看 <this frame>().representation_info

copy可选的布尔

如果 True (默认),复制输入坐标阵列。只能作为关键字参数传入。

属性摘要

default_differential 

差异数据的默认表示法(例如,速度)

default_representation 

职位数据的默认表示法

earth_location 

此帧中的数据作为 EarthLocation 班级。

frame_attributes 

frame_specific_representation_info 

帧特定组件名称的映射

name 

obstime 

属性文档

default_differential

差异数据的默认表示法(例如,速度)

default_representation

职位数据的默认表示法

earth_location

此帧中的数据作为 EarthLocation 班级。

frame_attributes = {'obstime': <astropy.coordinates.attributes.TimeAttribute object>}
frame_specific_representation_info

帧特定组件名称的映射

name = 'itrs'
obstime = <Time object: scale='tt' format='jyear_str' value=J2000.000>