Skip to content

Commit

Permalink
Remove hardcoded example dataset paths from notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jadball committed Nov 5, 2024
1 parent 4ecc833 commit 53e1359
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
4 changes: 3 additions & 1 deletion ImageD11/nbGui/TDXRD/1_3DXRD_refine_parameters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@
"outputs": [],
"source": [
"# desination of H5 files\n",
"# replace below with e.g.:\n",
"# dset_path = '/data/visitor/expt1234/20240101/PROCESSED_DATA/sample/dataset/sample_dataset.h5'\n",
"\n",
"dset_path = '/data/visitor/ihma439/id11/20231211/PROCESSED_DATA/James/20240909/FeAu_0p5_tR/FeAu_0p5_tR_ff1/FeAu_0p5_tR_ff1_dataset.h5'"
"dset_path = ''"
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion ImageD11/nbGui/TDXRD/2_3DXRD_index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@
"outputs": [],
"source": [
"# desination of H5 files\n",
"# replace below with e.g.:\n",
"# dset_path = '/data/visitor/expt1234/20240101/PROCESSED_DATA/sample/dataset/sample_dataset.h5'\n",
"\n",
"dset_path = '/data/visitor/ihma439/id11/20231211/PROCESSED_DATA/James/20240909/FeAu_0p5_tR/FeAu_0p5_tR_ff1/FeAu_0p5_tR_ff1_dataset.h5'"
"dset_path = ''"
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion ImageD11/nbGui/TDXRD/2_3DXRD_index_friedel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@
"outputs": [],
"source": [
"# desination of H5 files\n",
"# replace below with e.g.:\n",
"# dset_path = '/data/visitor/expt1234/20240101/PROCESSED_DATA/sample/dataset/sample_dataset.h5'\n",
"\n",
"dset_path = '/data/visitor/ihma439/id11/20231211/PROCESSED_DATA/James/20240909/FeAu_0p5_tR/FeAu_0p5_tR_ff1/FeAu_0p5_tR_ff1_dataset.h5'"
"dset_path = ''"
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion ImageD11/nbGui/TDXRD/2_3DXRD_index_grid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@
"outputs": [],
"source": [
"# desination of H5 files\n",
"# replace below with e.g.:\n",
"# dset_path = '/data/visitor/expt1234/20240101/PROCESSED_DATA/sample/dataset/sample_dataset.h5'\n",
"\n",
"dset_path = '/data/visitor/ihma439/id11/20231211/PROCESSED_DATA/James/20240909/FeAu_0p5_tR/FeAu_0p5_tR_ff1/FeAu_0p5_tR_ff1_dataset.h5'"
"dset_path = ''"
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion ImageD11/nbGui/TDXRD/3_3DXRD_look_at_peaks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@
"outputs": [],
"source": [
"# desination of H5 files\n",
"# replace below with e.g.:\n",
"# dset_path = '/data/visitor/expt1234/20240101/PROCESSED_DATA/sample/dataset/sample_dataset.h5'\n",
"\n",
"dset_path = '/data/visitor/ihma439/id11/20231211/PROCESSED_DATA/James/20240724/FeAu_0p5_tR/FeAu_0p5_tR_ff1/FeAu_0p5_tR_ff1_dataset.h5'"
"dset_path = ''"
]
},
{
Expand Down
6 changes: 4 additions & 2 deletions ImageD11/nbGui/TDXRD/4_3DXRD_merge_slices.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@
},
"outputs": [],
"source": [
"# load one of the first datasets to get the paths\n",
"# desination of H5 files\n",
"# replace below with e.g.:\n",
"# dset_path = '/data/visitor/expt1234/20240101/PROCESSED_DATA/sample/dataset/sample_dataset.h5'\n",
"\n",
"dset_path = '/data/visitor/ihma439/id11/20231211/PROCESSED_DATA/James/20240724/FeAu_0p5_tR/FeAu_0p5_tR_ff1/FeAu_0p5_tR_ff1_dataset.h5'\n",
"dset_path = ''\n",
"\n",
"# load the dataset from file\n",
"\n",
Expand Down

0 comments on commit 53e1359

Please sign in to comment.