MathGroup Archive 2005

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

Search the Archive

Re: Problem with importing hdf5 file

  • To: mathgroup at smc.vnet.net
  • Subject: [mg56122] Re: Problem with importing hdf5 file
  • From: Peter Pein <petsie at arcor.de>
  • Date: Sat, 16 Apr 2005 03:51:56 -0400 (EDT)
  • References: <d3g8kd$smh$1@smc.vnet.net> <d3iagd$9l8$1@smc.vnet.net> <200504141254.IAA28145@smc.vnet.net> <d3nvea$bfj$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Ted Sariyski wrote:
> Hi,
> 
> I have problems to understand how to use hdf5 files with Mathematica 
> 5.1.1. I am able to read the first record of a file with
> 
> Import["my.h5","HDF5"],
> 
> but 
> 
> Import["my.h5","DatasetSelection" -> Information]
> 
> returns "Unknown option DatasetSelection ..."
> 
> Is there a document or even better - examples  how to extract groups, 
> attributes, datasets etc.  in Mathematica?
> 
> Thanks, Ted
> 
> 
> 
> 
Hi Ted,

I don't have got an example file in hdf5-format, but I'm pretty sure that

Import["my.h5",ConversionOptions->{"DatasetSelection" -> Information}]

will work.
-- 
Peter Pein
Berlin


  • Prev by Date: Re: Approximating the function from its plot
  • Next by Date: Trouble with Limit[I ... k]/k, k-> Infinity]
  • Previous by thread: Problem with importing hdf5 file
  • Next by thread: Re: Problem with evaluation of Besel Functions