BUNPC / pysnirf2

Python package for reading, writing and validating Shared Near Infrared Spectroscopy Format (SNIRF) files
GNU General Public License v3.0
15 stars 11 forks source link

Validate coordinatesystem strings against allowed list #26

Closed rob-luke closed 2 years ago

rob-luke commented 2 years ago

Following https://github.com/fNIRS/snirf/pull/94 we may wish to check that:

  1. The string in nirs/probe/coordinatesystem is a valid option from the BIDS list
  2. That if nirs/probe/coordinatesystem is Other then there is text in nirs/probe/coordinatesystemdescription

This is probably an advanced validator feature.

sstucker commented 2 years ago

I am in the process of adding this here at sstucker:snirf-1.1

Should we add the BIDS list to the SNIRF appendix? The SNIRF document is becoming bloated. Is there anything we can strip from it?