Skip to content

Commit

Permalink
DOC: Update example Jupyter Notebooks (#476)
Browse files Browse the repository at this point in the history
Paths to data files in example were incorrect.
  • Loading branch information
carterbox committed Jun 12, 2020
1 parent dbf0444 commit 79bf70d
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 66 deletions.
31 changes: 17 additions & 14 deletions doc/source/ipynb/astra.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions doc/source/ipynb/lprec.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"outputs": [],
"source": [
"proj, flat, dark, theta = dxchange.read_aps_32id(\n",
" fname='../../source/tomopy/data/tooth.h5',\n",
" fname='../../../source/tomopy/data/tooth.h5',\n",
" sino=(0, 2),\n",
")\n",
"proj = tomopy.normalize(proj, flat, dark)\n",
Expand Down Expand Up @@ -419,4 +419,4 @@
},
"nbformat": 4,
"nbformat_minor": 1
}
}
124 changes: 74 additions & 50 deletions doc/source/ipynb/tomopy.ipynb

Large diffs are not rendered by default.

0 comments on commit 79bf70d

Please sign in to comment.