LICENSE
README.md
pyproject.toml
src/pewlib/__init__.py
src/pewlib/__main__.py
src/pewlib/calibration.py
src/pewlib/config.py
src/pewlib/laser.py
src/pewlib.egg-info/PKG-INFO
src/pewlib.egg-info/SOURCES.txt
src/pewlib.egg-info/dependency_links.txt
src/pewlib.egg-info/entry_points.txt
src/pewlib.egg-info/requires.txt
src/pewlib.egg-info/top_level.txt
src/pewlib/io/__init__.py
src/pewlib/io/agilent.py
src/pewlib/io/csv.py
src/pewlib/io/imzml.py
src/pewlib/io/laser.py
src/pewlib/io/npz.py
src/pewlib/io/nu.py
src/pewlib/io/perkinelmer.py
src/pewlib/io/textimage.py
src/pewlib/io/thermo.py
src/pewlib/io/vtk.py
src/pewlib/process/__init__.py
src/pewlib/process/calc.py
src/pewlib/process/colocal.py
src/pewlib/process/convolve.py
src/pewlib/process/filters.py
src/pewlib/process/peakfinding.py
src/pewlib/process/register.py
src/pewlib/process/threshold.py
src/pewlib/srr/__init__.py
src/pewlib/srr/config.py
src/pewlib/srr/srr.py
tests/test_calc.py
tests/test_calibration.py
tests/test_colocal.py
tests/test_config.py
tests/test_convolve.py
tests/test_filters.py
tests/test_io.py
tests/test_io_agilent.py
tests/test_io_csv.py
tests/test_io_imzml.py
tests/test_io_laser.py
tests/test_io_nu.py
tests/test_io_thermo.py
tests/test_laser.py
tests/test_peakfinding.py
tests/test_register.py
tests/test_srr.py
tests/test_threshold.py