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

Write blipped-CAIPIRINHA consistently with hyphen

parent 12ae449c
No related branches found
No related tags found
1 merge request!2Streamline packing density computation;
......@@ -197,7 +197,7 @@ if doPlot
plot(LArray, packingDensityArray, 'LineWidth', 3, 'Color', 'k', ...
'DisplayName', 'All feasible sampling patterns');
plot(L_CAIPI, packingDensityCAIPI, 'x', 'MarkerSize', 10, 'LineWidth', 3, ...
'DisplayName', 'Blipped CAIPIRINHA');
'DisplayName', 'Blipped-CAIPIRINHA');
if ~isempty(L_Narsude)
plot(L_Narsude, packingDensityNarsude, 'x', 'MarkerSize', 10, 'LineWidth', 3, ...
'Color', [148,0,211]/255, 'DisplayName', 'Narsude et al.');
......
......@@ -47,7 +47,7 @@ for iNSim = 1:numel(NSimArray)
plot(RArray(1:numel(packingDensity))*Nsim, packingDensity,...
'DisplayName', ['As hexagonal as possible' name], 'LineWidth', 2, 'Color', [34, 139, 34]/255);
plot(RArray(1:numel(packingDensity))*Nsim, packingDensityCAIPI,...
'DisplayName', ['Blipped CAIPIRINHA' name], 'LineWidth', 2);
'DisplayName', ['Blipped-CAIPIRINHA' name], 'LineWidth', 2);
isNarsude = mod(L_CAIPI,1)>0;
plot(RArray(isNarsude)*Nsim, packingDensityCAIPI(isNarsude), '.',...
......
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