[Tutor] DICOM Header

2007-02-22 Thread Andrew Liimatta
Hello, I am having a hard time figuring something out. I have Files that are written in DICOM format. I want to be able to pull out select elements from the header of these files I have a dictionary file that contains enteries like this. dicomdict = { # meta tags (0x0002,0x0001):('OB', "Fil

Re: [Tutor] DICOM Header

2007-02-22 Thread Andrew Liimatta
o help me complete my task. Currently I have the following #!/usr/bin/python ## import os,linecache # import the os and linecache module import string # First thing is to look at a directory and list # out its contents. # open a config file t