bids-validator
bids-validator copied to clipboard
Validate that SNIRF files contain only a single run
Following https://github.com/bids-standard/bids-specification/pull/802#discussion_r896492464
To be BIDS compliant, SNIRF files should contain only a single run. The validator does not currently check this, but it would be great if it does.
SNIRF files are hdf5, so hopefully a javascript library could open the file and check that it contains only one run.