Skip to content
Snippets Groups Projects
Commit 0cd93912 authored by Jean-Yves TINEVEZ's avatar Jean-Yves TINEVEZ
Browse files

Add and use Anastassia colormap.

parent b249f0c7
Branches
Tags
No related merge requests found
File added
...@@ -21,6 +21,9 @@ max_track_dist = 20; % physical units ...@@ -21,6 +21,9 @@ max_track_dist = 20; % physical units
% Plot tracks? % Plot tracks?
do_plot = true; do_plot = true;
% Load colormap
load mycmap
%% Get calibration. %% Get calibration.
cal = trackMateGetCalibration(file_calcium); cal = trackMateGetCalibration(file_calcium);
...@@ -225,15 +228,15 @@ for k = 1 : n_matches ...@@ -225,15 +228,15 @@ for k = 1 : n_matches
end end
cmap = [ % cmap = [
repmat( [ 0.2 0.6 0.2 ], [ 32 1 ]); % repmat( [ 0.2 0.6 0.2 ], [ 32 1 ]);
repmat( [ 0.2 0.2 0.6 ], [ 32 1 ]); % repmat( [ 0.2 0.2 0.6 ], [ 32 1 ]);
0 0 0; % 0 0 0;
hot(64) ]; % hot(64) ];
hf2 = figure('Position', [ 680 50 700 800 ] ); hf2 = figure('Position', [ 680 50 700 800 ] );
colormap(cmap) colormap(cmap4)
imagesc(kymograph) imagesc(kymograph)
box off box off
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment