From 4fa18a5165f945c5de3925331fdfb60010692d14 Mon Sep 17 00:00:00 2001 From: Anthony Galassi <28850131+bendhouseart@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:34:13 -0400 Subject: [PATCH] Apply suggestions from code review --- matlab/dcm2niix4pet.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/dcm2niix4pet.m b/matlab/dcm2niix4pet.m index aee527d..c85de28 100644 --- a/matlab/dcm2niix4pet.m +++ b/matlab/dcm2niix4pet.m @@ -30,7 +30,7 @@ function dcm2niix4pet(FolderList,MetaList,varargin) % - *w* = 2; % write behavior for name conflicts (0,1,2, default 2: 0=skip duplicates, 1=overwrite, 2=add suffix) % - *x* = 'n'; % crop 3D acquisitions (y/n/i, default n, use 'i'gnore to neither crop nor rotate 3D acquisitions) % - *z* = 'n'; % gz compress images (y/o/i/n/3, default y) [y=pigz, o=optimal pigz, i=internal:miniz, n=no, 3=no,3D] -% - *notrack* Opt-out of sending tracking information of this run to the PET2BIDS developers. This information helps to improve PET2BIDS and provides an indicator of real world usage crucial for obtaining funding." +% - *notrack* Opt-out of sending tracking information of this run to the PET2BIDS developers. This information helps to improve PET2BIDS and provides an indicator of real world usage crucial for obtaining funding." % % .. code-block:: %