.coveragerc
.gitignore
.gitmodules
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
environment.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/build.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
docs/examples/doc_environment.yml
docs/examples/images_to_timeseries.ipynb
docs/examples/legend.png
docs/examples/spatial_averaging.ipynb
docs/examples/.ipynb_checkpoints/spatial_averaging-checkpoint.ipynb
src/qa4sm_preprocessing/__init__.py
src/qa4sm_preprocessing.egg-info/PKG-INFO
src/qa4sm_preprocessing.egg-info/SOURCES.txt
src/qa4sm_preprocessing.egg-info/dependency_links.txt
src/qa4sm_preprocessing.egg-info/entry_points.txt
src/qa4sm_preprocessing.egg-info/not-zip-safe
src/qa4sm_preprocessing.egg-info/requires.txt
src/qa4sm_preprocessing.egg-info/top_level.txt
src/qa4sm_preprocessing/cgls_hr_ssm_swi/__init__.py
src/qa4sm_preprocessing/cgls_hr_ssm_swi/reader.py
src/qa4sm_preprocessing/cgls_hr_ssm_swi/reshuffle.py
src/qa4sm_preprocessing/cgls_hr_ssm_swi/s1cgls_nc.py
src/qa4sm_preprocessing/cgls_hr_ssm_swi/utils.py
src/qa4sm_preprocessing/reading/__init__.py
src/qa4sm_preprocessing/reading/base.py
src/qa4sm_preprocessing/reading/cli.py
src/qa4sm_preprocessing/reading/exceptions.py
src/qa4sm_preprocessing/reading/image.py
src/qa4sm_preprocessing/reading/imagebase.py
src/qa4sm_preprocessing/reading/stack.py
src/qa4sm_preprocessing/reading/timeseries.py
src/qa4sm_preprocessing/reading/transpose.py
src/qa4sm_preprocessing/reading/utils.py
src/qa4sm_preprocessing/reading/write.py
tests/conftest.py
tests/test_cgls_hr_ssm_swi/test_image.py
tests/test_cgls_hr_ssm_swi/test_reshuffle.py
tests/test_reading/test_cli.py
tests/test_reading/test_image_synthetic.py
tests/test_reading/test_level.py
tests/test_reading/test_readers_realdata.py
tests/test_reading/test_stack.py
tests/test_reading/test_timeseries.py
tests/test_reading/test_transpose.py
tests/test_reading/test_utils.py