httomolibgpu.recon.algorithm

httomolibgpu.recon.algorithm#

https://diamondlightsource.github.io/httomolibgpu/api/httomolibgpu.recon.algorithm.html

Download all yaml templates

FBP.yaml

Download

- method: FBP
  module_path: httomolibgpu.recon.algorithm
  parameters:
    center: ${{centering.side_outputs.centre_of_rotation}}
    filter_freq_cutoff: 1.1
    recon_size: null
    recon_mask_radius: null
LPRec.yaml

Download

- method: LPRec
  module_path: httomolibgpu.recon.algorithm
  parameters:
    center: ${{centering.side_outputs.centre_of_rotation}}
    recon_size: null
    recon_mask_radius: null
CGLS.yaml

Download

- method: CGLS
  module_path: httomolibgpu.recon.algorithm
  parameters:
    center: ${{centering.side_outputs.centre_of_rotation}}
    recon_size: null
    iterations: 20
    nonnegativity: true
SIRT.yaml

Download

- method: SIRT
  module_path: httomolibgpu.recon.algorithm
  parameters:
    center: ${{centering.side_outputs.centre_of_rotation}}
    recon_size: null
    iterations: 300
    nonnegativity: true