Skip to content

Commit

Permalink
added histogram
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeana committed Jun 11, 2021
1 parent 6dc39df commit 58a9944
Show file tree
Hide file tree
Showing 5 changed files with 899 additions and 161 deletions.
163 changes: 114 additions & 49 deletions .ipynb_checkpoints/NPBinaryPlots-checkpoint.ipynb

Large diffs are not rendered by default.

228 changes: 208 additions & 20 deletions .ipynb_checkpoints/PostProcessing-checkpoint.ipynb

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions Binningv1.0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,28 @@
"\n",
" print(\"ROI sums:\", data_array)"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"ename": "NameError",
"evalue": "name 'CreateEvent' is not defined",
"output_type": "error",
"traceback": [
"\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[1;31mNameError\u001b[0m Traceback (most recent call last)",
"\u001b[1;32m<ipython-input-3-b367da0c5d91>\u001b[0m in \u001b[0;36m<module>\u001b[1;34m\u001b[0m\n\u001b[1;32m----> 1\u001b[1;33m \u001b[0mCreateEvent\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m",
"\u001b[1;31mNameError\u001b[0m: name 'CreateEvent' is not defined"
]
}
],
"source": [
"\n",
"CreateEvent()"
]
}
],
"metadata": {
Expand Down
183 changes: 112 additions & 71 deletions NPBinaryPlots.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 58a9944

Please sign in to comment.