mglib

Personal IDL library for M. Galloy

single page | use frames     summary     class     fields     routine details     file attributes

hdf5/

mg_h5_dump.pro

file i/o, hdf5, sdf

includes main-level program

Dumps the structure of an HDF5 file to the output log. This routine does not read any data, it simply finds the names and datatypes of datasets, groups, types, and links.

Examples

See the attached main-level program for a simple example:

IDL> .run mg_h5_dump

Author information

Author

Michael Galloy

Copyright

This library is released under a BSD-type license.

Copyright (c) 2007-2012, Michael Galloy <mgalloy@idldev.com>

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

a. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. b. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. c. Neither the name of Michael Galloy nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Routines

top mg_h5_dump

mg_h5_dump, filename

Parse and display a simple hierarchy of contents of a HDF5 file.

Parameters

filename in required type=string

HDF5 file to parse

File attributes

Modification date: Wed May 14 15:07:14 2014
Lines: 101
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.