How to combine 2 CustomVoxelPhantom? #142
shenzhouxiaohao-cpu
started this conversation in
General
Replies: 1 comment
-
|
You can give multiple values per parameter, for example: phantom = mr0.CustomVoxelPhantom(
pos=[[0.0,0.0,0], [0.0, 1.0, 0.0]],
PD = [1.0, 0.8],
T1=[0.1, 0.2],
...
)The units are:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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?
I tried to set the T1 matrix of the phantom by following the example, but the obtained T1 matrix size is 1.
Additionally, what are the units for D and B0?
Beta Was this translation helpful? Give feedback.
All reactions