BaseTransform ============= .. currentmodule:: bapsf_motion.transform.base .. autoclass:: BaseTransform :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~BaseTransform.axes ~BaseTransform.config ~BaseTransform.dimensionality ~BaseTransform.naxes ~BaseTransform.transform_type .. rubric:: Methods Summary .. autosummary:: ~BaseTransform.__call__ ~BaseTransform.matrix .. rubric:: Attributes Documentation .. autoattribute:: axes .. autoattribute:: config .. autoattribute:: dimensionality .. autoattribute:: naxes .. autoattribute:: transform_type .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: matrix