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

https://github.com/scholi/pySPM_data. This URL could not be found . #13

Closed xx2294 closed 4 years ago

xx2294 commented 4 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Snippet of code creating the error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Information:

Please run the following and attach the result to your issue

import sys
import pySPM
import numpy as np
import scipy
import matplotlib as mpl
print("Python",sys.version)
print("pySPM",pySPM.__version__)
print("numpy",np.__version__)
print("scipy",scipy.__version__)
print("matplotlib", mpl.__version__)

Additional context Add any other context about the problem here.

scholi commented 4 years ago

What is the bug? It's normal that this url does not exists.

Where did you found this link?

xx2294 commented 4 years ago

What is the bug? It's normal that this url does not exists.

Where did you found this link?

Hello! I found this link in the Document. I want to download the pySPM_data library which provides all example data files, but according to your link (https://github.com/scholi/pySPM_data) it can't be open. image Where is the pySPM_data? It seems that the information has been deleted?

xx2294 commented 4 years ago

Could you provide the pySPM_data library for me? Thank you very much!

scholi commented 4 years ago

Ah yes right. Thank you for spotting it. I'll try to fix it. In the meantime just read the Readme till the very end and you will discover the proper link.

xx2294 commented 4 years ago

Looking forward to your link! Thank you for your help again!

scholi commented 4 years ago

The link for pySPM_data is in the readme. You even made a nice screenshot of the link ;)

xx2294 commented 4 years ago

I know the link for pySPM_data is in the readme, but the link is invaild. image