Skip to content

Commit

Permalink
Update example index files
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendt Wohlberg committed Jan 19, 2024
1 parent 02a5efc commit f92a006
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
4 changes: 3 additions & 1 deletion docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Computed Tomography
examples/ct_abel_tv_admm_tune
examples/ct_astra_noreg_pcg
examples/ct_astra_3d_tv_admm
examples/ct_astra_3d_tv_padmm
examples/ct_astra_tv_admm
examples/ct_tv_admm
examples/ct_astra_weighted_tv_admm
Expand Down Expand Up @@ -133,6 +134,7 @@ Total Variation
examples/ct_astra_tv_admm
examples/ct_tv_admm
examples/ct_astra_3d_tv_admm
examples/ct_astra_3d_tv_padmm
examples/ct_astra_weighted_tv_admm
examples/ct_svmbir_tv_multi
examples/deconv_circ_tv_admm
Expand Down Expand Up @@ -244,9 +246,9 @@ Proximal ADMM
.. toctree::
:maxdepth: 1

examples/ct_astra_3d_tv_padmm
examples/deconv_tv_padmm
examples/denoise_tv_multi
examples/denoise_cplx_tv_nlpadmm
examples/deconv_ppp_dncnn_padmm


Expand Down
14 changes: 9 additions & 5 deletions examples/scripts/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Computed Tomography
`ct_astra_noreg_pcg.py <ct_astra_noreg_pcg.py>`_
CT Reconstruction with CG and PCG
`ct_astra_3d_tv_admm.py <ct_astra_3d_tv_admm.py>`_
3D TV-Regularized Sparse-View CT Reconstruction
3D TV-Regularized Sparse-View CT Reconstruction (ADMM Solver)
`ct_astra_3d_tv_padmm.py <ct_astra_3d_tv_padmm.py>`_
3D TV-Regularized Sparse-View CT Reconstruction (Proximal ADMM Solver)
`ct_astra_tv_admm.py <ct_astra_tv_admm.py>`_
TV-Regularized Sparse-View CT Reconstruction (ASTRA Projector)
`ct_tv_admm.py <ct_tv_admm.py>`_
Expand Down Expand Up @@ -167,7 +169,9 @@ Total Variation
`ct_tv_admm.py <ct_tv_admm.py>`_
TV-Regularized Sparse-View CT Reconstruction (Integrated Projector)
`ct_astra_3d_tv_admm.py <ct_astra_3d_tv_admm.py>`_
3D TV-Regularized Sparse-View CT Reconstruction
3D TV-Regularized Sparse-View CT Reconstruction (ADMM Solver)
`ct_astra_3d_tv_padmm.py <ct_astra_3d_tv_padmm.py>`_
3D TV-Regularized Sparse-View CT Reconstruction (Proximal ADMM Solver)
`ct_astra_weighted_tv_admm.py <ct_astra_weighted_tv_admm.py>`_
TV-Regularized Low-Dose CT Reconstruction
`ct_svmbir_tv_multi.py <ct_svmbir_tv_multi.py>`_
Expand Down Expand Up @@ -264,7 +268,7 @@ ADMM
`ct_tv_admm.py <ct_tv_admm.py>`_
TV-Regularized Sparse-View CT Reconstruction (Integrated Projector)
`ct_astra_3d_tv_admm.py <ct_astra_3d_tv_admm.py>`_
3D TV-Regularized Sparse-View CT Reconstruction
3D TV-Regularized Sparse-View CT Reconstruction (ADMM Solver)
`ct_astra_weighted_tv_admm.py <ct_astra_weighted_tv_admm.py>`_
TV-Regularized Low-Dose CT Reconstruction
`ct_svmbir_tv_multi.py <ct_svmbir_tv_multi.py>`_
Expand Down Expand Up @@ -325,12 +329,12 @@ Linearized ADMM
Proximal ADMM
^^^^^^^^^^^^^

`ct_astra_3d_tv_padmm.py <ct_astra_3d_tv_padmm.py>`_
3D TV-Regularized Sparse-View CT Reconstruction (Proximal ADMM Solver)
`deconv_tv_padmm.py <deconv_tv_padmm.py>`_
Image Deconvolution with TV Regularization (Proximal ADMM Solver)
`denoise_tv_multi.py <denoise_tv_multi.py>`_
Comparison of Optimization Algorithms for Total Variation Denoising
`denoise_cplx_tv_nlpadmm.py <denoise_cplx_tv_nlpadmm.py>`_
Complex Total Variation Denoising with NLPADMM Solver
`deconv_ppp_dncnn_padmm.py <deconv_ppp_dncnn_padmm.py>`_
PPP (with DnCNN) Image Deconvolution (Proximal ADMM Solver)

Expand Down

0 comments on commit f92a006

Please sign in to comment.