Skip to content

MoveRASOrigin2Volume

swiftjamesr edited this page Feb 9, 2024 · 1 revision

The MoveRASOrigin2Volume Component moves the origin of the RAS coordinate system for VolumeIdentifier1 into the center of the volume of VolumeIdentifier2. This helps when CT and MRI aren't overlapping. Most Coregistration procedures require at least a partial overlap between the two volumes

Inputs and Outputs

  • Inputs: Volume

  • Outputs: Volume with new RAS coordinate origin

Settings

VolumeIdentifier1

Identifier of the Volume to be moved

Default: CT

VolumeIdentifier2

Identifier of the Volume that VolumeIdentifier1 will be moved to

Default: MRI

XML Example

<Component Type="MoveRASOrigin2Volume">
    <Name>"Move RAS Origin"</Name>
    <VolumeIdentifier1>"CT"</VolumeIdentifier1>
    <VolumeIdentifier2>"MRI"</VolumeIdentifier2>
</Component>
Clone this wiki locally