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]:
In [ ]: