fluidimage.reconstruct.tomo#

Tomographic Reconstruction algorithms#

Provides:

mlos

MLOS (Multiplicative Line of Sight)

class fluidimage.reconstruct.tomo.TomoMLOSCV(*cams, **kwargs)[source]#

Bases: TomoMLOSNeighbour

phys2pix(cam_name: str)[source]#

Tranform the ‘physical’ world coordinates to ‘pixel’ coordinates.

reconstruct(pix: dict, image: ndarray, threshold=None, chunks=None, save=False)[source]#

Estimate the maximum size of chunk which can fit in the memory and execute the parent method.