.codecov.yml
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
LICENSE
PythonInterface.ipf
README.md
environment.yml
pyproject.toml
requirements.txt
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature-request.yml
.github/workflows/pr.yml
.github/workflows/release.yml
docs/Makefile
docs/environment.yml
docs/make.bat
docs/requirements.txt
docs/source/bibliography.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/erlab.accessors.rst
docs/source/erlab.analysis.rst
docs/source/erlab.constants.rst
docs/source/erlab.interactive.rst
docs/source/erlab.io.rst
docs/source/erlab.lattice.rst
docs/source/erlab.parallel.rst
docs/source/erlab.plotting.rst
docs/source/getting-started.rst
docs/source/index.rst
docs/source/reference.rst
docs/source/refs.bib
docs/source/images/flowchart_multiple.pdf
docs/source/images/flowchart_single.pdf
docs/source/images/imagetool_dark.png
docs/source/images/imagetool_light.png
docs/source/images/ktool_1_dark.png
docs/source/images/ktool_1_light.png
docs/source/images/ktool_2_dark.png
docs/source/images/ktool_2_light.png
docs/source/pyplots/norms.py
docs/source/user-guide/curve-fitting.ipynb
docs/source/user-guide/imagetool.rst
docs/source/user-guide/index.rst
docs/source/user-guide/indexing.ipynb
docs/source/user-guide/io.ipynb
docs/source/user-guide/kconv.ipynb
docs/source/user-guide/plotting.ipynb
src/erlab/__init__.py
src/erlab/constants.py
src/erlab/lattice.py
src/erlab/parallel.py
src/erlab.egg-info/PKG-INFO
src/erlab.egg-info/SOURCES.txt
src/erlab.egg-info/dependency_links.txt
src/erlab.egg-info/requires.txt
src/erlab.egg-info/top_level.txt
src/erlab/accessors/__init__.py
src/erlab/accessors/fit.py
src/erlab/accessors/kspace.py
src/erlab/accessors/utils.py
src/erlab/analysis/__init__.py
src/erlab/analysis/correlation.py
src/erlab/analysis/gold.py
src/erlab/analysis/image.py
src/erlab/analysis/interpolate.py
src/erlab/analysis/kspace.py
src/erlab/analysis/transform.py
src/erlab/analysis/utilities.py
src/erlab/analysis/fit/__init__.py
src/erlab/analysis/fit/minuit.py
src/erlab/analysis/fit/models.py
src/erlab/analysis/fit/spline.py
src/erlab/analysis/fit/functions/__init__.py
src/erlab/analysis/fit/functions/dynamic.py
src/erlab/analysis/fit/functions/general.py
src/erlab/analysis/mask/__init__.py
src/erlab/analysis/mask/polygon.py
src/erlab/characterization/__init__.py
src/erlab/interactive/__init__.py
src/erlab/interactive/bzplot.py
src/erlab/interactive/colors.py
src/erlab/interactive/curvefittingtool.py
src/erlab/interactive/derivative.py
src/erlab/interactive/dtool.ui
src/erlab/interactive/fermiedge.py
src/erlab/interactive/kspace.py
src/erlab/interactive/ktool.ui
src/erlab/interactive/masktool.py
src/erlab/interactive/utilities.py
src/erlab/interactive/imagetool/__init__.py
src/erlab/interactive/imagetool/controls.py
src/erlab/interactive/imagetool/core.py
src/erlab/interactive/imagetool/fastbinning.py
src/erlab/interactive/imagetool/slicer.py
src/erlab/interactive/imagetool/_deprecated/__init__.py
src/erlab/interactive/imagetool/_deprecated/imagetool_mpl.py
src/erlab/interactive/imagetool/_deprecated/imagetool_old.py
src/erlab/io/__init__.py
src/erlab/io/dataloader.py
src/erlab/io/exampledata.py
src/erlab/io/igor.py
src/erlab/io/utilities.py
src/erlab/io/characterization/__init__.py
src/erlab/io/characterization/resistance.py
src/erlab/io/characterization/xrd.py
src/erlab/io/plugins/__init__.py
src/erlab/io/plugins/da30.py
src/erlab/io/plugins/kriss.py
src/erlab/io/plugins/merlin.py
src/erlab/io/plugins/ssrl52.py
src/erlab/plotting/__init__.py
src/erlab/plotting/annotations.py
src/erlab/plotting/atoms.py
src/erlab/plotting/bz.py
src/erlab/plotting/colors.py
src/erlab/plotting/erplot.py
src/erlab/plotting/general.py
src/erlab/plotting/plot3d.py
src/erlab/plotting/IgorCT/Blue-White.txt
src/erlab/plotting/IgorCT/BlueHot.ibw
src/erlab/plotting/IgorCT/CTBlueWhite.ibw
src/erlab/plotting/IgorCT/CTRainbowLIght.ibw
src/erlab/plotting/IgorCT/CTRedTemperature.ibw
src/erlab/plotting/IgorCT/ColdWarm.ibw
src/erlab/plotting/IgorCT/PlanetEarth.ibw
src/erlab/plotting/IgorCT/ametrine.ibw
src/erlab/plotting/IgorCT/isolum.ibw
src/erlab/plotting/IgorCT/morgenstemning.ibw
src/erlab/plotting/stylelib/fira.mplstyle
src/erlab/plotting/stylelib/firalight.mplstyle
src/erlab/plotting/stylelib/khan.mplstyle
src/erlab/plotting/stylelib/nature.mplstyle
src/erlab/plotting/stylelib/poster.mplstyle
src/erlab/plotting/stylelib/times.mplstyle
templates/.macros.j2
templates/.release_notes.md.j2
templates/CHANGELOG.md.j2
tests/test_constants.py
tests/accessors/test_fit.py
tests/accessors/test_kspace.py
tests/analysis/test_fastbinning.py
tests/analysis/test_gold.py
tests/analysis/test_image.py
tests/analysis/test_image_savgol.py
tests/analysis/test_interpolate.py
tests/analysis/test_kspace.py
tests/analysis/test_utilities.py
tests/analysis/fit/test_functions_dynamic.py
tests/analysis/fit/test_functions_general.py
tests/analysis/fit/test_minuit.py
tests/analysis/fit/test_models.py
tests/interactive/test_imagetool.py
tests/interactive/test_tools.py
tests/io/test_dataloader.py
tests/plotting/test_annotations.py
tests/plotting/test_atoms.py
tests/plotting/test_colors.py
tests/plotting/test_general.py