mglib

Personal IDL library for M. Galloy

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

hdf/

mg_hdf_dump.pro

includes main-level program

Dumps contents of an HDF file. Currently only finds SD datasets and their attributes.

Routines

Routines from mg_hdf_dump.pro

result = mg_hdf_dump_typedecl(type, dims)

Convert a type string and dimensions array into a string description of the variable, e.g., FLOAT[256, 256].

mg_hdf_dump_an, file_id
mg_hdf_dump_sd, file_id

Dump the SD contents of an HDF file.

mg_hdf_dump, filename

Dump contents of given HDF file.

Routine details

top mg_hdf_dump_typedecl

result = mg_hdf_dump_typedecl(type, dims)

Convert a type string and dimensions array into a string description of the variable, e.g., FLOAT[256, 256].

Return value

string

Parameters

type in required type=string

string returned from HDF API describing type

dims in required type=lonarr

dimensions of variable

top mg_hdf_dump_an

mg_hdf_dump_an, file_id

Parameters

file_id

top mg_hdf_dump_sd

mg_hdf_dump_sd, file_id

Dump the SD contents of an HDF file.

Parameters

file_id in required type=long

file HDF identifier

top mg_hdf_dump

mg_hdf_dump, filename

Dump contents of given HDF file.

Parameters

filename in required type=string

filename of file to examine

File attributes

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