|
2 | 2 | "cells": [ |
3 | 3 | { |
4 | 4 | "cell_type": "markdown", |
5 | | - "id": "f47beab6-47c9-4cfb-a70e-c00bc8daebef", |
| 5 | + "id": "0", |
6 | 6 | "metadata": {}, |
7 | 7 | "source": [ |
8 | 8 | "# DREAM data reduction\n", |
|
15 | 15 | { |
16 | 16 | "cell_type": "code", |
17 | 17 | "execution_count": null, |
18 | | - "id": "74b2df0c-6957-40c2-a48e-a4351547e87a", |
| 18 | + "id": "1", |
19 | 19 | "metadata": {}, |
20 | 20 | "outputs": [], |
21 | 21 | "source": [ |
|
30 | 30 | }, |
31 | 31 | { |
32 | 32 | "cell_type": "markdown", |
33 | | - "id": "dcaf1d53-2a81-4a31-8379-1fb3791aaeab", |
| 33 | + "id": "2", |
34 | 34 | "metadata": {}, |
35 | 35 | "source": [ |
36 | 36 | "## Create and configure the workflow\n", |
|
41 | 41 | { |
42 | 42 | "cell_type": "code", |
43 | 43 | "execution_count": null, |
44 | | - "id": "b2d15f12-69d7-4c5d-9d4d-f1c13fc29103", |
| 44 | + "id": "3", |
45 | 45 | "metadata": {}, |
46 | 46 | "outputs": [], |
47 | 47 | "source": [ |
|
50 | 50 | }, |
51 | 51 | { |
52 | 52 | "cell_type": "markdown", |
53 | | - "id": "1252feab-12d2-46ac-bf74-70b32344473d", |
| 53 | + "id": "4", |
54 | 54 | "metadata": {}, |
55 | 55 | "source": [ |
56 | 56 | "We then need to set the missing parameters which are specific to each experiment\n", |
|
60 | 60 | { |
61 | 61 | "cell_type": "code", |
62 | 62 | "execution_count": null, |
63 | | - "id": "502e77cc-0253-4e71-9d97-81ff560ef99d", |
| 63 | + "id": "5", |
64 | 64 | "metadata": {}, |
65 | 65 | "outputs": [], |
66 | 66 | "source": [ |
|
85 | 85 | }, |
86 | 86 | { |
87 | 87 | "cell_type": "markdown", |
88 | | - "id": "21fb4492-e836-41d3-a2d4-9678df43b9f9", |
| 88 | + "id": "6", |
89 | 89 | "metadata": {}, |
90 | 90 | "source": [ |
91 | 91 | "## Use the workflow\n", |
|
96 | 96 | { |
97 | 97 | "cell_type": "code", |
98 | 98 | "execution_count": null, |
99 | | - "id": "93f2ba0d-f256-4b64-b8fa-42cd1081cc41", |
| 99 | + "id": "7", |
100 | 100 | "metadata": {}, |
101 | 101 | "outputs": [], |
102 | 102 | "source": [ |
|
105 | 105 | }, |
106 | 106 | { |
107 | 107 | "cell_type": "markdown", |
108 | | - "id": "478f580e-273c-4a46-8dfc-9a2ed31b0cd3", |
| 108 | + "id": "8", |
109 | 109 | "metadata": {}, |
110 | 110 | "source": [ |
111 | 111 | "We then call `compute()` to compute the result:" |
|
114 | 114 | { |
115 | 115 | "cell_type": "code", |
116 | 116 | "execution_count": null, |
117 | | - "id": "6a17cf1d-0407-41dd-8a84-0975371ac70a", |
| 117 | + "id": "9", |
118 | 118 | "metadata": {}, |
119 | 119 | "outputs": [], |
120 | 120 | "source": [ |
|
125 | 125 | { |
126 | 126 | "cell_type": "code", |
127 | 127 | "execution_count": null, |
128 | | - "id": "527623d2-0eee-456d-a4dd-764df8618ee4", |
| 128 | + "id": "10", |
129 | 129 | "metadata": {}, |
130 | 130 | "outputs": [], |
131 | 131 | "source": [ |
|
135 | 135 | }, |
136 | 136 | { |
137 | 137 | "cell_type": "markdown", |
138 | | - "id": "39dc0ea3-b30d-4a88-878c-86cf0e8e76e9", |
| 138 | + "id": "11", |
139 | 139 | "metadata": {}, |
140 | 140 | "source": [ |
141 | 141 | "We can now save the result to disk:" |
|
144 | 144 | { |
145 | 145 | "cell_type": "code", |
146 | 146 | "execution_count": null, |
147 | | - "id": "f37eba41-6178-4bcb-bf3c-fa177e6112b0", |
| 147 | + "id": "12", |
148 | 148 | "metadata": {}, |
149 | 149 | "outputs": [], |
150 | 150 | "source": [ |
|
156 | 156 | }, |
157 | 157 | { |
158 | 158 | "cell_type": "markdown", |
159 | | - "id": "0898265e-7edd-4093-9dfb-6e6b2f05c766", |
| 159 | + "id": "13", |
160 | 160 | "metadata": {}, |
161 | 161 | "source": [ |
162 | 162 | "## Compute intermediate results\n", |
|
169 | 169 | { |
170 | 170 | "cell_type": "code", |
171 | 171 | "execution_count": null, |
172 | | - "id": "4bd5a7d5-581f-4d04-bf11-955e55646199", |
| 172 | + "id": "14", |
173 | 173 | "metadata": {}, |
174 | 174 | "outputs": [], |
175 | 175 | "source": [ |
|
186 | 186 | { |
187 | 187 | "cell_type": "code", |
188 | 188 | "execution_count": null, |
189 | | - "id": "185cb6ee-8e55-43d0-9505-ebe2761785ed", |
| 189 | + "id": "15", |
190 | 190 | "metadata": {}, |
191 | 191 | "outputs": [], |
192 | 192 | "source": [ |
|
198 | 198 | }, |
199 | 199 | { |
200 | 200 | "cell_type": "markdown", |
201 | | - "id": "7f866ad4-5a0d-4c98-b5ab-a2436f97074d", |
| 201 | + "id": "16", |
202 | 202 | "metadata": {}, |
203 | 203 | "source": [ |
204 | 204 | "## Grouping by scattering angle\n", |
|
210 | 210 | { |
211 | 211 | "cell_type": "code", |
212 | 212 | "execution_count": null, |
213 | | - "id": "bc516311-1ab4-4eb7-9a0b-d83ff61e036b", |
| 213 | + "id": "17", |
214 | 214 | "metadata": {}, |
215 | 215 | "outputs": [], |
216 | 216 | "source": [ |
|
222 | 222 | { |
223 | 223 | "cell_type": "code", |
224 | 224 | "execution_count": null, |
225 | | - "id": "b19ab368-e0c4-4a03-ac20-61a442e8826e", |
| 225 | + "id": "18", |
226 | 226 | "metadata": {}, |
227 | 227 | "outputs": [], |
228 | 228 | "source": [ |
|
233 | 233 | { |
234 | 234 | "cell_type": "code", |
235 | 235 | "execution_count": null, |
236 | | - "id": "fc25ee9c-9395-481f-bd31-3ad139859686", |
| 236 | + "id": "19", |
237 | 237 | "metadata": {}, |
238 | 238 | "outputs": [], |
239 | 239 | "source": [ |
|
251 | 251 | { |
252 | 252 | "cell_type": "code", |
253 | 253 | "execution_count": null, |
254 | | - "id": "6e414419-ccf4-420b-899d-a1fa4a6ce4ca", |
| 254 | + "id": "20", |
255 | 255 | "metadata": {}, |
256 | 256 | "outputs": [], |
257 | 257 | "source": [ |
|
0 commit comments