Demo 02: Sample data in TIGREΒΆ

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

# Define geometry
import tigre
geo = tigre.geometry(mode='cone',default=True,high_quality = False)
from tigre.demos.Test_data.data_loader import load_head_phantom
head = load_head_phantom(geo.nVoxel)
tigre.plotimg(head,slice=32)
_images/d02_sample_data_3_0.png
<tigre.utilities.plotimg.plotimg instance at 0x7fe948fdaea8>