Skip to content
Merged
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
19 changes: 15 additions & 4 deletions 4-reduction/sciline-introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,20 @@
"- List of peaks and associated intensities (diffraction).\n",
"- Etc.\n",
"\n",
"![Sciline graph example](sciline-graph-example.svg \"Illustration of a Sciline workflow graph\")\n"
"![Sciline graph example](sciline-graph-example.svg \"Illustration of a Sciline workflow graph\")\n",
"\n",
"### How does Sciline know how to build the graph?\n",
"\n",
"Each domain type is **unique**, and given a list of all functions to be used in the workflow,\n",
"Sciline can figure out how to connect the nodes in the graph.\n",
"\n",
"Think of it like puzzle pieces that fit into each other:\n",
"\n",
"<img src=\"sciline-puzzle-1.svg\" width=\"600\">\n",
"\n",
"<br><br><br>\n",
"\n",
"<img src=\"sciline-puzzle-2.svg\" width=\"600\">"
]
},
{
Expand Down Expand Up @@ -341,7 +354,6 @@
"execution_count": null,
"id": "19",
"metadata": {},
"tags": ["raises-exception"],
"outputs": [],
"source": [
"# Uncomment the next line to see the exception\n",
Expand All @@ -353,7 +365,6 @@
"execution_count": null,
"id": "20",
"metadata": {},
"tags": ["raises-exception"],
"outputs": [],
"source": [
"def bad_to_histogram(events: QData, qbins: QBins) -> QHistogram:\n",
Expand Down Expand Up @@ -575,7 +586,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.14"
"version": "3.12.7"
}
},
"nbformat": 4,
Expand Down
130 changes: 130 additions & 0 deletions 4-reduction/sciline-puzzle-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
128 changes: 128 additions & 0 deletions 4-reduction/sciline-puzzle-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading