|
Hello all,
I have files from a simulation as a voxel format. The file structure is a 4 dimensional array written as 64 float binary data in a file. The first three dimensions are the three space dimensions and the fourth dimensions are various physical values (4 values).
I want to analyse the data in ImageJ but I do not know how to load this data in the best way. Loading the data with the raw stack loader, I obtain an ImageStack with slices in x dimension in each layer. I tried to convert it into a hyperstack, but I did not figure out a direct way. The only possibility I figured out has been to turn the structure that the different physical properties are each in one layer and then spilt with "Stack to hyperstack". The files are often very huge. Does anybody know a direct approach to load such multidimensional files?
Thank you for the answers! Best regards
|