nanonispy
nanonispy copied to clipboard
A small library written in python 3 to parse Nanonis binary and ascii files
Software version: Generig 5e (R11948) In my case, if I want to plot forward & backward scan of my STM.sxm measurement, I have to flip the backward scan to have...
np.float, np.int and np.complex are all deprecated in numpy 1.20. It is suggested to change these to float(), int() and complex() to avoid warnings during test (and potentially future errors)....
The code to parse dat files is not working correctly in a linux environment. I think that the problem is in the following line: https://github.com/underchemist/nanonispy/blob/129f38a932d0d146ce14582a0552fe94cb918619/nanonispy/read.py#L657 Instead of split("\r\n") it should...
I did ``` import nanonispy as nap scan_data = nap.read.Scan(pathfile) ``` but it didn't show what I expect - -------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[5], line 4...
updated to remove np.float and np.int issue