Closed rosemccollum closed 1 year ago
When using the NGDR as the input, the output csv and html only include two columns for rest-run1 (the minimal preprocessing and the DCANBoldPreProc) as well as the structural column. There aren't any columns for the rest of the runs and tasks.
Fixed this issue with the most recent PR, the return statement was nested in the for loop so it would only find the first run and then stop looking.
When using the NGDR as the input, the output csv and html only include two columns for rest-run1 (the minimal preprocessing and the DCANBoldPreProc) as well as the structural column. There aren't any columns for the rest of the runs and tasks.