Creates a list of array slices into the loaded data, either taking a slice(None, None, None) for sig dims, or popping a concrete index from a ndindex iteration for nav dims. Of course not suitable for huge arrays, but still works okay on my laptop for a ((20, 3838, 3710) test stack (that's about 1.1GB)
sets channel_dimension to a tuple of all navigation axes.
Fixes #3
Creates a list of array slices into the loaded data, either taking aslice(None, None, None)
for sig dims, or popping a concrete index from andindex
iteration for nav dims. Of course not suitable for huge arrays, but still works okay on my laptop for a((20, 3838, 3710)
test stack (that's about 1.1GB)sets
channel_dimension
to a tuple of all navigation axes.