ITRS

class astropy.coordinates.builtin_frames.ITRS(*args, copy=True, representation_type=None, differential_type=None, **kwargs)[ソース]

ベースクラス: astropy.coordinates.baseframe.BaseCoordinateFrame

国際地球基準系(ITRS)における座標またはフレーム。これは,厳密には地球表面付近の一連の参照位置によって定義されているにもかかわらず,大まかな心システムである。ITRSの詳細については、ご覧ください 別項参照 部分的な文書。

パラメータ
dataBaseRepresentation サブクラス事例BasePresationサブクラス事例

対象を表すか None データがない場合(または座標コンポーネントパラメータを使用する場合は、以下参照)。

representation_typeBaseRepresentation サブクラス、文字列、オプションBasePresationサブクラス、文字列、オプション

クラスまたはクラスを表す文字列名.これは、入力データの予期されるキーワードパラメータを変更するために、予期される入力表示クラスを設定する。例えば伝達は representation_type='cartesian' クラスにデカルト名を持たせる位置データ,すなわち x, y, z ほとんどの場合通過しない限り frame_specific_representation_info それがそうです。このフレームワークの名前を表示するには、表示してください <this frame>().representation_info それがそうです。

differential_typeBaseDifferential サブクラス、文字列、辞書、オプションBaseDifferentialクラス、文字列、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>