SkyOffsetFrame

class astropy.coordinates.SkyOffsetFrame(*args, **kwargs)[ソース]

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

ある特定の位置に対してそのフレームにマッチするフレームとして位置付けられる.

SkyOffsetFrames always have component names for spherical coordinates of lon/lat, not the component names for the frame of origin.

これは,任意の位置に対する空フレームにおけるオフセットやジッタを計算するために非常に有用である.このフレームの座標は origin 座標、 and その方向性と origin フレームワーク。例えばもし origin はい。 ICRS この対象の lat 12月の方向を向いています lon RAの方向を指す.

天ずれ枠の詳細については、参照されたい “空のずれ”枠 それがそうです。

パラメータ
表示法BaseRepresentation あるいはない.BasePresationまたはNone

表示対象または無表示データなし(または他のキーワードを使用)

originクラス座標.

このフレームワークの原点の座標を指定する.この原点は、空中位置/回転のみに使用されていることに注意されたい。これは1つの distance しかしこれは SkyOffsetFrame それがそうです。

rotation角度状

フレーム巡り. origin それがそうです。回転する記号は左手定則である.すなわち、非回転システムにおける特定の位置角度のオブジェクトは、最終フレームにおいて正緯度(Z)方向に送信される。

注意事項

SkyOffsetFrame 工場クラスです。つまりその対象は not 実際はクラスの対象です SkyOffsetFrame それがそうです。逆に,Frameクラスが何であっても,異なるクラスを動的に作成する. origin それがそうです。

属性要約

default_differential \

default_representation \

frame_attributes \

frame_specific_representation_info \

name \

origin \

rotation \

方法要約

represent_as \(基礎[, s, in_frame_units] )

任意の球形表現の包絡線角度を確保する.

属性文書

default_differential
default_representation
frame_attributes = {'origin': <astropy.coordinates.attributes.CoordinateAttribute object>, 'rotation': <astropy.coordinates.attributes.QuantityAttribute object>}
frame_specific_representation_info
name = 'skyoffsetframe'
origin = None
rotation = <Quantity 0. deg>

方法文書

represent_as(base, s='base', in_frame_units=False)[ソース]

任意の球形表現の包絡線角度を確保する.