brainiak / rt-cloud

The Realtime fMRI Cloud Framework is an open-source software package that makes it easier to build and deploy real-time fMRI experiments.

Home Page:https://rt-cloud.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getBidsRun and getIncremental do not use correct events, README, or dataset_description

spolcyn opened this issue · comments

A valid BIDS archive will have all of these files, and they should be included within an Incremental obtained via getIncremental from a BIDS Run (and thus a BIDS Run obtained using getBidsRun should also have these values).

Methods to add to BIDS Archive to help support this:
getDatasetMetadata
getReadme
getEvents

Hi Stephen,
I think this change is in the code now. If you have a moment, could you verify?

Yep, it looks like #58 fixes this.