.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/nc_image_reader/__init__.py
src/qa4sm_preprocessing/nc_image_reader/cli.py
src/qa4sm_preprocessing/nc_image_reader/exceptions.py
src/qa4sm_preprocessing/nc_image_reader/readers.py
src/qa4sm_preprocessing/nc_image_reader/transpose.py
src/qa4sm_preprocessing/nc_image_reader/utils.py
tests/conftest.py
tests/test_cgls_hr_ssm_swi/test_image.py
tests/test_cgls_hr_ssm_swi/test_reshuffle.py
tests/test_nc_image_reader/test_cli.py
tests/test_nc_image_reader/test_readers.py