hdf/
mg_hdf_dump.pro
includes main-level programDumps contents of an HDF file. Currently only finds SD datasets and their attributes.
Routines
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_idmg_hdf_dump_sd, file_idDump the SD contents of an HDF file.
mg_hdf_dump, filenameDump contents of given HDF file.
Routine details
top source 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: | Tue Aug 23 15:09:20 2011 |
| Lines: | 111 |
| Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.
![[attach.png]](../idldoc-resources/attach.png)