Main Window

Main window with logo, working directory, and process selection

The Main Window is the entry point to all workflows in xregGUI.

Components

  • Working Directory: The working directory is where all your data and configs are stored. All outputs and logs are stored in this directory.

  • XREG_BUILD_DIR: The build directory for xreg. This is where the xreg executable is located. By default it will be set to the environment variable XREG_BUILD_DIR if it is set. Otherwise, you can click the Browse button to select the directory manually.
    • In our distribution folder, the build directory can be found in distribution_output/build.

  • Process Selection: Below the title, you'll see a list of available processes:
    • 2D Image Preprocessing: This process is used to preprocess 2D images.

    • DRR Generation: Generates DRRs from a set of CT images. See drr_generation for more details.

    • Single-target registration: Registers a single anatomy to image/images. See Single-target registration for more details.

    • Multi-target registration: Registers multiple anatomies to image/images. See Multi-target registration for more details.