Hi everyone
I have CT, RT dose and RT structure files that I have exported from the treatment planning system. As you can see in the figure, the dimensions of the CT image and RT dose are different. How do these two files match and provide correct dosimetric results?
Also about RT structure. That is, based on which common parameter, the RT dose and RT structure files are correctly matched and the DVH parameters are calculated?
Usually dose is computed at much lower resolution than the CT image. The origin, spacing, axis directions, extent of these images are different, but generally there is no need to match them (unless you work with some software that does not operate in physical space but requires that voxels match).
RT structure sets is usually generated from anatomical images, i.e., CT images.
When DVH is computed then usually the geometry of the RT structure set is used. By default, resolution of the RT structure set is the same as the image it was computed from; but for small and thin structures oversampling may be used (you can either specify a fixed factor or enable automatic oversampling). You can see the exact behavior in the source code and much more information on voxelization papers by @Sunderlandkyl.
Hi Lasso
thanks, but I have another question!
I expect the RT dose file (111,111,161) to cover the CT image with dimensions (512,512,225). If I crop the CT image and its dimensions change, do I need to make any changes in RT dose file (i.e. change its dimensions or etc.)?
Thank you
Each data object in DICOM and in Slicer are fully, independently defined in physical space. Position does not change, if you just crop a data object, so everything remains valid.