.gitattributes
.gitignore
.install_parallel_netcdf.sh
.print_netcdf_capabilities.sh
.travis.before_install.bash
.travis.before_script.bash
.travis.yml
AUTHORS
LICENSE.md
MANIFEST.in
README.md
env.sh
pytest.ini
requirements.txt
run-tests.py
setup.py
.github/workflows/main.yml
.idea/.gitignore
.idea/vcs.xml
SurfaceTopography/ChangeLog.md
SurfaceTopography/Converters.py
SurfaceTopography/Generation.py
SurfaceTopography/HeightContainer.py
SurfaceTopography/Interpolation.py
SurfaceTopography/NonuniformLineScan.py
SurfaceTopography/Special.py
SurfaceTopography/UniformLineScanAndTopography.py
SurfaceTopography/__init__.py
SurfaceTopography/common.py
SurfaceTopography.egg-info/PKG-INFO
SurfaceTopography.egg-info/SOURCES.txt
SurfaceTopography.egg-info/dependency_links.txt
SurfaceTopography.egg-info/not-zip-safe
SurfaceTopography.egg-info/requires.txt
SurfaceTopography.egg-info/top_level.txt
SurfaceTopography/IO/DI.py
SurfaceTopography/IO/FromFile.py
SurfaceTopography/IO/H5.py
SurfaceTopography/IO/IBW.py
SurfaceTopography/IO/MI.py
SurfaceTopography/IO/Matlab.py
SurfaceTopography/IO/NC.py
SurfaceTopography/IO/NPY.py
SurfaceTopography/IO/OPDx.py
SurfaceTopography/IO/Reader.py
SurfaceTopography/IO/__init__.py
SurfaceTopography/Nonuniform/Autocorrelation.py
SurfaceTopography/Nonuniform/Detrending.py
SurfaceTopography/Nonuniform/PowerSpectrum.py
SurfaceTopography/Nonuniform/ScalarParameters.py
SurfaceTopography/Nonuniform/VariableBandwidth.py
SurfaceTopography/Nonuniform/__init__.py
SurfaceTopography/Nonuniform/common.py
SurfaceTopography/Tools/__init__.py
SurfaceTopography/Tools/common.py
SurfaceTopography/Uniform/Autocorrelation.py
SurfaceTopography/Uniform/Detrending.py
SurfaceTopography/Uniform/Filtering.py
SurfaceTopography/Uniform/Interpolation.py
SurfaceTopography/Uniform/PowerSpectrum.py
SurfaceTopography/Uniform/ScalarParameters.py
SurfaceTopography/Uniform/VariableBandwidth.py
SurfaceTopography/Uniform/__init__.py
SurfaceTopography/Uniform/common.py
c/autocorrelation.cpp
c/autocorrelation.h
c/bicubic.cpp
c/bicubic.h
c/module.cpp
c/patchfinder.cpp
c/patchfinder.h
c/stack.h
c/test_stack.cpp
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/development.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/testing.rst
docs/usage.rst
docs/Figures/geometry.svg
docs/Figures/geometry_pdf_tex.svg
examples/bicubic_interpolation.py
examples/files_xy_width_heights.ipynb
examples/howto_plot_2D_data.ipynb
helpers/HurstEstimationNumerics.py
helpers/HurstEstimationSymbolics.py
helpers/PowerSpectrumSymbolics.py
helpers/SurfaceExample.asc
helpers/SurfaceExampleUnfiltered.asc
helpers/WindowTest.py
maintenance/copyright.py
maintenance/replace_header.py
maintenance/update_license_headers.sh