Skip to content

Commit

Permalink
replace MR data used for intro/synergistic notebooks (#214)
Browse files Browse the repository at this point in the history
The original data was created with an old ISMRMRD and it no
longer seems to work.

See SyneRBI/SIRF#1237
  • Loading branch information
KrisThielemans authored Mar 15, 2024
1 parent 1fc98df commit 33fae8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/Introductory/acquisition_model_mr_pet_ct.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"outputs": [],
"source": [
"# 1. create MR AcquisitionData\n",
"mr_acq = mr.AcquisitionData(os.path.join(examples_data_path('MR'),'grappa2_1rep.h5'))"
"mr_acq = mr.AcquisitionData(os.path.join(examples_data_path('MR'),'simulated_MR_2D_cartesian.h5'))"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/Synergistic/gradient_descent_mr_pet_ct.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"outputs": [],
"source": [
"# 1. create MR AcquisitionData\n",
"mr_acq = mr.AcquisitionData(examples_data_path('MR') + '/grappa2_1rep.h5')"
"mr_acq = mr.AcquisitionData(examples_data_path('MR') + '/simulated_MR_2D_cartesian.h5')"
]
},
{
Expand Down

0 comments on commit 33fae8f

Please sign in to comment.