Skip to content

MoveRASOrigin

swiftjamesr edited this page Jun 28, 2024 · 2 revisions

The MoveRASOrigin Component moves the origin of the RAS coordinate system into the center of the volume. 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

Identifier

Identifier of the Volume

Default: CT

XML Example

<Component Type="MoveRASOrigin">
    <Name>"Move CT RAS Origin"</Name>
    <Identifier>"CT"</Identifier>
</Component>
Clone this wiki locally