{"id":19252285,"url":"https://github.com/sccn/nwbio","last_synced_at":"2025-10-26T20:02:08.987Z","repository":{"id":233069007,"uuid":"785793560","full_name":"sccn/nwbio","owner":"sccn","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-09T16:14:10.000Z","size":44,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-27T19:47:46.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sccn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-04-12T16:28:50.000Z","updated_at":"2025-05-10T18:52:46.000Z","dependencies_parsed_at":"2024-04-14T06:56:02.849Z","dependency_job_id":"6485ec8b-1ccf-40d8-b8e5-83807529e610","html_url":"https://github.com/sccn/nwbio","commit_stats":null,"previous_names":["arnodelorme/nwbio","sccn/nwbio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sccn/nwbio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sccn%2Fnwbio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sccn%2Fnwbio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sccn%2Fnwbio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sccn%2Fnwbio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sccn","download_url":"https://codeload.github.com/sccn/nwbio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sccn%2Fnwbio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006838,"owners_count":26084203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T18:26:15.326Z","updated_at":"2025-10-11T10:14:14.900Z","avatar_url":"https://github.com/sccn.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"![NWBio](https://github.com/sccn/nwbio/assets/1872705/c7f70411-9d86-4df5-8de4-6e0a69594785)\n\n# NWBio EEGLAB plugin\n\nThis plugin imports data from the Neurodata Without Borders\ndata format. Time series, channel information, and \nevent information are imported. Use the EEGLAB import/export menus to\nimport/export files, or use the command line function pop_nwbimport.m\nor pop_nwbexport.m\n\n# Example\n\nExport the tutorial EEGLAB data.\n\n```matlab\npop_nwbexport(EEG, 'test.nwb');\n```\n\nImport the file exported above.\n\n```matlab\nEEG = pop_nwbimport('test.nwb');\n```\n\n# Use with EEGLAB\n\nUse menu item **File \u003e EEGLAB extensions** and search for the \"nwbio\" plugin. Once you have found it\ninstall it. Then, use the menu item **File \u003e Import data \u003e From NWB file** to import a file. Once you\nhave selected a file, the following graphical interface will pop up.\n\n![Screenshot 2024-04-13 at 3 12 11 PM](https://github.com/sccn/nwbio/assets/1872705/a25b146c-f235-4e39-ac7d-979a29e45796)\n\nIt lets you decide which event information you want to use as the primary information for EEGLAB (EEGLAB event type). \nEEGLAB perform most operations on event types, although it is also possible to use other fields. Note that all fields\nwill be imported in EEGLAB, but the primary field will be duplicated and in the event type field.\n\nThe checkbox allows importing neurons' spikes as EEGLAB event when they are present in the data file (when greyed out,\nspikes are not present). Note that EEGLAB will not import all NWB information (such as spacial movement, calcium imaging, etc...).\nThis EEGLAB plugin only import electrophysiology data.\n\nTo export EEG or iEEG data, use the menu item **File \u003e Export \u003e Data to NWB file**. The following graphical interface\nwill pop up, allowing you to enter NWB-specific information. \n\n![Screenshot 2024-04-13 at 3 25 03 PM](https://github.com/sccn/nwbio/assets/1872705/aa287c74-0e2e-4576-89ea-ccabc939ab21)\n\nMost entries are NWB-specific, so you may refer to the [NWB documentation](https://www.nwb.org/) for more information. The last two \nentries are specific to EEGLAB. \"Event fields to export\" lists the EEGLAB event fields available to export. Event onset and duration\nare exported by default and are not listed. \"Export channel (x, y, z) locations\" allow exporting channel locations. If you use \nthe template channel location, you may leave this option unchecked. \n\n# Version history\n\n1.0 - import, and export, tested on multiple files\n\n1.1 - update matnwb to fix issue https://github.com/NeurodataWithoutBorders/matnwb/issues/650\n\n1.2 - fix compatiblity issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsccn%2Fnwbio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsccn%2Fnwbio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsccn%2Fnwbio/lists"}