nimh-dsst / dsst-defacing-pipeline

Defacing algorithm to improve and evaluate accuracy for large datasets.
2 stars 2 forks source link

parallel execution at session level #20

Closed Arshitha closed 1 year ago

Arshitha commented 1 year ago

Right now, the scripts offer an option of running the pipeline on a specific subject and hence, parallelizing across multiple subjects. However, it doesn't allow users the pipeline can't be on a single session within a subject. For example, the MyConnectome project has a single subject with multiple sessions and with the current design the pipeline can't be parallelized across sessions.

Arshitha commented 1 year ago

This feature has been added and lightly tested. Requires more testing before being merged to the main branch.

Arshitha commented 1 year ago

Now part of v1.0.0