rob-luke / fnirs-apps-sourcedata2bids

fNIRS Apps: Sourcedata to BIDS
http://fnirs-apps.org
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Add example of how to use with bosh tool #19

Closed rob-luke closed 3 years ago

rob-luke commented 3 years ago

For example

bosh exec launch zenodo.5075046 code/01-create-bids.json --debug -v `pwd`:/bids_dataset

where code/01-create-bids.json is:

{
    "input_datasets": "/bids_dataset",
    "task_label": ["EnergyConservation"],
    "duration": 5,
    "events": "{\"1\":\"Audio\", \"2\":\"Video\", \"3\":\"Control\"}"
}