As described in #341 the current criteria that we use to determine if an image is volumetric is wrong.
mhturner proposed what I think is a very simple solution which I have implemented here. This fetches the sequence type and uses a simple dictionary to determine the nature of the data.
I tested this on volumetric data that I got from the Clandinin lab and this seems to be working.
This should fix #341
As described in #341 the current criteria that we use to determine if an image is volumetric is wrong. mhturner proposed what I think is a very simple solution which I have implemented here. This fetches the sequence type and uses a simple dictionary to determine the nature of the data.
I tested this on volumetric data that I got from the Clandinin lab and this seems to be working.