H5G_open idl command [message #94610] |
Mon, 24 July 2017 07:34  |
Sahar Dehnavi
Messages: 4 Registered: May 2017
|
Junior Member |
|
|
Hallo all,
I want to open a group in a hdf5 data using the H5G_open command in IDL but everytime I try I see the error message 'unable to open group: (object ID: ...., Object name: ...)'
How can I understand what is the problem wih my code?
I would appreciate any help that you can provide.
Best,
Sahar
|
|
|
|
Re: H5G_open idl command [message #94614 is a reply to message #94612] |
Tue, 25 July 2017 03:47   |
Sahar Dehnavi
Messages: 4 Registered: May 2017
|
Junior Member |
|
|
On Monday, July 24, 2017 at 7:19:17 PM UTC+2, superchromix wrote:
> On Monday, July 24, 2017 at 4:34:24 PM UTC+2, Sahar Dehnavi wrote:
>> Hallo all,
>> I want to open a group in a hdf5 data using the H5G_open command in IDL but everytime I try I see the error message 'unable to open group: (object ID: ...., Object name: ...)'
>> How can I understand what is the problem wih my code?
>> I would appreciate any help that you can provide.
>> Best,
>> Sahar
>
> are you sure that the group exists?
How can I get information about the existing groups in a hdf-5/netcdf-4 data?
|
|
|
Re: H5G_open idl command [message #94620 is a reply to message #94614] |
Wed, 26 July 2017 02:42  |
markb77
Messages: 217 Registered: July 2006
|
Senior Member |
|
|
On Tuesday, July 25, 2017 at 12:47:42 PM UTC+2, Sahar Dehnavi wrote:
> On Monday, July 24, 2017 at 7:19:17 PM UTC+2, superchromix wrote:
>> On Monday, July 24, 2017 at 4:34:24 PM UTC+2, Sahar Dehnavi wrote:
>>> Hallo all,
>>> I want to open a group in a hdf5 data using the H5G_open command in IDL but everytime I try I see the error message 'unable to open group: (object ID: ...., Object name: ...)'
>>> How can I understand what is the problem wih my code?
>>> I would appreciate any help that you can provide.
>>> Best,
>>> Sahar
>>
>> are you sure that the group exists?
>
> How can I get information about the existing groups in a hdf-5/netcdf-4 data?
Have a look at the hdf5 section of my IDL library - there is a function called wmb_h5_group_exists() which tests for this.
http://www.github.com/superchromix/wmb_lib
|
|
|