Australian-Imaging-Service / pipelines

Scripts to generate analysis pipelines that can be run in XNAT's container service
Other
2 stars 3 forks source link

run parcellation image generation in parallel #258

Open arkiev opened 11 months ago

arkiev commented 11 months ago

currently the loop iterates over all 5 parcellations and 5TTgen in series. However, it is not necessary to execute these operations in series. Running these processes in parallel may reduce overall execution time (pending available resources).