pytomography.callbacks.data_saving#
Module Contents#
Classes#
Callback that stores the object and forward projection at each iteration |
- class pytomography.callbacks.data_saving.DataStorageCallback(likelihood, object_initial)[source]#
Bases:
pytomography.callbacks.callback.CallbackCallback that stores the object and forward projection at each iteration
- Parameters:
likelihood (Likelihood) – Likelihood function used in reconstruction
object_initial (torch.Tensor[Lx, Ly, Lz]) – Initial object in the reconstruction algorithm