scholi / pySPM

Python library to handle Scanning Probe Microscopy Images. Can read nanoscan .xml data, Bruker AFM images, Nanonis SXM files as well as iontof images(ITA, ITM and ITS).
Apache License 2.0
58 stars 33 forks source link

Example files not available #45

Closed AlexHenderson closed 2 months ago

AlexHenderson commented 2 months ago

Describe the bug Example files not available

To Reproduce pip install -U pySPM_data-0.2.4-py3-none-any.whl

or

https://sftpweb.empa.ch/main.html?download&weblink=f5cddf602b6e8b20325b49a9ec61c48c&realfilename=pySPM_data-0.2.4-py3-none-any.whl

gives a 404 error

Files NA

System Information

print("Platform", sys.platform) Platform win32 print("Python", sys.version) Python 3.12.3 (tags/v3.12.3:f6650f9, Apr 9 2024, 14:05:25) [MSC v.1938 64 bit (AMD64)] print("pySPM", pySPM.version) pySPM 0.6.1

dineshpinto commented 2 months ago

There is a link to pySPM_data-0.2.4-py3-none-any.whl in the documentation

pip install <path>/pySPM_data-0.2.4-py3-none-any.whl

AlexHenderson commented 2 months ago

Thanks for pointing that out.

The link in "Introduction to pySPM for ToF-SIMS data.ipynb" needs to be updated though.