X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 28 Jan 2016 04:22 PM by  anon
Problem reading dicom data into some computers
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



Basic Member


Posts:143
Basic Member


--
28 Jan 2016 04:22 PM
    A customer has an issue in which he is reading a dicom file with the code below using multiple systems: image=fltarr(400,400) fn=file_which() image=read_dicom(fn) print,max(image),min(image) On some systems, the output is "1638 0" (which is the correct result) and on other systems, the output is "0 0" (the image is not being read correctly).

    Deleted User



    Basic Member


    Posts:143
    Basic Member


    --
    28 Jan 2016 04:29 PM
    Here are a few questions/ suggestions about what might be causing this issue: 1) Are you using the same version of IDL across all these systems? 2) Are both these systems the same OS and version? 3) Perhaps the file was corrrupted when copied from one machine to another. Perhaps you could try sending another copy from the machine where it is working to the failing machine and see if that helps with the issue. 4) Is the file located on a shared network directory. If this is the case, I wonder if IDL might be having trouble reading the file from this type of location on some of your systems. 5) Could you add a break point and then step through the "read_dicom" call on one of the machines where the call is failing? David Starbuck Harris - GS
    You are not authorized to post a reply.