Training material used during the 2024 HyperSpy Workshop at the European Microscopy Congress 2024 in Copenhagen.
Haderup auditoriet, Panum Instituttet, Blegdamsvej 3, 2200 Kbh. N. (Careful, not CFIM, but Haderup auditoriet).
The workshop will take place from 9:00 to 17:00 CEST on Sunday the 25th of September. Coffee and tea will be served at the venue from 8:30 to 9:00.
Time | Activity | Presenter |
---|---|---|
8:30-9:00 | Welcome coffee/tea | |
9:00-9:15 | Intro talk | Francisco de la Peña |
9:15-10:30 | Intro tutorial | Magnus Nord |
10:30-10:45 | Coffee break | |
10:45-11:30 | Decomposition and BSS | Francisco de la Peña |
11:30-12:15 | Curve fitting | Francisco de la Peña |
12:15-13:00 | EDX | Katherine MacArthur |
13:00-13:45 | Lunch break | |
13:45-14:30 | EELS | ? |
14:30-15:15 | Lumispy | Gunnar Kusch |
15:15-15:30 | Coffee break | |
15:30-16:15 | Lazy | Magnus Nord |
16:15-17:00 | Pyxem | Magnus Nord |
To use the Jupyter Notebooks in this repository, you need to install some software packages first. It installation instructions for beginners and advanced users can be found below.
The easiest way to install all the software required to run the Jupyter Notebooks in this repository is to install the HyperSpy Bundle.
If you prefer to customize your installation, we suggest installing a conda distribution (we suggest MiniForge) and install all the required Python packages in a dedicated environment executing the following commands in a terminal (the conda prompt in Windows):
conda install nb_conda_kernels jupyterlab start_jupyter_cm -c conda-forge
conda create -n hyperspy_EMC2024 python=3.12 hyperspy pyxem ipympl exspy lumispy ipykernel -c conda-forge
To add Jupyter to the context menu of your file browser execute the following command:
start_jupyter_cm