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 |
---|---|---|---|
|
Path to 3D volume (NIFTI) |
File path |
/data/vol.nii.gz |
|
Path to segmentation file |
File path |
/data/seg.nii.gz |
|
Path to 3D landmarks |
File path |
/data/landmarks.fcsv |
|
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.
