nix icon indicating copy to clipboard operation
nix copied to clipboard

Neuroscience information exchange format

Results 67 nix issues
Sort by recently updated
recently updated
newest added

It appears that with h5py version 3.0.0 there is some additional type control, and creating a neo.Event with numerical labels and saving it as .nix results in an error `Can't...

In the wiki, e.g. https://github.com/G-Node/nix/wiki/Model-Definition, an old version of the odML library is depicted, that still features `value` objects.

Check that ASCII encoded data in the file can be read into memory.

Dimensions can link to either a DataArray or a DataFrame for ticks or labels (depending on Dimension type). ## DataArray links The link object should hold a series of indices...

We need to clarify and specify unambiguously how data retrieval works for Tag and MultiTag referenced data. I'm going to ignore Untagged and Indexed features for now, because I think...

discussion

Our build system is a little bit outdated

Currently it seems one can only get a vector of all columns but not a single one.

It seems only `std::vector DataFrameHDF5::columns()` exists, but there should be a way to query the number of cols without fetching the contents.