hdf
Here are 31 public repositories matching this topic...
2) Feature Request
Currently the ordering of dimensions described in the schema is in many cases not listed in the documentation. E.g., for ElectricalSeries.data we should add to the docval that the dimensions are num_time | num_channels. This would help users avoid errors with ordering of dimensions.
This issue was motivated by #960
This issue is in part also related to #626
IDL> a=hdf_open(/create)
a=hdf_open(/create)
^
% HDF_OPEN: Incorrect number of arguments.
GDL> a=hdf_open(/create)
% HDF_OPEN: Variable is undefined: <Undefined>
% Execution halted at: $MAIN$
-
Updated
Apr 12, 2020 - C
-
Updated
May 19, 2020 - Python
-
Updated
May 20, 2020 - C++
The Container class supports the specification of __fields__ in PyNWB these are described as a list of strings https://pynwb.readthedocs.io/en/stable/building_api.html#nwbfields and they seem to be omitted in the HDMF docs https://hdmf-dev.github.io/hdmfdocs It will be useful to update/add documentation for fields. In particular fields allows for lists for dicts with the keys ``{'n
-
Updated
May 19, 2020 - HTML
-
Updated
Nov 22, 2019 - C
-
Updated
May 25, 2020 - C++
-
Updated
May 22, 2020
-
Updated
Jul 14, 2017 - Pascal
-
Updated
Aug 19, 2018 - Python
-
Updated
Jan 2, 2020 - Shell
-
Updated
Jun 6, 2019 - HTML
-
Updated
Jul 26, 2018 - Python
-
Updated
Feb 2, 2020 - Python
-
Updated
Dec 9, 2019 - C
-
Updated
May 9, 2020 - Python
-
Updated
May 9, 2020 - Python
-
Updated
Apr 28, 2020 - Python
Improve this page
Add a description, image, and links to the hdf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hdf topic, visit your repo's landing page and select "manage topics."
A user recently requested directions to functionality implemented by
make_bounds()and was unaware of its existence because it is undocumented. This reminded me that manyncap2functions listed byncap2 -f(which few people know exists) may be undocumented. This task is to create a list of the undocumented functions, paste it here, and then to add a description of each to the User Guide befo