setup.py
spire/__init__.py
spire/io.py
spire/utils.py
spire/version.py
spire.egg-info/PKG-INFO
spire.egg-info/SOURCES.txt
spire.egg-info/dependency_links.txt
spire.egg-info/top_level.txt
spire/algorithms/__init__.py
spire/algorithms/admm.py
spire/algorithms/chambollepock.py
spire/algorithms/conjgrad.py
spire/algorithms/fista.py
spire/algorithms/simplex.py
spire/operators/__init__.py
spire/operators/convolution.py
spire/operators/fft.py
spire/operators/image.py
spire/operators/misc.py
spire/operators/signal.py
spire/operators/svd.py
spire/operators/tomography.py
spire/operators/wavelets.py
spire/samples/__init__.py
spire/samples/brain1024.npz
spire/samples/brain2048.npz
spire/samples/brain256.npz
spire/samples/brain4096.npz
spire/samples/brain512.npz
spire/samples/lena.npz
spire/samples/phantoms.py
spire/samples/utils.py
spire/third_party/EdfFile.py
spire/third_party/__init__.py
spire/third_party/tifffile.py
spire/third_party/vo.py
spire/tomography/__init__.py
spire/tomography/esrf.py
spire/tomography/rings.py
spire/tomography/sinogram.py
spire/tomography/sirtfilter.py
spire/tomography/tomography.py
test/test_all.py
test/test_basic.py
test/test_fft.py
test/test_operators.py