-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Description
I can generate a rectangular phantom using the code below, but this rectangle has only a single T1 value. I want to create another rectangle with a different T1 value at a different location—how should I proceed?
phantom = mr0.CustomVoxelPhantom(
pos=[[-0.0,0.0,0]],
PD = [1.0],
T1=[0.1],
T2=[0.01],
T2dash=[2e-3],
D = [3],
B0=0,
voxel_size=0.2,voxel_shape='box'
)Additionally, what are the units for D and B0?
Metadata
Metadata
Assignees
Labels
No labels