-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
LegacyConvertedEnhancedMRImage does not copy Private Tag Creator #54
Comments
@malaterre we have been working on the improvements to the legacy enhanced MF conversion functionality in #34. It is still not finished, but we are actively using and refining that PR as part of the effort to convert a subset of TCIA content into MF representation. Maybe that PR could be of interest to you as well. |
@malaterre thanks for testing and for your feedback. @fedorov I was wondering whether we should create a smaller PR for a subset of the changes included to #34 to address some of the issues with the |
Markus, @afshinmessiah is working on revisiting the PR mentioned above. We should be able to discuss with you soon the response to your comments, and see if we can include a subset of changes. I am meeting with Afshin today, and will will discuss this topic. |
@fedorov @malaterre by looking at the provided output, I am not sure what the problem is and whether it's a problem in highdicom or pydicom. @malaterre what happens when you just read the individual image files into pydicom datasets and write them back to disk? Does this work? |
@hackermd I believe this is related to the pydicom version I was using. Maybe As for the Implicit TS report, I believe there is a simple fix to include in the nested sequence (maybe solved in #34 ?) where Private Creator needs to be copied as well. |
I can reproduce the issue with 0.7.0 today:
|
@malaterre sorry for my delayed reply. We are currently focusing on the decoding API and will get back to legacy conversion once #93 is completed. Please note that with the next release the package will depend on |
@hackermd The issue is right here:
So typical Private Creator (eg.
|
Documented at:
|
Thanks for providing a converted for 'CLASSIC' MR Image Storage instances.
I am confused with the documentation for using this class, here is what I did (debian/buster):
Which resulted in (truncated):
The output file is missing Private Creator for nested DataSet.
If using ExplicitVRLittleEndian, here is what I get:
Could you please add a section in the documentation on how to use LegacyConvertedEnhancedMRImage class ? Thanks much.
For reference:
The text was updated successfully, but these errors were encountered: