Skip to content

Commit

Permalink
Deleting white space
Browse files Browse the repository at this point in the history
  • Loading branch information
amie-demmans committed May 23, 2024
1 parent 1c2d17e commit c8bf09c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Models/Adiabatic/adiabatic_inv.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
properties
MRIinputs = {}; % No data needs to be downloaded
xnames = {' ',' ',' ',' '}; % Box names for Fitting section which I am not using, still needs to be defined though

voxelwise = 1;

% Creates sections in protocol boxes: PulseParams and TissueParams
Prot = struct('PulseParameters', struct('Format',{{'beta (rad/s)' ; 'A0 (μT)'; 'n' ;'nSamples' ;'Q' ;'Trf (ms)'}} ...
Prot = struct('PulseParameters', struct('Format',{{'beta(rad/s)';'A0(μT)';'n';'nSamples';'Q';'Trf(ms)'}} ...
,'Mat',[672; 13.726; 1; 512; 5; 10.24]), ...
'DefaultTissueParams', struct('Format',{{'R (1/s)'; 'Mza'; 'R1a (1/s)'; 'T2a (ms)'; 'Mzb';'R1b (1/s)'; 'T2b (μs)'}}, ...
'DefaultTissueParams', struct('Format',{{'R(1/s)';'Mza';'R1a(1/s)';'T2a(ms)';'Mzb';'R1b(1/s)';'T2b(μs)'}}, ...
'Mat', [35; 1; 1.3240; 35; 0.155; 0.25; 11.1]));

% Creating drop box options and push buttons in Options section
Expand Down

0 comments on commit c8bf09c

Please sign in to comment.