GCRS

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

ベースクラス: astropy.coordinates.builtin_frames.baseradec.BaseRADecFrame

地心天文基準系(GCRS)における座標またはフレーム。

GCRSとICRSの違いは,主に太陽系の重心ではなく,地球に対する質量心である。これは,このフレームに収差の影響(ICRSとは異なる)が含まれていることを意味する.GCRの詳細については、ご参照ください 別項参照 部分的な文書。(特に注目すべきは1.2節 USNO Circular 179

この枠組みには定義の枠組みも含まれている 相対的な 地球に向かっていますが地球とはずれています

フレーム属性列は次の下にある その他のパラメータ それがそうです。

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

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

raAngle オプションでキーワードだけです角度、オプション、キーワードのみ

この対象のRA (dec また提供しなければなりません representation None)でなければならない).

decAngle オプションでキーワードだけです角度、オプション、キーワードのみ

この対象の偏角 (ra また提供しなければなりません representation None)でなければならない).

distance量 [‘長さ’] オプションでキーワードだけです

この対象は視線の距離に沿っている. (representation None)でなければならない).

pm_ra_cosdec量 [“角速度”] オプションでキーワードだけです

“右昇”の自然運動(含む) cos(dec) 係数)は、このオブジェクトに使用される (pm_dec また提供しなければならない)。

pm_dec量 [“角速度”] オプションでキーワードだけです

この物体の赤緯方向の自然運動は (pm_ra_cosdec また提供しなければならない)。

radial_velocity量 [“スピード”] オプションでキーワードだけです

この物体の半径方向の速度です

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 (デフォルト),入力座標配列をコピーする.キーワードパラメータとしてしか入力できない.

その他のパラメータ
昏睡時間.Time時間です。

観察を行う時間。地球の位置を決定するために使われています

obsgeolocデカルト表現、数量

The position of the observer relative to the center-of-mass of the Earth, oriented the same as BCRS/ICRS. Either [0, 0, 0], CartesianRepresentation, or proper input for one, i.e., a Quantity with shape (3, ...) and length units. Defaults to [0, 0, 0], meaning "true" GCRS.

obsgeovelデカルト表現、数量

The velocity of the observer relative to the center-of-mass of the Earth, oriented the same as BCRS/ICRS. Either [0, 0, 0], CartesianRepresentation, or proper input for one, i.e., a Quantity with shape (3, ...) and velocity units. Defaults to [0, 0, 0], meaning "true" GCRS.

属性要約

default_differential \

default_representation \

frame_attributes \

frame_specific_representation_info \

name \

obsgeoloc \

obsgeovel \

obstime \

属性文書

default_differential
default_representation
frame_attributes = {'obsgeoloc': <astropy.coordinates.attributes.CartesianRepresentationAttribute object>, 'obsgeovel': <astropy.coordinates.attributes.CartesianRepresentationAttribute object>, 'obstime': <astropy.coordinates.attributes.TimeAttribute object>}
frame_specific_representation_info
name = 'gcrs'
obsgeoloc = <CartesianRepresentation (x, y, z) in m     (0., 0., 0.)>
obsgeovel = <CartesianRepresentation (x, y, z) in m / s     (0., 0., 0.)>
obstime = <Time object: scale='tt' format='jyear_str' value=J2000.000>