On Fri, 18 May 2018 20:23:23 +0200 David Haller <dnh@opensuse.org> wrote:
On Fri, 18 May 2018, Dave Howorth wrote:
I want to look at some MRI images from a CD the hospital sent, which expects to see a Windows box.
I've decrypted the disk using J7Z and am now looking for something to view the images with. Apparently they're in DICOM format but YaST just shows me what seems to be a toolkit and a python binding. There seem to be various possible in various arcane repositories but I'm wondering if anybody else knows more about this?
==== http://www.imagemagick.org/script/formats.php ==== DCM R Digital Imaging and Communications in Medicine (DICOM) image Used by the medical community for images like X-rays. ImageMagick sets the initial display range based on the Window Center (0028,1050) and Window Width (0028,1051) tags. Use -define dcm:display-range=reset to set the display range to the minimum and maximum pixel values. Use -define dcm:rescale=true to enable interpretation of the rescale slope and intercept settings in the file. Use -define dcm:window=centerXwidth to override the center and width settings in the file with your own values. ====
So, just try
display foo.dcm
or whatever the file(s) are named.
HTH, -dnh
Thanks to one and all. That works and shows me an individual image, David, which is a good start. What I'm really looking for is something that will let me step through the sequence of images, and display multiple images. And for Roger: $ identify DICOM/ST000000/SE000000/MR000007 DICOM/ST000000/SE000000/MR000007 DCM 320x320 320x320+0+0 8-bit sRGB 216KB 0.000u 0:00.000 Simon, Nick & Antonio. Thanks for those pointers. They rather leave me in the same position as before, in that I'll have to try various options and see what works. I was hoping there might be a consensus. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org