chstan / arpes

Mirror of PyARPES (gitlab/lanzara-group/python-arpes) the open source ARPES analysis framework
https://arpes.readthedocs.io
Other
38 stars 25 forks source link

KeyError #8

Open aymen-mahmoudi opened 2 years ago

aymen-mahmoudi commented 2 years ago

Hi, thank you for sharing your project, I'm a PhD student who manipulate ARPES data (nxs files). I want to use your library but I faced some problems. I have downloaded the whole arpes repository using git but it was not possible for me to run the lines used in this video https://www.youtube.com/watch?v=Gd0qJuInzvE I'm getting key errors and I have reamrked some missed modules as load_scan.py which supposed to be in the endstations folder.

Hope I get some help from your side.

aymen.mahmoudi@universite-paris-saclay.fr

chstan commented 2 years ago

Hi @m7050,

If you cloned the repository, you can install directly with conda by doing:

$> conda env create --file environment.yml

From inside the repository at the topmost folder level (containing environment.yml).

Please give this a try and let me know if you're still running into issues. If you have a data sample I can look at you can send it by email if you're unable to get data loading working.

You can try fudging by using location="ANTARES" since that beamline uses the NeXus format.