ilastik / ilastik4ij

ImageJ plugins to run ilastik workflows
MIT License
22 stars 17 forks source link

image import seems to ignore gui-specified axis ordering #22

Closed k-dominik closed 5 years ago

k-dominik commented 5 years ago

I've tried to follow the awesome Tracking MaMut export tutorial video on youtube and found that I was unable to load the data into Fiji.

Using the same image file (the drosophila one) and specifying the same axis ordering as in the video I get the following output image:

meh1

Here is the console output for the image, with axisorder txyzc specified:

[INFO] /volume: GROUP
[INFO] /volume/data: DATASET
[INFO] Found dataset '/volume/data' of type 'uint8'
[INFO] Constructing output image of shape (300, 275, 1, 50, 50). Axis order: 'XYCZT'
[INFO] Loading HDF5 dataset took: 82399
[INFO] Done loading HDF5 file!
[INFO] /volume: GROUP
[INFO] /volume/data: DATASET
[INFO] Found dataset '/volume/data' of type 'uint8'
[INFO] Constructing output image of shape (300, 275, 1, 50, 50). Axis order: 'XYCZT'
[INFO] Loading HDF5 dataset took: 77256
[INFO] Done loading HDF5 file!

Plugin Version:

plugins/ilastik4ij-1.5.0.jar

Release date:
05 Mar 2019