Python module to open Nanosurf NID and NHF files
Project description
NSFopen
Open Nanosurf NID files in Python
Installing
From source
python setup.py install
or from PyPi
pip install nanosurf
Prequisites
numpy pandas h5py
Example Script
Available in example folder
Example: NID File
from NSFopen.read import read
afm = nid_read('filename.nid')
data = afm.data # raw data
param = afm.param # parameters
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nsfopen-2.2.4.tar.gz
(26.0 MB
view hashes)
Built Distribution
NSFopen-2.2.4-py3-none-any.whl
(26.1 MB
view hashes)