Skip to content

Commit

Permalink
Better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jadball committed Nov 5, 2024
1 parent 446620a commit 223d754
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ImageD11/nbGui/TDXRD/0_3DXRD_segment_frelon.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,9 @@
" \"FeAu_0p5_tR\": []\n",
"}\n",
"\n",
"# USER: Change this prefix to match the naming convention of your datasets\n",
"# e.g if your slices are formatted like [\"ff_z0\", \"ff_z1\", \"ff_z2\"] etc, then the prefix could be \"ff\" or \"ff_z\"\n",
"\n",
"dset_prefix = \"ff\"\n",
"\n",
"sample_list = [\"FeAu_0p5_tR\"]\n",
Expand Down
3 changes: 3 additions & 0 deletions ImageD11/nbGui/TDXRD/2_3DXRD_index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,9 @@
" \"FeAu_0p5_tR\": []\n",
"}\n",
"\n",
"# USER: Change this prefix to match the naming convention of your datasets\n",
"# e.g if your slices are formatted like [\"ff_z0\", \"ff_z1\", \"ff_z2\"] etc, then the prefix could be \"ff\" or \"ff_z\"\n",
"\n",
"dset_prefix = \"ff\"\n",
"\n",
"sample_list = [\"FeAu_0p5_tR\"]\n",
Expand Down
3 changes: 3 additions & 0 deletions ImageD11/nbGui/TDXRD/2_3DXRD_index_friedel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,9 @@
" \"FeAu_0p5_tR\": []\n",
"}\n",
"\n",
"# USER: Change this prefix to match the naming convention of your datasets\n",
"# e.g if your slices are formatted like [\"ff_z0\", \"ff_z1\", \"ff_z2\"] etc, then the prefix could be \"ff\" or \"ff_z\"\n",
"\n",
"dset_prefix = \"ff\"\n",
"\n",
"sample_list = [\"FeAu_0p5_tR\"]\n",
Expand Down
3 changes: 3 additions & 0 deletions ImageD11/nbGui/TDXRD/2_3DXRD_index_grid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,9 @@
" \"FeAu_0p5_tR\": []\n",
"}\n",
"\n",
"# USER: Change this prefix to match the naming convention of your datasets\n",
"# e.g if your slices are formatted like [\"ff_z0\", \"ff_z1\", \"ff_z2\"] etc, then the prefix could be \"ff\" or \"ff_z\"\n",
"\n",
"dset_prefix = \"ff\"\n",
"\n",
"sample_list = [\"FeAu_0p5_tR\"]\n",
Expand Down
7 changes: 5 additions & 2 deletions ImageD11/nbGui/TDXRD/4_3DXRD_merge_slices.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,15 @@
"# USER: pick a sample you want to import\n",
"\n",
"skips_dict = {\n",
" \"FeAu_0p5_tR\": []\n",
" ds.sample: []\n",
"}\n",
"\n",
"# USER: Change this prefix to match the naming convention of your datasets\n",
"# e.g if your slices are formatted like [\"ff_z0\", \"ff_z1\", \"ff_z2\"] etc, then the prefix could be \"ff\" or \"ff_z\"\n",
"\n",
"dset_prefix = \"ff\"\n",
"\n",
"sample_list = [\"FeAu_0p5_tR\"]\n",
"sample_list = [ds.sample]\n",
"\n",
"samples_dict = utils.find_datasets_to_process(rawdata_path, skips_dict, dset_prefix, sample_list)\n",
"\n",
Expand Down

0 comments on commit 223d754

Please sign in to comment.