Skip to content

Commit

Permalink
Fixes bug and removes unused routines
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPaulSharp committed Sep 6, 2024
1 parent b3cf660 commit c926895
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 413 deletions.
30 changes: 0 additions & 30 deletions minimisers/NS/plotLivePointsWithEllipses.m

This file was deleted.

18 changes: 4 additions & 14 deletions targetFunctions/common/groupLayers/allocateLayersForContrast.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,12 @@
thisContrastLayers = zeros(length(contrastLayers),5);
end

for i = 1:length(contrastLayers)
for i = 1:length(contrastLayers)
if (contrastLayers(i) ~= 0)
thisLayer = outParameterisedLayers{contrastLayers(i)};

% % Check the length of thisLayer. If it's 6, then we have an
% % imaginary SLD defined. Combile them into one complex number at
% % this point.
% if length(thisLayer) == 6
% compSLD = complex(thisLayer(2),thisLayer(3));
% thisLayer = [thisLayer(1) compSLD thisLayer(4:end)];
% end

thisContrastLayers(i,:) = thisLayer;
thisContrastLayers(i,:) = outParameterisedLayers{contrastLayers(i)};
else
thisContrastLayers(1,:) = [];
thisContrastLayers(i,:) = [];
end
end

end
end

This file was deleted.

131 changes: 0 additions & 131 deletions utilities/misc/hdrload.m

This file was deleted.

Loading

0 comments on commit c926895

Please sign in to comment.