I am writing a script to zip 4D brains in a fresh bidsifyed raw folder. To do so, I am taking inspiration from bidsCopyRawFolder ( I guess it will be handy in the near future to also understand how it works ;) ).
When the func. unzip the files, it uses load_untouch_nii and save_untouch_nii, what is the reason to do that instead of just using gunzip? Should I worry about any data format treatment when I gzip them?
Thanks :)