Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #3044
| From | "Scot T. Martin" <smartin@seas.harvard.edu> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Import HDF5 file with "Compound Data Structures" |
| Date | 2011-06-10 10:38 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <isss6j$jdn$1@smc.vnet.net> (permalink) |
The documentation states that Import[...] for HDF5 does not accept "compound data structures".
Is there a workaround or alternative for this?
The file in question has the following format:
In[2]:= Import[filename, {"HDF5", "DataFormat"}]
Out[2]= {{"UnsignedInteger128", "String", "String"}, "Real32", "Real64", "Real64", "Real32", "Real32", {"String", "Real32", "Real32", "Real32"}, "Real64"}
In[3]:= Import[filename, {"HDF5", "Datasets", 1}]
>>During evaluation of In[3]:= Import::h5type: The datatype of the dataset "/AcquisitionLog/Log" is not currently supported.
Out[3]= $Failed
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Import HDF5 file with "Compound Data Structures" "Scot T. Martin" <smartin@seas.harvard.edu> - 2011-06-10 10:38 +0000
csiph-web