Skip to content
Snippets Groups Projects
Commit dde5f026 authored by leprob001's avatar leprob001
Browse files

Updated TOA colormap. Good correlation is now black, bad correlation is now light gray.

parent da1f9be0
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ artoaGui.editTimeOfArrival.axesScatterTimeOfArrival = axes(artoaGui.figures.edit
% set colormap
artoaGui.editTimeOfArrival.axesScatterTimeOfArrival.CLim = [0, 255];
cmap = flipud(gray(300));
cmap = gray(300);
colormap(artoaGui.editTimeOfArrival.axesScatterTimeOfArrival, cmap(1:256, :));
grid on;
......
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