bids-validator icon indicating copy to clipboard operation
bids-validator copied to clipboard

Validate that SNIRF files contain only a single run

Open rob-luke opened this issue 3 years ago • 0 comments

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.

rob-luke avatar Jun 22 '22 06:06 rob-luke