BaseAffineTransform¶
- class astropy.coordinates.BaseAffineTransform(fromsys, tosys, priority=1, register_graph=None)[ソース]¶
ベースクラス:
astropy.coordinates.transformations.CoordinateTransform
コントロール間の汎用機能の基本クラス
AffineTransform
-タイプサブクラス。この基礎が必要なのは
AffineTransform
また,行列変換クラス共有_apply_transform()
方法は違いますが__call__()
方法です。StaticMatrixTransform
クラス属性として格納された行列が入力され,2つの行列変換が入力される.None
オフセット量とする。したがって、ユーザサブクラスは、そのサブクラス(ではなく、サブクラス)をAffineTransform
)彼らがこの機械を使用して代替変換を提供したい場合。