LBHB / NEMS0

THIS VERSION OF NEMS IS NO LONGER SUPPORTED. PLEASE USE THE NEW NEMS REPOSITORY OR INSTALL NEMS_DB TO GET NEMS0 SUPPORT.
GNU General Public License v3.0
8 stars 4 forks source link

awctomlinson/nwb-neuropixel-file-support #168

Closed arrrobase closed 4 years ago

arrrobase commented 4 years ago

Adds Recording.from_nwb() class method to instantiate a Recording object from NWB files. Currently supports neuropixel ecephys format, where a Recording is composed of experiment metadata along with a single PointProcess signal of the spike times, as well as an epochs dataframe and metadata about each unit. Also includes demo notebook, with details on obtaining stimulus images.

Writing NWB files is much more complicated, so was moved to a new issue (#167) and will be a separate PR.

Resolves #165.