playNano Documentation¶

Welcome to playNano - a Python toolkit for loading, processing, analysing and exporting high-speed AFM (HS-AFM) time-series data (.h5-jpk, .jpk, .spm, .asd). This documentation covers installation, command-line usage, the PySide6 GUI, processing filters, analysis pipelines, and the API reference.
Quick links¶
Installation - how to install playNano (pip / conda)
Quickstart - 1-minute example: open a file, apply a filter, export GIF
Command Line Interface (CLI) - full command-line reference and examples
GUI: Interactive Playback - GUI walkthrough, keyboard shortcuts and export workflow
Processing - filters, masks and pipeline behaviour
- Analysis - running analysis modules and provenance
Custom Analysis Modules - creating and registering custom analysis modules
What’s New in playNano 0.1.0 - highlights of the latest release
Changelog - release notes and history
Quickstart (example)¶
# show a file in the interactive GUI
playnano play ./test/resources/sample_0.h5-jpk
Note
See Quickstart for step-by-step instructions.
Contents¶
User Guide¶
API Reference¶
API Reference
What’s New¶
What's New