Reference

Configuration File Formats

  • Config files are in JSON or YAML format.

  • Each process has specific required fields.

Process Definitions

  • Single-target registration: Registers a single anatomy using a single or multiple views.

  • Multi-target registration: Registers multiple anatomies with customizable steps and levels.

  • DRR Generation: Generates digital radiographs from DICOM images.

Field Definitions

Field Name

Description

Type

Example

vol_path

Path to 3D volume (NIFTI)

File path

/data/vol.nii.gz

seg_path

Path to segmentation file

File path

/data/seg.nii.gz

landmark_3d_path

Path to 3D landmarks

File path

/data/landmarks.fcsv

output_dir

Output directory for results

Directory

/outputs/exp1

...

...

...

...

Note

See the GUI for full field descriptions and tooltips.

Process Configuration Reference

  • See PROCESS_CONFIGURATIONS in the code for all available processes and their settings.

Sample JSON config file opened in a text editor