Read data and parameters from 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
itertools
pandas (recommended, required for NHF for now)
h5py (required for NHF files)
Example Script
Available in example folder
Example: NID File
from NSFopen.read import nid_read
afm = nid_read('filename.nid')
data = afm.data # raw data
param = afm.param # parameters
Example: NHF File
from NSFopen.read import nhf_read
afm = nhf_read('filename.nhf')
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.0.3.tar.gz
(23.1 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
NSFopen-2.0.3-py3-none-any.whl
(23.1 MB
view details)
File details
Details for the file NSFopen-2.0.3.tar.gz.
File metadata
- Download URL: NSFopen-2.0.3.tar.gz
- Upload date:
- Size: 23.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4f151cfefefcc58946de93c1d8b681850951bbe5fe1f49b2523127b6aff04b9
|
|
| MD5 |
e3683a770c5f6019bb9f1b046aa9640b
|
|
| BLAKE2b-256 |
42003d44b335598975c418007b9b082ce6ec1e5eca98745ddb2126942dd1bfca
|
File details
Details for the file NSFopen-2.0.3-py3-none-any.whl.
File metadata
- Download URL: NSFopen-2.0.3-py3-none-any.whl
- Upload date:
- Size: 23.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b974985110c68abd781597449f05589e9af104e3dfc7237412cfed0f2b80e90
|
|
| MD5 |
48f76e9f177f4e5a52c532b95310eb27
|
|
| BLAKE2b-256 |
6a06c7abf363f5cb8fd852de4b2f59ae3f7836f20ed7d4846c5300dfe5e81b07
|