Demo 02: Sample data in TIGRE

To load the data (head phantom) for experiments, do as follows:


In [6]:
# Define geometry
import tigre
geo = tigre.geometry(mode='cone',default=True,high_quality = False)

In [7]:
from tigre.demos.Test_data.data_loader import load_head_phantom
head = load_head_phantom(geo.nVoxel)
tigre.plotimg(head,slice=32)


Out[7]:
<tigre.utilities.plotimg.plotimg instance at 0x7fe948fdaea8>

In [ ]: