Describe the bug
It seems that while trying to adapt/calibrate a phantom DICOM dataset to import in MatRad, the SourceToSurfaceDistance tag is missing.
I hard coded a value of 50 cm assuming its the distance from the jaw but I just wanted to see if there's any reason why specific meta tags would be missing a value. From the comments in the code it seems that all of this info is defined in the first control point sequence and the only value missing for my dataset is the SourceToSurfaceDistance tag.
Therefore, while trying to import an RT plan as part from the phantom dataset, is there specific info I might need to hard code in to calibrate/add missing data for MatRad to generate its .m file?
I can give specific reproduction steps and/or dataset (anonymized and cleared for sharing) if needed.
Describe the bug
It seems that while trying to adapt/calibrate a phantom DICOM dataset to import in MatRad, the
SourceToSurfaceDistancetag is missing.I hard coded a value of 50 cm assuming its the distance from the jaw but I just wanted to see if there's any reason why specific meta tags would be missing a value. From the comments in the code it seems that all of this info is defined in the first control point sequence and the only value missing for my dataset is the
SourceToSurfaceDistancetag.Therefore, while trying to import an RT plan as part from the phantom dataset, is there specific info I might need to hard code in to calibrate/add missing data for MatRad to generate its .m file?
I can give specific reproduction steps and/or dataset (anonymized and cleared for sharing) if needed.