scikit-ued
Collection of algorithms and routines for (ultrafast) electron diffraction and scattering
File Explorer
Download Latest Version (.zip)- ci.yml
- lint.yml
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- ab_initio_monolayer_mos2.tif
- Cr_1.tif
- Cr_2.tif
- ewald_walkoff.tif
- ewald_walkoff_mask.tif
- graphite.tif
- graphite_mask.tif
- hotspots.tif
- powder.npy
- tseries1.npy
- baseline.rst
- image.rst
- plotting.rst
- simulation.rst
- structure.rst
- time_series.rst
- tutorials.rst
- visualization.rst
- vo2.tif
- api.rst
- cmdline.rst
- conf.py
- index.rst
- installation.rst
- references.txt
- whatsnew.rst
- qshift1.npz
- qshift2.npz
- qshift3.npz
- qshift4.npz
- qshift5.npz
- qshift6.npz
- __init__.py
- test_algorithms.py
- test_dtcwt.py
- __init__.py
- algorithms.py
- dtcwt.py
- __init__.py
- test_alignment.py
- test_brillouin.py
- test_calibration.py
- test_center.py
- test_indexing.py
- test_indexing_persistence.py
- test_metrics.py
- test_powder.py
- test_symmetry.py
- __init__.py
- alignment.py
- brillouin.py
- calibration.py
- center.py
- indexing.py
- metrics.py
- powder.py
- symmetry.py
- bismuth.dm3
- bismuth.dm4
- png_test.png
- test.mib
- test_multi.mib
- __init__.py
- test_io.py
- __init__.py
- diffshow.py
- dm.py
- io.py
- merlin.py
- aspherical.yaml
- __init__.py
- test_kinematic.py
- test_potential.py
- test_powdersim.py
- test_structure_factors.py
- __init__.py
- form_factors.py
- kinematic.py
- potential.py
- powdersim.py
- scattering_params.py
- structure_factors.py
- __init__.py
- test_affine.py
- test_array_utils.py
- test_eproperties.py
- test_patterson.py
- test_plot_utils.py
- test_potential_map.py
- test_thin_films.py
- test_voigt.py
- __init__.py
- test_fitting.py
- test_nfft.py
- test_robust.py
- test_selections.py
- test_time_zero.py
- __init__.py
- fitting.py
- nfft_routines.py
- robust.py
- selections.py
- time_zero.py
- __init__.py
- __main__.py
- affine.py
- array_utils.py
- eproperties.py
- fft.py
- patterson.py
- plot_utils.py
- potential_map.py
- thin_films.py
- utils.py
- voigt.py
- .gitattributes
- .gitignore
- .readthedocs.yml
- CHANGELOG.rst
- CONTRIBUTING.md
- LICENSE.txt
- MANIFEST.in
- pyproject.toml
- README.md
- RELEASE-CHECKLIST.rst
- release-description.py
# Installation Guide
1. Get the code
git clone https://github.com/LaurentRDC/scikit-ued
Downloads the entire project code from GitHub to your computer.
cd scikit-ued
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python -m pip install scikit-ued
Installs the Python libraries listed in requirements.txt (or similar).
python -m pip install scikit-ued[diffshow]
Installs the Python libraries listed in requirements.txt (or similar).
python -m pip install git+https://github.com/LaurentRDC/scikit-ued.git
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
