hdf/
mg_hdf_getdata.pro
Routines
top mg_hdf_getdata
result = mg_hdf_getdata(filename, variable [, bounds=lonarr(3, ndims) or string] [, error=long])
Pulls out a section of a HDF variable.
Return value
data array
Parameters
- filename in required type=string
filename of the HDF file
- variable in required type=string
variable name (with path if inside a group)
Keywords
- bounds in optional type=lonarr(3, ndims) or string
gives start value, end value, and stride for each dimension of the variable
- error out optional type=long
error value
File attributes
Modification date: | Wed Jun 18 09:34:09 2014 |
Lines: | 135 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.