Skip to content

Commit

Permalink
Updated list of PSDs to correctly enter _process_hbcd()
Browse files Browse the repository at this point in the history
  • Loading branch information
agudmundson authored and wtclarke committed Jul 3, 2024
1 parent b5459cb commit 07a33b3
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 @@ -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
Expand Down

0 comments on commit 07a33b3

Please sign in to comment.