Closed mmbannert closed 3 weeks ago
It looks like the changes to save .nii.gz was approved but not merged to the main branch? Is there plans to merge it?
I thought I had merged it. I will get that done right away.
On Sat, Oct 19, 2024, 11:00 AM Micaela Chan @.***> wrote:
It looks like the changes to save .nii.gz was approved but not merged to the main branch? Is there plans to merge it?
— Reply to this email directly, view it on GitHub https://github.com/SteenMoeller/NORDIC_Raw/pull/17#issuecomment-2424015903, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASZJXPFKFZP453PATUAYJL3Z4J62VAVCNFSM6AAAAABQHTJXTKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRUGAYTKOJQGM . You are receiving this because you commented.Message ID: @.***>
Hi,
I noticed that NIFTI_NORDIC.m writes NIfTIs to disk in uncompressed format. Given that the datasets tend to be quite large, I find it very desirable to allow the user to automatically save all NIfTIs that are generated in the process in gzipped format (i.e., resulting in files with the extension
*.nii.gz
).I have added an additional argument
ARG.write_gzipped_niftis
that can be either 0 (= false) or 1 (= true). It is 0 by default in order to provide backwards compatibility.Cheers, Michael