PrecessedGeocentric

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

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

GCRと同様の方法で定義された座標フレームは、要求された(平均)分点に進むが、それは要求された(平均)分点に進む。注意してください,このようにします not J 2000春分に対しても最終的なGCRは通常のGCRと同様であり,GCR方向はICRS方向に固定されているため,動的J 2000方向とはまったく異なる。

フレーム属性列は次の下にある その他のパラメータ

パラメータ
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時間です。

座標を進める(平均)分点.

昏睡時間.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" Geocentric.

obsgeovelデカルト表現、数量

観測者の地球質心に対する速度は,BCRS/ICRSと同じ方向であった。0または0、 CartesianRepresentation 適切な入力、すなわち Quantity 帯形(3,…)速度単位です黙認する. [0、0、0] “本当の”地心という意味です。

属性要約

default_differential \

default_representation \

equinox \

frame_attributes \

frame_specific_representation_info \

name \

obsgeoloc \

obsgeovel \

obstime \

属性文書

default_differential
default_representation
equinox = <Time object: scale='tt' format='jyear_str' value=J2000.000>
frame_attributes = {'equinox': <astropy.coordinates.attributes.TimeAttribute object>, 'obsgeoloc': <astropy.coordinates.attributes.CartesianRepresentationAttribute object>, 'obsgeovel': <astropy.coordinates.attributes.CartesianRepresentationAttribute object>, 'obstime': <astropy.coordinates.attributes.TimeAttribute object>}
frame_specific_representation_info
name = 'precessedgeocentric'
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>