Skip to content

Library to read JPK and Nanoscope files.

Notifications You must be signed in to change notification settings

wtrewby/pyafmreader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyafmreader V.x.x.x

In development, not stable.

If you have any questions, contact: [email protected]

Installation

  1. Download repository
  2. Run python -m setup.py install

Usage

from pyafmreader import loadfile

NANOSC_FV_PATH = 'tests/testfiles/20200903_Egel2.0_00023.spm'

NANOSC_FV_FILE = loadfile(NANOSC_FV_PATH)

metadata = NANOSC_FV_FILE.filemetadata

piezoimg = NANOSC_FV_FILE.getpiezoimg()

FC = NANOSC_FV_FILE.getcurve(0)

FC_segments = FC.get_segments()

segment_0 = FC_segments[0]

About

Library to read JPK and Nanoscope files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%