Vasos Koupparis
Results
2
issues of
Vasos Koupparis
That's the only log I am getting. `SystemStackError (stack level too deep): dicom (0.9.6) lib/dicom/general/logging.rb:148` Ruby 1.9.3 dicom 0.9.6 Ubuntu 16.04.3
I noticed that just by reading a dicom file, `dcm = DObject.read("some_file.dcm")` is setting some tags like (PatientID, StudyInstanceUID, SeriesInstanceUID) to nil. There is any way to stop that and...