arpes icon indicating copy to clipboard operation
arpes copied to clipboard

KeyError

Open aymen-mahmoudi opened this issue 4 years ago • 1 comments
trafficstars

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.

[email protected]

aymen-mahmoudi avatar Nov 18 '21 23:11 aymen-mahmoudi

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.

chstan avatar May 13 '22 01:05 chstan