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 )彼らがこの機械を使用して代替変換を提供したい場合。