CylindricalRepresentation

class astropy.coordinates.CylindricalRepresentation(rho, phi=None, z=None, differentials=None, copy=True)[ソース]

ベースクラス: astropy.coordinates.representation.BaseRepresentation

点は3 D柱面座標で表される。

パラメータ
rhoQuantity

Z軸から点までの距離。

phiQuantity あるいは文字列数量や文字列

The azimuth of the point(s), in angular units, which will be wrapped to an angle between 0 and 360 degrees. This can also be instances of Angle,

zQuantity

点のz座標

差がある DICT:DICT CylindricalDifferential オプションです。ディクト!

この表現に関連すべき任意の差異クラス。入力は単一でなければならない CylindricalDifferential インスタンス、または差分インスタンスの辞書であって、そのキーワードは、微分(導関数)のSI単位を求めるための文字列表現として設定される。たとえば,位置マッピング表現上の速度差に対して,キーワードは 's' 秒は,その派生が時間派生であることを表す.

copyブル値、オプション

もし True (デフォルト)、配列をコピーします。もし…。 False 配列は参照であるが、形状一致を保証するためにブロードキャストされる可能性がある。

属性要約

attr_classes \

phi \

点の方角。

rho \

点からz軸までの距離。

z \

点の高さ。

方法要約

from_cartesian \(ショッピングカート)

3次元直角デカルト座標をシリンドリカル座標に変換する.

scale_factors \()

各コンポーネントの方向のスケーリング係数.

to_cartesian \()

柱極座標を3次元直角座標に変換する。

unit_vectors \()

各成分方向におけるデカルト単位ベクトル。

属性文書

attr_classes = {'phi': <class 'astropy.coordinates.angles.Angle'>, 'rho': <class 'astropy.units.quantity.Quantity'>, 'z': <class 'astropy.units.quantity.Quantity'>}
phi

点の方角。

rho

点からz軸までの距離。

z

点の高さ。

方法文書

classmethod from_cartesian(cart)[ソース]

3次元直角デカルト座標をシリンドリカル座標に変換する.

scale_factors()[ソース]

各コンポーネントの方向のスケーリング係数.

単位ベクトルを与える \(\hat{{e}}_c\) 比例因子があります \(f_c\) 1つのコンポーネントの変更 \(\delta c\) それに対応して \(\delta c \times f_c \times \hat{{e}}_c\) それがそうです。

返品
scale_factors :日付: Quantityの判決

キーワードはコンポーネント名である.

to_cartesian()[ソース]

柱極座標を3次元直角座標に変換する。

unit_vectors()[ソース]

各成分方向におけるデカルト単位ベクトル。

単位ベクトルを与える \(\hat{{e}}_c\) 比例因子があります \(f_c\) 1つのコンポーネントの変更 \(\delta c\) それに対応して \(\delta c \times f_c \times \hat{{e}}_c\) それがそうです。

返品
unit_vectors :日付: CartesianRepresentationの判決

キーワードはコンポーネント名である.