Skip to content

Commit

Permalink
Fix io_loadspec_twix
Browse files Browse the repository at this point in the history
Add proper differentiation between CMRR eja_svs_press and eja_svs_mpress.
  • Loading branch information
schorschinho committed Mar 13, 2024
1 parent 98af64d commit 1e207e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/FID-A/inputOutput/io_loadspec_twix.m
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@
seq = 'SLASER';
elseif ~isempty(strfind(sequence,'steam'))
seq = 'STEAM';
elseif ~isempty(strfind(sequence,'mpress'))
seq = 'MEGAPRESS';
else
seq = 'PRESS';
end
Expand Down

0 comments on commit 1e207e8

Please sign in to comment.