I want to ask in which direction is the estimated permeability when using .raw files? Actually, opening the .raw file using np.fromfile needs reshaping of the image in a way that z direction is the positioned in the first index of the reshape function which is im.reshape([z, x, y]). Now how openpnm deals with this?
I want to ask in which direction is the estimated permeability when using
.rawfiles? Actually, opening the.rawfile usingnp.fromfileneeds reshaping of the image in a way that z direction is the positioned in the first index of the reshape function which isim.reshape([z, x, y]). Now how openpnm deals with this?