A julia library to analyze scanning probe microscopy grid data. Currently, only Nanonis files are supported.
Everything is experimental.
using SpmGrids
using GLMakie # you can also use the WGLMakie backend
interactive_display("Bias_spectroscopy.3ds", colormap=:bluegreenyellow)
Yes, there is more. For an explanation on how to load and manipulate data and how to create plots, see the Documentation.
The 3D plot sometimes does not correctly display the data. This is due to Makie issues and hopefully will be solved soon.
Please post issues, suggestions, and pull requests on github. Follow me on twitter for updates and more information about this project:
- 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.