AUTHORS.rst
LICENSE.rst
MANIFEST.in
README.rst
pyproject.toml
requirements/build.txt
requirements/conda.txt
requirements/docs.txt
requirements/pip.txt
requirements/tests.txt
src/wdfkit/__init__.py
src/wdfkit/cosmic_ray.py
src/wdfkit/py.typed
src/wdfkit/reader.py
src/wdfkit/spectra_cleaner.py
src/wdfkit/spectral.py
src/wdfkit/version.py
src/wdfkit/wdfkit_app.py
src/wdfkit.egg-info/PKG-INFO
src/wdfkit.egg-info/SOURCES.txt
src/wdfkit.egg-info/dependency_links.txt
src/wdfkit.egg-info/entry_points.txt
src/wdfkit.egg-info/requires.txt
src/wdfkit.egg-info/top_level.txt
src/wdfkit/preprocessing/__init__.py
src/wdfkit/preprocessing/_common.py
src/wdfkit/preprocessing/cosmic_ray_1d.py
src/wdfkit/preprocessing/cosmic_ray_mad.py
src/wdfkit/preprocessing/cosmic_ray_map.py
src/wdfkit/preprocessing/normalize.py
src/wdfkit/preprocessing/pca_clean.py
src/wdfkit/preprocessing/spectral_harmonic_removal.py
src/wdfkit/wdf/__init__.py
src/wdfkit/wdf/binary_io.py
src/wdfkit/wdf/block_index.py
src/wdfkit/wdf/constants.py
src/wdfkit/wdf/dispatch.py
src/wdfkit/wdf/image_utils.py
src/wdfkit/wdf/io.py
src/wdfkit/wdf/memory_check.py
src/wdfkit/wdf/parse_context.py
src/wdfkit/wdf/parsed.py
src/wdfkit/wdf/pset.py
src/wdfkit/wdf/types.py
src/wdfkit/wdf/utils.py
src/wdfkit/wdf/blocks/__init__.py
src/wdfkit/wdf/blocks/data_block.py
src/wdfkit/wdf/blocks/origin.py
src/wdfkit/wdf/blocks/wdf1.py
src/wdfkit/wdf/blocks/whtl.py
src/wdfkit/wdf/blocks/wmap.py
src/wdfkit/wdf/blocks/wxdm.py
src/wdfkit/wdf/blocks/wxis.py
src/wdfkit/wdf/blocks/xlst.py
src/wdfkit/wdf/blocks/ylst.py
src/wdfkit/wdf/handlers/__init__.py
src/wdfkit/wdf/handlers/_attrs.py
src/wdfkit/wdf/handlers/line_xy.py
src/wdfkit/wdf/handlers/linefocus.py
src/wdfkit/wdf/handlers/points.py
src/wdfkit/wdf/handlers/raster_columnmajor.py
src/wdfkit/wdf/handlers/raster_rowmajor.py
src/wdfkit/wdf/handlers/raster_snake.py
src/wdfkit/wdf/handlers/series.py
src/wdfkit/wdf/handlers/single.py
src/wdfkit/wdf/handlers/volume.py
tests/conftest.py
tests/test_cosmic_ray_1d.py
tests/test_harmonic_removal.py
tests/test_line_xy.py
tests/test_normalize.py
tests/test_points.py
tests/test_preprocessing.py
tests/test_raster_columnmajor.py
tests/test_raster_rowmajor.py
tests/test_raster_snake.py
tests/test_read_wdf.py
tests/test_series.py
tests/test_single.py
tests/test_spectra_cleaner.py
tests/test_version.py
tests/test_data/SiWafer_DepthSeries.wdf
tests/test_data/SiWafer_MapImageAcquisition_7points.wdf
tests/test_data/SiWafer_MapImageAcquisition_circleFilledRaster.wdf
tests/test_data/SiWafer_MapImageAcquisition_circleFilledSnake.wdf
tests/test_data/SiWafer_MapImageAcquisition_line.wdf
tests/test_data/SiWafer_MapImageAcquisition_rectangleFilledRaster.wdf
tests/test_data/SiWafer_MapImageAcquisition_rectangleFilledSnake.wdf
tests/test_data/SiWafer_SingleScan.wdf
tests/test_data/SiWafer_StreamHR_ImageAcquisition_line.wdf
tests/test_data/SiWafer_StreamHR_ImageAcquisition_rectangleFilled.wdf
tests/test_data/SiWafer_StreamLineImageAcquisition_DataOptimisedExposureTime-1.wdf
tests/test_data/SiWafer_StreamLineImageAcquisition_DataOptimisedExposureTime.wdf
tests/test_data/test.wdf
tests/test_data/test_map.wdf