Skip to content

Commit

Permalink
PSD name was changed - adding in new name as an option
Browse files Browse the repository at this point in the history
  • Loading branch information
agudmundson authored and wtclarke committed Jul 9, 2024
1 parent f94de7f commit 65357c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec2nii/GE/ge_pfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _process_svs_pfile(pfile):
data, meta, dwelltime, fname_suffix = _process_slaser(pfile)
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
elif psd in ('hbcd', 'hbcd1', 'hbcd2'): # ATG
data, meta, dwelltime, fname_suffix = _process_hbcd(pfile) # ATG
else:
raise UnsupportedPulseSequenceError(f'Unrecognised sequence {psd}.')
Expand Down

0 comments on commit 65357c8

Please sign in to comment.