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