by Maarten <maarten.sneep@[EMAIL PROTECTED]
>
Mar 18, 2008 at 05:18 AM
On Mar 18, 7:55 am, Giorgio <giorgiol...@[EMAIL PROTECTED]
> wrote:
> Thanks David. I played with the h5_browser and I can not read the h5
> sample data I have. We want to save our experimental data by using the
> table structure available with hdf5 format (which is produced by
> python). However, in IDL we can not read this. I developed a class
> hdf5 following your code ncdf_data__define which performs OK with non-
> structured data, but it can not read tables. Do you know how to read
> this kind of compound data?
Can you post a (small) test file somewhere on your website? It would
be helpful to see what we're dealing with. Have you tried
dd = h5_parse(file, /read)
in IDL to read the whole file?
Maarten