Template structure for converting HSN data to NWB.
This repository provides a template for managing and converting data files into the neurodata without borders format.
This template follows the general purpose ProjectTemplate layout from StructuredScience.
For information on how to use this template in a project, see the HSNPipeline Guide.
Note: if copying this template for use, this section can be removed.
Provide an overview of the project / data here, for example:
This repository is for managing and converting data files for the XX task,
processing and converting the data into the
neurodata without borders format.
This conversion follows the ConvertTEMPLATE.
This repository requires Python >= 3.7.
As well as typical scientific Python packages, dependencies include:
The full list of dependencies is listed in requirements.txt.
Fill in or edit any additional requirements here.
This repository is set up in the following way:
conv/contains local conversion codemetadata/contains config files that define metadata fields and task descriptionsnotebooks/contains notebooks that demonstrate examples of data conversionscripts/contains stand alone scripts to process data files
Add or edit any details about repository layout here.
Data files can be processed by running the scripts available in the scripts folder.
The procedures are also detailed through the notebooks.
For a detailed description of how this approach works, and instructions on making updates, see the ConvertTEMPLATE.