Skip to content

George-R-Heath/AFM-LUTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AFM-LUTS

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.

LUTs

ImageJ

  1. Copy the .lut files in the 'ImageJ AFM LUTs' folder into your ImageJ luts folder.
  2. Open/restart ImageJ.
  3. 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

MATLAB

  1. Download 'AFM_luts.mat'
  2. In MATLAB load the colour map file using: load('AFM_luts.mat')
  3. Plot your image e.g., Imagesc(Image)
  4. Apply the desired color scheme, e.g., colormap(AFM_Dark_Gold)
  5. Include scale using: colorbar

Colormap names:
colormap(AFM_brown)
colormap(AFM_Dark_Gold)
colormap(AFM_Gold)
colormap(LAFMcolor)
colormap(AFM_fire)
colormap(Rainbow)

About

AFM lookup tables (LUT) for ImageJ and MATLAB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published