Hdf5

来自Shiyin's note
Shen讨论 | 贡献2015年6月6日 (六) 02:53的版本 (创建页面,内容为“The Hierarchical Data Format (HDF) version 5 file format was designed for scientific data consisting of a hierarchy of datasets and attributes (or metadata). HDF is...”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

The Hierarchical Data Format (HDF) version 5 file format was designed for scientific data consisting of a hierarchy of datasets and attributes (or metadata). HDF is a product of the National Center for Supercomputing Applications (NCSA), which supplies the underlying C-language library;

IDL

IDL provides access to this library via a set of procedures and functions contained in a dynamically loadable module (DLM).

IDL>HELP, 'hdf5', /DLM