api-python icon indicating copy to clipboard operation
api-python copied to clipboard

[DEPRECATED] Python API for NWB < 2.0

Results 11 api-python issues
Sort by recently updated
recently updated
newest added

Hello, Despite several trials, my installation of matlab-bridge-api wasn't successful. Main points: - Python API seems to be running smoothly (`"./test_all.sh"` and for example `f = nwb_file.open(**settings)` run) - The...

Rather than creating fresh groups within the `reference_images` group, I'd like to link to existing groups in `/acquisition/timeseries`. However, my groups there are TwoPhotonSeries groups, and when I do ```python...

I'm trying to represent data from an [AOL microscope](http://www.nature.com/nmeth/journal/v13/n12/full/nmeth.4033.html#methods) in NWB. It supports acquiring data directly from defined ROIs (which may be points, line segments, planes or volumes). I was...

There are many examples in the `examples` folder and in the readme, but I think it'd be most useful for new users to have a minimal `quickstart` example that shows...

Right now the repository consists of a fair number of modules that seem to do one or two things each. I bet there are opportunities for these to be combined...

Have you guys thought about just calling this `nwb-python`? It would make the repository name more clearly linked to the project, since a repo called `api-python` is totally non-descriptive of...

It would be more clear how this package fits into the python science ecosystem if the docstrings followed the `numpydoc` format ([here is its explanation](https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt)). This basically entails writing parameters...

why are the core parts of `file`, `utils`, etc named as `nwb_XXX`? It seems unnecessary given that the main package is already called `nwb`, and in the examples when they're...

Currently the docs are difficult to follow since they're embedded into one gigantic readme file. Has there been any efforts to create a documentation folder that could be used to...

I am trying to use matlab bridge to construct nwb file for our electrophysiology recording. I got stuck with below error. Any help would be greatly appreciated ! ``` matlab...