MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: DICOM oversight in V5.1?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg52448] Re: [mg52268] DICOM oversight in V5.1?
  • From: Yasvir Tesiram <tesiramy at omrf.ouhsc.edu>
  • Date: Sat, 27 Nov 2004 01:41:10 -0500 (EST)
  • References: <200411200841.DAA08756@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Peter,
Sounds like the same thing that happened to the colors issue. BinaryRead
is now in the kernel and no longer part of Experimental and someone has
either forgotten that importing DICOM format files  used this function OR
it has been left there deliberately to warn potential users that changes
have taken place.

If you still have a V5.0 loaded you can check that the correct version is
being used, because Experimental`BinaryRead` should be a little slower
than BinaryRead in V5.1. Try it with BinaryReadList on one image slice.

Cheers
Yas



On Sat, 20 Nov 2004 pdickof at scf.sk.ca wrote:

> details = Import[myFile, "DICOM", ConversionOptions -> {"Verbose" -> True}]
>
> returns messages
>
> Experimental`BinaryImport::obsalt: Experimental`BinaryImport is obsolete. \
> Instead, use BinaryRead.
>
> It completes successfully though.
>
> Peter Dickof
>


  • Prev by Date: Re: launching a kernel on a remote linux machine through ssh from a linux machine
  • Next by Date: Re: Automatic numbered equations
  • Previous by thread: DICOM oversight in V5.1?
  • Next by thread: "+ -" in an output line?