sirt.py 🚧¢

Source: LION/classical_algorithms/sirt.py

Warning

This file has not yet received a complete narrative and docstring audit. Its public source-level API is listed automatically below.

sirt(sino: torch.Tensor, op: ts.Operator.Operator | Geometry, num_iterations: int, min_constraint: float | None = None, max_constraint: float | None = None, x_init: torch.Tensor | None = None, volume_mask: torch.Tensor | None = None, projection_mask: torch.Tensor | None = None, progress_bar: bool = False, callbacks: list[Callable] = []) torch.Tensor

Computes the total-variation minimization using Chambolle-Pock on a batched input.

See ts_algorithms.tv_min2d for more details.