Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nghia-vo committed Apr 26, 2024
1 parent 0126661 commit 05bf384
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
5 changes: 3 additions & 2 deletions algotom/rec/reconstruction.py
Expand Up @@ -24,6 +24,7 @@
Module of reconstruction methods:
- Filtered back-projection (FBP) method for GPU and CPU.
- Back-projection filtering (BPF) method for GPU and CPU.
- Direct Fourier inversion (DFI) method.
- Wrapper for Astra-Toolbox reconstruction methods (optional)
- Wrapper for Tomopy-gridrec reconstruction method (optional)
Expand Down Expand Up @@ -1407,8 +1408,8 @@ def find_center_based_slice_metric(sinogram, start, stop, step=0.5,
invert_metric : bool
Invert the metric scale, used with a custom metric-function.
metric_function : obj
Custom function to calculate metric, accepts keyword
arguments (**kwargs).
Custom function to calculate metric, accepts keyword arguments
(** kwargs).
Returns
-------
Expand Down
2 changes: 2 additions & 0 deletions docs/source/toc/api/algotom.rec.reconstruction.rst
Expand Up @@ -11,7 +11,9 @@
.. autosummary::

fbp_reconstruction
bpf_reconstruction
dfi_reconstruction
gridrec_reconstruction
astra_reconstruction
find_center_based_slice_metric
find_center_visual_slices
3 changes: 1 addition & 2 deletions docs/source/toc/api/algotom.util.utility.rst
Expand Up @@ -12,7 +12,7 @@

.. autosummary::

apply_method_to_multiple_sinograms
parallel_process_slices
mapping
make_circle_mask
sort_forward
Expand Down Expand Up @@ -41,4 +41,3 @@
locate_slice_chunk
generate_spiral_positions
find_center_visual_sinograms
find_center_visual_slices
9 changes: 9 additions & 0 deletions docs/source/toc/section6.rst
Expand Up @@ -49,3 +49,12 @@ Update notes

+ Add methods for loading and saving multiple tiff images in parallel.
+ Release version 1.4.

- 24/03/2024:

+ Add calibration methods for tomography alignment.
+ Release version 1.5

- 26/04/2024:

+ Add back-projection filtering (BPF) method.

0 comments on commit 05bf384

Please sign in to comment.