Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions steady_as_beamlines_go/run_me_2.ipynb

Large diffs are not rendered by default.

14 changes: 5 additions & 9 deletions steady_as_beamlines_go/run_me_3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,11 @@
"cell_type": "markdown",
"id": "dddfca9a-09ae-47b3-9e1a-145abf240ad3",
"metadata": {
"jp-MarkdownHeadingCollapsed": true,
"tags": []
},
"source": [
"## It's hard to perfect record intent as you are experimenting - data isn't perfect\n",
"- In this case, we have only the choice to keep a record and apply it to processed data \n",
"## It's hard to perfectly record intent as you are experimenting - so metadata isn't perfect\n",
"- In this case, we have only the choice to keep a human made record and apply it to processed data \n",
"- However, bluesky `baseline` recordings make it clear when the beamline was not in a standard configuration\n"
]
},
Expand Down Expand Up @@ -361,7 +360,7 @@
"- Center of Mass X\n",
"- Center of Mass Y\n",
"- Sigma X (stdev in X)\n",
"- Sigma Y (stdev in X)\n",
"- Sigma Y (stdev in Y)\n",
" \n",
"[These and similiar signals are computed by the AreaDetector Stats Plugin](https://areadetector.github.io/master/ADCore/NDPluginStats.html)\n"
]
Expand Down Expand Up @@ -486,7 +485,7 @@
"outputs": [],
"source": [
"fig = plt.figure()\n",
"plt.plot(data_dict['intensity_ts'], label=f'{df[\"roi\"][0]}')#missing first 50')\n",
"plt.plot(data_dict['intensity_ts'], label=f'{df[\"roi\"][0]}')\n",
"plt.legend()"
]
},
Expand Down Expand Up @@ -522,7 +521,6 @@
"cell_type": "markdown",
"id": "f7ebba05-e89e-4cb7-ad7e-34c8a7e20a30",
"metadata": {
"jp-MarkdownHeadingCollapsed": true,
"tags": []
},
"source": [
Expand Down Expand Up @@ -653,7 +651,6 @@
"cell_type": "markdown",
"id": "9121df02-cbf9-4ee6-9f20-349f94b26486",
"metadata": {
"jp-MarkdownHeadingCollapsed": true,
"tags": []
},
"source": [
Expand Down Expand Up @@ -685,7 +682,7 @@
},
"outputs": [],
"source": [
"scan = scans[2]\n",
"scan = scans[0]\n",
"class_label = \"anomaly\" #\"no induced\"\n",
"#class_label = \"no induced\"\n",
"#class_label = None\n",
Expand Down Expand Up @@ -760,7 +757,6 @@
"cell_type": "markdown",
"id": "64ec9390-fe8e-4e55-9cf7-dc8d0a7838ca",
"metadata": {
"jp-MarkdownHeadingCollapsed": true,
"tags": []
},
"source": [
Expand Down