.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/release.yml
.github/workflows/test-job.yml
.github/workflows/test.yml
conda/meta.yaml
pySNOM/__init__.py
pySNOM/defaults.py
pySNOM/images.py
pySNOM/interferograms.py
pySNOM/readers.py
pySNOM/spectra.py
pySNOM.egg-info/PKG-INFO
pySNOM.egg-info/SOURCES.txt
pySNOM.egg-info/dependency_links.txt
pySNOM.egg-info/requires.txt
pySNOM.egg-info/top_level.txt
pySNOM/datasets/neafile_test_ifg.nea
pySNOM/datasets/testPsHet O3A raw.gsf
pySNOM/datasets/testPsHetData.gwy
pySNOM/datasets/testifg_multipoints.txt
pySNOM/datasets/testifg_singlepoint.txt
pySNOM/datasets/testinfofile.txt
pySNOM/datasets/testspectrum_multipoint.txt
pySNOM/datasets/testspectrum_nanoraman.txt
pySNOM/datasets/testspectrum_singlepoint.txt
pySNOM/datasets/testspectrum_singlepoint_ref.txt
pySNOM/examples/imageprocess.ipynb
pySNOM/examples/spectrumprocess.ipynb
pySNOM/examples/tests_for_tests.ipynb
pySNOM/tests/__init__.py
pySNOM/tests/test_interferograms.py
pySNOM/tests/test_readers.py
pySNOM/tests/test_spectra.py
pySNOM/tests/test_transform.py