webknossos.geometry.mag
¶
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
- Get Help
- Community Forums
- Email Support