SpmGrids.jl

Analyze SPM grid spectroscopy data.
Author alexriss
Popularity
4 Stars
Updated Last
1 Year Ago
Started In
March 2022



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.