BRAINSia / SINAPSE

SINAPSE is an interdisciplinary team of computer scientists, software engineers, and medical investigators.
0 stars 1 forks source link

BIDS Filename Generation #34

Open abpwrs opened 5 years ago

abpwrs commented 5 years ago

User Story

As DataCurator, I want write BrainsAutoWorkup output files to disk in the BIDS naming convention so that the output of BAW is a valid BIDS dataset

Detailed Description

Tasks to be completed

Acceptance Criteria

abpwrs commented 5 years ago

In reference to task:

Integrate BIDS naming into singleSession.py and template.py .

I have modified the hardcoded file names that made sense to me.
Relevant commits:
template.py singleSession.py

@hjmjohnson Is there any way that I can mock up the output of BAW to test?

hjmjohnson commented 5 years ago

@abpwrs I don't know of a quick way to do that. Can you make a PR of this so that I can test the PR? Make the PR a WIP so that it is clear that it is not to be merged at the moment.