I am working with siemens raw data, and I read the data using twixtools package, there are multiple .dat files and I read each with the twixtools. So twixtools first measurement (measurement index 0 ) is the prescan with head coil and body coil each with the (32, 32, 38, 128) and (32, 32, 2, 128) respectively. And my reconstructed data is in this format (Time, Slices, Phase, Coils, Readout), for instance (10, 36, 64, 38, 128), how can I customise your code to this? I tried but it didn't work for me. Any recommendations?