webknossos.geometry.mag
¶
Classes:
-
Mag
–Represents the magnification level of a data layer.
Mag
¶
Represents the magnification level of a data layer.
The magnification level indicates the downsampling factor from the original data.
Examples:
Non-downsampled finest quality:
mag = Mag(1)
4x downsampling in all dimensions:
`
mag = Mag(4)
Anisotropic downsampling:
mag = Mag(2, 2, 1) # 2x in x,y dimensions, no downsampling in z
Methods:
-
to_layer_name
– -
to_list
– -
to_long_layer_name
– -
to_np
– -
to_tuple
– -
to_vec3_int
–
Attributes:
-
max_dim
(int
) – -
max_dim_log2
(int
) – -
x
(int
) – -
y
(int
) – -
z
(int
) –
- Get Help
- Community Forums
- Email Support