Skip to content

Commit

Permalink
Update path to BIDS dataset.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Dec 17, 2024
1 parent 5e36c12 commit 2fc39e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/01-pyafq.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"outputs": [],
"source": [
"myafq = GroupAFQ(\n",
" bids_path=op.join('..', 'data_', 'tractometry', 'stanford_hardi'),\n",
" bids_path=op.join(home, 'data_', 'tractometry', 'stanford_hardi'),\n",
" preproc_pipeline='vistasoft',\n",
" tracking_params=tracking_params,\n",
" viz_backend_spec='plotly_no_gif')"
Expand Down

0 comments on commit 2fc39e7

Please sign in to comment.