.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
slurms/astro-sim-v100-run.slurm
slurms/astro-sim-v100-testing.slurm
src/furax/__init__.py
src/furax/_config.py
src/furax/exceptions.py
src/furax/tree.py
src/furax.egg-info/PKG-INFO
src/furax.egg-info/SOURCES.txt
src/furax.egg-info/dependency_links.txt
src/furax.egg-info/requires.txt
src/furax.egg-info/top_level.txt
src/furax/_instruments/__init__.py
src/furax/_instruments/sat.py
src/furax/core/__init__.py
src/furax/core/_axes.py
src/furax/core/_base.py
src/furax/core/_blocks.py
src/furax/core/_dense.py
src/furax/core/_diagonal.py
src/furax/core/_indices.py
src/furax/core/_linear.py
src/furax/core/_toeplitz.py
src/furax/core/_trees.py
src/furax/core/rules.py
src/furax/core/utils.py
src/furax/interfaces/__init__.py
src/furax/interfaces/toast/__init__.py
src/furax/interfaces/toast/obs_matrix.py
src/furax/obs/__init__.py
src/furax/obs/_detectors.py
src/furax/obs/_projections.py
src/furax/obs/_samplings.py
src/furax/obs/landscapes.py
src/furax/obs/stokes.py
src/furax/obs/operators/__init__.py
src/furax/obs/operators/_hwp.py
src/furax/obs/operators/_polarizers.py
src/furax/obs/operators/_qu_rotations.py
src/furax/obs/operators/_seds.py
src/furax/preprocessing/__init__.py
src/furax/preprocessing/gap_filling.py
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_solver.py
tests/test_tree.py
tests/core/__init__.py
tests/core/conftest.py
tests/core/test_blocks.py
tests/core/test_dense.py
tests/core/test_diagonal.py
tests/core/test_indices.py
tests/core/test_pack.py
tests/core/test_rules.py
tests/core/test_toeplitz.py
tests/core/test_trees.py
tests/core/test_utils.py
tests/core/axes/__init__.py
tests/core/axes/test_move_axis.py
tests/core/axes/test_ravel.py
tests/core/axes/test_reshape.py
tests/core/base/__init__.py
tests/core/base/test.py
tests/core/base/test_add.py
tests/core/base/test_decorators.py
tests/core/base/test_homothety.py
tests/core/base/test_identity.py
tests/core/base/test_inverse.py
tests/core/base/test_mul.py
tests/core/base/test_transpose.py
tests/data/sat/norm_nHits_SA_35FOV_G_nside512.fits
tests/interfaces/__init__.py
tests/interfaces/toast/__init__.py
tests/interfaces/toast/test_obs_matrix.py
tests/obs/__init__.py
tests/obs/test_landscapes.py
tests/obs/test_projections.py
tests/obs/test_stokes.py
tests/obs/operators/__init__.py
tests/obs/operators/test_hwp.py
tests/obs/operators/test_polarizers.py
tests/obs/operators/test_qu_rotations.py
tests/obs/operators/seds/__init__.py
tests/obs/operators/seds/test_seds.py
tests/obs/operators/seds/data/__init__.py
tests/obs/operators/seds/data/fgbuster_data.npz
tests/obs/operators/seds/data/generate-fgbuster-data.py
tests/preprocessing/__init__.py
tests/preprocessing/test_gap_filling.py