RhettZhou / pyEDS

pyEDS provides a systematic data processing approach to produce high-quality energy dispersive X-ray Spectroscopy (EDS) data analysis for material science study. Here we use the non-rigid registration (NRR) to reduce image distortion and non-local principal component analysis (NLPCA) to increase signal-to-noise ratio.
GNU General Public License v3.0
3 stars 0 forks source link

How to install 'pyEDS' module #2

Closed PhysXu closed 1 year ago

PhysXu commented 1 year ago

Hi, thanks for sharing the codes! I followed the instruction for the installation, but have a error when running the jupyter file: image

...... I noted that, in the instruction for the installation, it has no codes for installing the module of pyEDS. How to solve this? Any reply will be appreciated!

RhettZhou commented 1 year ago

Hello, PhysXu, many thanks for your interest!!

To solve this problem, you can simply put your Jupyter file in the same folder as "pyEDS". The folder "pyEDS" is the one you downloaded "..\python\".

I hope that this could work for you.

image

Note: We did not compile "pyEDS" as a single module, but used the files in the "pyEDS" folder.

PhysXu commented 1 year ago

Hello, PhysXu, many thanks for your interest!!

To solve this problem, you can simply put your Jupyter file in the same folder as "pyEDS". The folder "pyEDS" is the one you downloaded "..\python".

I hope that this could work for you.

image

Note: We did not compile "pyEDS" as a single module, but used the files in the "pyEDS" folder.

Thanks! The error message disappeared.