Skip to content

How to combine 2 CustomVoxelPhantom? #317

@shenzhouxiaohao-cpu

Description

@shenzhouxiaohao-cpu

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions