agencyenterprise / ndx-nirs

An NWB extension for storing Near-Infrared Spectroscopy (NIRS) data
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Add additional fields from the SNIRF data format documentation #2

Closed dsleiter closed 3 years ago

dsleiter commented 3 years ago

Based on the SNIRF data format documentation here: https://docs.google.com/document/d/1kLQnFNSXsCAcUNcCPtyTerSwatCOnLcX4fAaZsidCbI/edit

The following are characteristics of the device / measurement schema, and initially we plan to add as attributes to NIRSDevice:

The following are chararacteristics of individual channels, so we plan to add as columns to NIRSChannelsTable:

Note: this issue is intended to just create a place for this data into the extension, and we should expect some reorganization in the future, especially after getting feedback from the NWB team.

dsleiter commented 3 years ago

The original hdmf PR has been replaced by this one: https://github.com/hdmf-dev/hdmf/pull/536, which has been merged-in. We're just waiting on the next releas for hdmf (and maybe pynwb)