Closed brisvag closed 2 years ago
Change from Tomogram to a more generic Image (we can always subclass/restrict later). This allows us to also add a stack bool, which lets us know if we're working with a flat 2D, a stack of 2D, a 3D, or a stack of 3D.
Tomogram
Image
stack
Change from
Tomogram
to a more genericImage
(we can always subclass/restrict later). This allows us to also add astack
bool, which lets us know if we're working with a flat 2D, a stack of 2D, a 3D, or a stack of 3D.