From 6cc55301477c36facecc275e0b5ca83efa853d7e Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sat, 30 Sep 2023 12:43:58 +0200 Subject: [PATCH] =?UTF-8?q?in=20[x,=20y,=20z]=20=E2=86=92=20in=20(x,=20y,?= =?UTF-8?q?=20z)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spec2nii/GE/ge_pfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec2nii/GE/ge_pfile.py b/spec2nii/GE/ge_pfile.py index e9b5d20..d4472b1 100644 --- a/spec2nii/GE/ge_pfile.py +++ b/spec2nii/GE/ge_pfile.py @@ -95,9 +95,9 @@ def _process_svs_pfile(pfile): data, meta, dwelltime, fname_suffix = _process_probe_p(pfile) elif psd in ('oslaser', 'slaser_cni'): data, meta, dwelltime, fname_suffix = _process_oslaser(pfile) - elif psd in ('slaser'): + elif psd == 'slaser': data, meta, dwelltime, fname_suffix = _process_slaser(pfile) - elif psd in ['gaba', 'hbcd']: + elif psd in ('gaba', 'hbcd'): data, meta, dwelltime, fname_suffix = _process_gaba(pfile) elif 'jpress_ac' in psd: # Bergen patch data, meta, dwelltime, fname_suffix = _process_gaba(pfile)