Skip to content

Commit

Permalink
Hooked in the correct NeXus definitions branch to use for the em_refa…
Browse files Browse the repository at this point in the history
…ctoring feature branch
atomprobe-tc committed Jan 23, 2024
1 parent 4aba063 commit a681f25
Showing 2 changed files with 26 additions and 6 deletions.
30 changes: 25 additions & 5 deletions apm.dev.ipynb
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "6da1aea0-545b-446b-a3d1-1574af72f6c6",
"metadata": {},
"outputs": [],
@@ -14,10 +14,18 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"id": "3889c47f-11c4-4bf3-97de-04fc52f0798d",
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"/home/kaiobach/Research/hu_hu_hu/sprint17/pynx-apm/pynxtools\n"
]
}
],
"source": [
"src = f\"{os.getcwd()}\"\n",
"print(src)\n",
@@ -26,10 +34,22 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"id": "aec5b20a-20ed-4fe3-8097-a53bcc9dded0",
"metadata": {},
"outputs": [],
"outputs": [
{
"data": {
"application/x-hdf5": "/home/kaiobach/Research/hu_hu_hu/sprint17/pynx-apm/pynxtools/debug/debug.nor_trondheim_hatzeglou_0.nxs",
"text/plain": [
"<jupyterlab_h5web.widget.H5Web object>"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"H5Web(f\"{src}/debug/{fnm[0]}\")"
]

0 comments on commit a681f25

Please sign in to comment.