AllenNeuralDynamics / exa-spim-control

Acquisition control for the exaSPIM microscope system
MIT License
2 stars 1 forks source link

zstack chunk size needs to be in multiples of 2048 #32

Open Poofjunior opened 1 year ago

Poofjunior commented 1 year ago

For downstream processing, downsampling benefits if the z chunk size is 2048.

We need to introduce a validation check on the config to ensure that the specified z value is divisible by 2048.