jmw972
October 12, 2023, 3:00am
1
Hello, I am new to the Slicer Film Dosimetry module. I am running through the steps and using the example data provided. However, I am stuck at the region selection stage for calibration. I could not add ROI after clicking on the Add Region . Attached is the image of the calibration window. Any help would be great, thank you.
cpinter
(Csaba Pinter)
October 13, 2023, 12:23pm
2
This extension is not maintained anymore, so it is probable that your issue is due to the API changes since then, see
opened 05:18PM - 14 Sep 22 UTC
Annotations module, which provides `vtkMRMLAnnotationROI` and `vtkMRMLAnnotation… Ruler` nodes have been deprecated since April 2021 and will be removed in Slicer-5.4 stable version early next year.
Since some modules in this extension use annotation nodes, these modules need to be updated to use markups nodes before the end of this year.
[This section](https://www.slicer.org/wiki/Documentation/Nightly/Developers/Tutorials/MigrationGuide/Slicer#Slicer_5.3%3A_Removed_Annotation_module) of the migration guide should help with implementing the changes and any questions can be asked at the [Remove Annotations module topic in the Slicer forum](https://discourse.slicer.org/t/remove-annotations-module/25271).
Impacted modules:
- FilmDosimetryAnalysis\FilmDosimetryAnalysisLogic\FilmDosimetryAnalysisLogic.py
- FilmDosimetryAnalysis\FilmDosimetryAnalysis.py
Maybe you can try the film dosimetry extension with an older version of Slicer, such as 4.10.
Or you can try to fix the extension for the latest version if you feel motivated. I can give pointers if you decide to go for it.