27 Feb, 2013
6 commits
22 Feb, 2013
2 commits
19 Feb, 2013
9 commits
06 Feb, 2013
1 commit
03 Feb, 2013
1 commit
29 Jan, 2013
3 commits
20 Jan, 2013
8 commits
-
it was because of AttributeError related to renderer.
-
Some dicom files have the encoding setted wrongly, so when decoding a dicom field from string to unicode some errors may happen. Python string.decode have some methods to handle those cases. We are using the "replace" one, the characters it cannot decode to unicode it replaces with a character showing the character was not decoded.
-
Some dicom files have encoding names that do not follow the standard, in these cases a default dicom encoding (ISO_IR 100) is used.
-
…ing custom as initial threshold preset
14 Sep, 2012
10 commits
-
…t make it a little faster
-
…t make it a little faster