We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The dicom module uses the plugin's tags member to know which fields to put into the TagCache database:
tags
https://github.com/Slicer/Slicer/blob/bc6482c9a4abaabe3f93b0bfee31d5a8a2c4ae97/Modules/Scripted/DICOM/DICOM.py#L176-L185
But the PETSUV plugin includes PixelData in the tags member:
https://github.com/QIICR/Slicer-PETDICOMExtension/blob/master/DICOMPETSUVPlugin/DICOMPETSUVPlugin.py#L65
This probably leads to a large tag cache and poor performance, although I haven't timed it.
Possibly related to #21
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The dicom module uses the plugin's
tags
member to know which fields to put into the TagCache database:https://github.com/Slicer/Slicer/blob/bc6482c9a4abaabe3f93b0bfee31d5a8a2c4ae97/Modules/Scripted/DICOM/DICOM.py#L176-L185
But the PETSUV plugin includes PixelData in the
tags
member:https://github.com/QIICR/Slicer-PETDICOMExtension/blob/master/DICOMPETSUVPlugin/DICOMPETSUVPlugin.py#L65
This probably leads to a large tag cache and poor performance, although I haven't timed it.
Possibly related to #21
The text was updated successfully, but these errors were encountered: