hdf/
mg_hdf_dump.pro
includes main-level programDumps 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
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 46 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.