Skip to content
Snippets Groups Projects
Commit 079c36b3 authored by Maria Engel's avatar Maria Engel
Browse files

Merge branch 'master' into 'main'

Remove unnecessary lines; update README

See merge request sapme1/hexagonalsampling!5
parents 289b38e0 bf5ca907
No related branches found
No related tags found
1 merge request!5Remove unnecessary lines; update README
......@@ -112,10 +112,9 @@ DELTA = 1:nSlicesSimultaneously;
% by the previous L's)
L_CAIPI_B = nSlicesSimultaneously./DELTA;
L_CAIPI_B = L_CAIPI_B(L_CAIPI_B>=2);
L_CAIPI_B_Unique = L_CAIPI_B(mod(L_CAIPI_B,1)~=0);
LArray = unique(sort([LArray L_CAIPI_B_Unique]));
LArray = unique(sort([LArray L_CAIPI_B]));
isBlippedCAIPI_A = ((ceil(LArray)==LArray) + (LArray<=nSlicesSimultaneously)) > 1; % This is being kind to blipped CAIPIRINHA!
isBlippedCAIPI_A = ((ceil(LArray)==LArray) + (LArray<=nSlicesSimultaneously)) > 1;
isBlippedCAIPI_B = ismember(LArray, L_CAIPI_B);
colourCAIPI_A = [217, 83, 25]/255; % red
......
......@@ -9,4 +9,8 @@ MakeGridAndAlpGif.m (for Gif 1)
and
MakeOptDvsRPlot.m (for Figure 2, this requires https://se.mathworks.com/matlabcentral/fileexchange/23629-export_fig)
\ No newline at end of file
MakeOptDvsRPlot.m (for Figure 3, this requires https://se.mathworks.com/matlabcentral/fileexchange/23629-export_fig)
and
MakeExampleGridsPlot (for Figure 4, this requires export_fig code)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment