A collection of brown-gold AFM lookup tables (LUT) for ImageJ and MATLAB. Assign common AFM colour mapping to intensity values in ImageJ or MATLAB.
- Copy the .lut files in the 'ImageJ AFM LUTs' folder into your ImageJ luts folder.
- Open/restart ImageJ.
- To apply the LUT in ImageJ go to 'Image' then 'Lookup Tables' then select the colour map.
Colormap names:
LUT-AFM_Dark_Brown
LUT-AFM_Gold
LUT-AFM_Gold_Brown
LAFM
- Download 'AFM_luts.mat'
- In MATLAB load the colour map file using: load('AFM_luts.mat')
- Plot your image e.g., Imagesc(Image)
- Apply the desired color scheme, e.g., colormap(AFM_Dark_Gold)
- Include scale using: colorbar
Colormap names:
colormap(AFM_brown)
colormap(AFM_Dark_Gold)
colormap(AFM_Gold)
colormap(LAFMcolor)
colormap(AFM_fire)
colormap(Rainbow)