Code Monkey home page Code Monkey logo

Comments (11)

dineshpinto avatar dineshpinto commented on June 11, 2024 1

Hmm, okay.

This looks like something with the parser itself then. If you send me the SXM file, i can take a look ([email protected]).

Also what is the Nanonis HW you are using?

from pyspm.

Codissimo112 avatar Codissimo112 commented on June 11, 2024 1

Hmm, okay.

This looks like something with the parser itself then. If you send me the SXM file, i can take a look ([email protected]).

Also what is the Nanonis HW you are using?

Did u get my email ?

from pyspm.

Codissimo112 avatar Codissimo112 commented on June 11, 2024 1

Thanks a lot, it is working!!! Wow I really appreciate your time you spend for solving this issue!!

from pyspm.

dineshpinto avatar dineshpinto commented on June 11, 2024

Hi, I double checked the SXM loader with Nanonis measurements and it works correctly. Try pointing it directly to your measurement data:

from pathlib import Path
import pySPM

p = Path("C:\\Users\\rbrue\\Nextcloud\\Data Lab 013\\Sample 09_22\\09_2022\\FeTa110_20220923_CrTip_9935R_4.2K_2.4T_011.sxm")
afm = pySPM.SXM(p)
afm.list_channels()

from pyspm.

Codissimo112 avatar Codissimo112 commented on June 11, 2024

Hey,

first of all thanks a lot for this quick response!!
Unfortunately it is giving me exactly the same error meassage like before.

afm = pySPM.SXM(p)
Traceback (most recent call last):

Cell In[27], line 1
afm = pySPM.SXM(p)

File ~\AppData\Roaming\Python\Python311\site-packages\pySPM\SXM.py:36 in init
self.header[key].append(l.decode('ascii').split())

UnicodeDecodeError: 'ascii' codec can't decode byte 0xb0 in position 11: ordinal not in range(128)

from pyspm.

dineshpinto avatar dineshpinto commented on June 11, 2024

Okay, so I took a look at the header of the file you sent. This is not a file that is output by Nanonis, it looks to be a Gwyddion SXM, which is not supported by pySPM. See the comparison below with a file output by Nanonis.

Capture-2

from pyspm.

dineshpinto avatar dineshpinto commented on June 11, 2024

Try the file directly output from Nanonis, and see if that works.

from pyspm.

Codissimo112 avatar Codissimo112 commented on June 11, 2024

Ah sorry maybe I sended you not an untouched file...I will send you the raw file again but I checked already a raw file and same Error message.
So in a few you will receive again an Email with raw .sxm file.

from pyspm.

dineshpinto avatar dineshpinto commented on June 11, 2024

Okay, so the structure of this file is correct. The reason for this error is the unicode characters in the file (the parser assumes ascii). This is fixed in the latest version of pySPM 0.3.3.

Thanks for reporting it.

from pyspm.

Codissimo112 avatar Codissimo112 commented on June 11, 2024

So you mean it is fixed because you fixed it now or am I using an old version of pySPM?

from pyspm.

dineshpinto avatar dineshpinto commented on June 11, 2024

Update to the latest version of pySPM

pip install -U pySPM

from pyspm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.