tomopy_cli.recon

Functions:

rec(params)

double_fov(data, rotation_axis)

double_fov_try(data, rotation_axis)

padded_rec(data, theta, rotation_axis, params)

padding(data, rotation_axis, params)

unpadding(rec, N, params)

reconstruct(data, theta, rot_center, params)

mask(data, params)

reconstruction_folder(params)

Build the path to the folder that will receive the reconstruction.

tomopy_cli.recon.double_fov(data, rotation_axis)[source]
tomopy_cli.recon.double_fov_try(data, rotation_axis)[source]
tomopy_cli.recon.mask(data, params)[source]
tomopy_cli.recon.padded_rec(data, theta, rotation_axis, params)[source]
tomopy_cli.recon.padding(data, rotation_axis, params)[source]
tomopy_cli.recon.rec(params)[source]
tomopy_cli.recon.reconstruct(data, theta, rot_center, params)[source]
tomopy_cli.recon.reconstruction_folder(params)[source]

Build the path to the folder that will receive the reconstruction.

tomopy_cli.recon.unpadding(rec, N, params)[source]