comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: setting the path for READ_DICOM
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: setting the path for READ_DICOM [message #36028 is a reply to message #36027] Sat, 09 August 2003 15:39 Go to previous messageGo to previous message
Kenneth P. Bowman is currently offline  Kenneth P. Bowman
Messages: 585
Registered: May 2000
Senior Member
In article <c857619b.0308091217.596409b3@posting.google.com>,
pford@bcm.tmc.edu (Patrick Ford) wrote:

> /Volumes/A/00130.DCM
>
> I am trying to open it using the following:
>
> img = READ_DICOM(FILEPATH('00130.DCM', SUBDIR=['Volumes', 'A']))

> READ_DICOM: The file /usr/local/rsi/idl_6.0/Volumes/A/00130.DCM is not
> in a supported DICOM format.


img = READ_DICOM('/Volumes/A/00130.DCM')

or

img = READ_DICOM(FILEPATH('00130.DCM', SUBDIR=['Volumes', 'A'], $
ROOT_DIR= '/'))

should do the trick.

Ken Bowman
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Unable to get the user value of the top level base after a draw widget expose event
Next Topic: Re: Graphics problem on Sun Ultra2 workstation

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:31:35 PDT 2025

Total time taken to generate the page: 0.00238 seconds