Wet CirclesΒΆ

These phantom use XDesign version 0.2.0.dev0+1d67599 are generated as follows:

ccd_x = 256
ccd_y = 1
n_proj = 512

phantom_00007 = xdesign.WetCircles()

The ground truth, sinogram and projection are obtained with:

ground_truth = discrete_phantom(phantom, ccd_x, prop='mass_atten')

sino, probe = sinogram(n_proj, ccd_x, phantom)
proj = np.expand_dims(sino, 1)

To load the phantom data sets and perform a basic reconstruction using tomopy use the tomopy_rec.py python script:

tomopy recon --file-name phantom_00007.h5

Phantom ID

Facility

Sample

Ground Truth

Grirec

Downloads

phan_00007

XDesign

Wet Circles

gt00007

rec00007

gen_script.py