1. create treatment plan with CT50; |
2. copy the plan to CTp, which is DICOM-based registered with CT50, and recalculate the dose; |
3. interpolate the dose from dose grid to image grid of CTp; |
4. register CT p to CT50 with DIR and generate DVF (function of the DVF: for each image voxel in CT50, the corresponding transfer vector maps the voxel to CTp); |
5. for each image voxel centered at r⃗ in CT50 |
{ |
// find corresponding point r⃗′ in CTp using the DVF. |
|
// determine the dose at r⃗′ in CTp by interpolation and assign it to CT50. |
|
} |
6. interpolate the dose in CT50 image grid to dose grid |