Skip to content

alexriss/SpmGrids.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



SpmGrids.jl

Stable Dev Build Status Coverage Twitter

A julia library to analyze scanning probe microscopy grid data. Currently, only Nanonis files are supported.

Disclaimer

Everything is experimental.

Quick usage

using SpmGrids
using GLMakie  # you can also use the WGLMakie backend

interactive_display("Bias_spectroscopy.3ds", colormap=:bluegreenyellow)

demo of interactive display

Dive deeper

Yes, there is more. For an explanation on how to load and manipulate data and how to create plots, see the Documentation.

Known issues

The 3D plot sometimes does not correctly display the data. This is due to Makie issues and hopefully will be solved soon.

Get in touch

Please post issues, suggestions, and pull requests on github. Follow me on twitter for updates and more information about this project: Twitter

Related projects

  • SpmImageTycoon.jl: App to organize SPM images and spectra.
  • SpmImages.jl: Julia library to read and display SPM images.
  • SpmSpectroscopy.jl: Julia library to analyze scanning tunneling and atomic force spectroscopy data.
  • imagex: Python scripts to analyze scanning probe images.
  • gridex: Python scripts to analyze 3D grid data.