Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add notebook showing how to make elemental maps using EELS #3

Merged
merged 18 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
3d05715
Add tutorial on elemental mapping w EELS
idahj Sep 24, 2017
c4d12b9
Update to fitter='leastsq'
idahj Sep 24, 2017
afe2c65
Tutorial: Remove PCA processing step
idahj Sep 27, 2017
b752164
Update elemental mapping EELS tutorial to HyperSpy 1.5
magnunor Nov 14, 2019
705ff37
Merge pull request #2 from magnunor/EELSmap_tutorial_improvements
idahj Nov 14, 2019
88a9f88
EELS mapping tutorial: include background fitting in the main model
magnunor Nov 15, 2019
29179c2
Merge branch 'EELSmap_tutorial' of https://github.com/idahj/hyperspy-…
magnunor Mar 16, 2024
c475227
Update EELS elemental mapping notebook to work with HyperSpy 2.0.0
magnunor Mar 16, 2024
b038e20
Merge branch 'idahj-EELSmap_tutorial' into add_elemental_mapping_eels
magnunor Mar 16, 2024
8f5df11
Improve EELS elemental mapping Jupyter Notebook
magnunor Mar 20, 2024
88af3c1
Improve EELS elemental mapping notebook
magnunor Mar 31, 2024
1357d02
Move matplotlib plotting part of EELS elemental map to its own notebook
magnunor Apr 1, 2024
2505807
Tweak `EELS_elemental_mapping.ipynb` notebook
ericpre Apr 1, 2024
8d5a188
Simplify plotting using matplotlib notebook
ericpre Apr 1, 2024
512cee7
Merge pull request #1 from ericpre/add_elemental_mapping_eels
magnunor Apr 14, 2024
5b06609
Add example: how to use hs.plot.plot_roi_map for interactive exploration
magnunor Apr 14, 2024
f389cef
Merge branch 'main' into add_elemental_mapping_eels
magnunor Apr 14, 2024
b3e759d
EELS elemental notebook: explanation of overlapping edges and background
magnunor Apr 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ docs/_build/
#Ipython checkpoints
.ipynb_checkpoints
*.DS_Store
.virtual_documents

*.virtual_documents
Loading