From 07a33b3b4ea82d88f25ad27089272b0d87dd2b0b Mon Sep 17 00:00:00 2001 From: Aaron Gudmundson Date: Wed, 3 Jul 2024 09:11:01 -0400 Subject: [PATCH] Updated list of PSDs to correctly enter _process_hbcd() --- spec2nii/GE/ge_pfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec2nii/GE/ge_pfile.py b/spec2nii/GE/ge_pfile.py index 04ab448..77a128f 100644 --- a/spec2nii/GE/ge_pfile.py +++ b/spec2nii/GE/ge_pfile.py @@ -105,7 +105,7 @@ def _process_svs_pfile(pfile): data, meta, dwelltime, fname_suffix = _process_gaba(pfile) elif psd == 'slaser': data, meta, dwelltime, fname_suffix = _process_slaser(pfile) - elif psd in ('jpress', 'jpress_ac', 'gaba', 'hbcd', 'probe-p-mega_rml', 'repress7'): + elif psd in ('jpress', 'jpress_ac', 'gaba', 'probe-p-mega_rml', 'repress7'): data, meta, dwelltime, fname_suffix = _process_gaba(pfile) elif psd in ('hbcd'): # ATG data, meta, dwelltime, fname_suffix = _process_hbcd(pfile) # ATG