darfix.core.dataset.Transformation#
- class darfix.core.dataset.Transformation(kind, x, y, rotate)[source]#
Bases:
object
- Parameters:
kind (
str
)x (
ndarray
)y (
ndarray
)rotate (
bool
)
- property label: str#
- property origin: Tuple[Number, Number]#
- property scale: Tuple[Number, Number]#
- property shape: Tuple[int, int]#
- property sx: int#
- property sy: int#
- property xorigin: Number#
- property xregular: ndarray#
- property xscale: Number#
- property yorigin: Number#
- property yregular: ndarray#
- property yscale: Number#