Skip to content

Commit fa65af7

Browse files
Apply automatic formatting
1 parent d1c582a commit fa65af7

File tree

16 files changed

+111
-106
lines changed

16 files changed

+111
-106
lines changed

docs/user-guide/dream/dream-data-reduction.ipynb

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "f47beab6-47c9-4cfb-a70e-c00bc8daebef",
5+
"id": "0",
66
"metadata": {},
77
"source": [
88
"# DREAM data reduction\n",
@@ -15,7 +15,7 @@
1515
{
1616
"cell_type": "code",
1717
"execution_count": null,
18-
"id": "74b2df0c-6957-40c2-a48e-a4351547e87a",
18+
"id": "1",
1919
"metadata": {},
2020
"outputs": [],
2121
"source": [
@@ -30,7 +30,7 @@
3030
},
3131
{
3232
"cell_type": "markdown",
33-
"id": "dcaf1d53-2a81-4a31-8379-1fb3791aaeab",
33+
"id": "2",
3434
"metadata": {},
3535
"source": [
3636
"## Create and configure the workflow\n",
@@ -41,7 +41,7 @@
4141
{
4242
"cell_type": "code",
4343
"execution_count": null,
44-
"id": "b2d15f12-69d7-4c5d-9d4d-f1c13fc29103",
44+
"id": "3",
4545
"metadata": {},
4646
"outputs": [],
4747
"source": [
@@ -50,7 +50,7 @@
5050
},
5151
{
5252
"cell_type": "markdown",
53-
"id": "1252feab-12d2-46ac-bf74-70b32344473d",
53+
"id": "4",
5454
"metadata": {},
5555
"source": [
5656
"We then need to set the missing parameters which are specific to each experiment\n",
@@ -60,7 +60,7 @@
6060
{
6161
"cell_type": "code",
6262
"execution_count": null,
63-
"id": "502e77cc-0253-4e71-9d97-81ff560ef99d",
63+
"id": "5",
6464
"metadata": {},
6565
"outputs": [],
6666
"source": [
@@ -85,7 +85,7 @@
8585
},
8686
{
8787
"cell_type": "markdown",
88-
"id": "21fb4492-e836-41d3-a2d4-9678df43b9f9",
88+
"id": "6",
8989
"metadata": {},
9090
"source": [
9191
"## Use the workflow\n",
@@ -96,7 +96,7 @@
9696
{
9797
"cell_type": "code",
9898
"execution_count": null,
99-
"id": "93f2ba0d-f256-4b64-b8fa-42cd1081cc41",
99+
"id": "7",
100100
"metadata": {},
101101
"outputs": [],
102102
"source": [
@@ -105,7 +105,7 @@
105105
},
106106
{
107107
"cell_type": "markdown",
108-
"id": "478f580e-273c-4a46-8dfc-9a2ed31b0cd3",
108+
"id": "8",
109109
"metadata": {},
110110
"source": [
111111
"We then call `compute()` to compute the result:"
@@ -114,7 +114,7 @@
114114
{
115115
"cell_type": "code",
116116
"execution_count": null,
117-
"id": "6a17cf1d-0407-41dd-8a84-0975371ac70a",
117+
"id": "9",
118118
"metadata": {},
119119
"outputs": [],
120120
"source": [
@@ -125,7 +125,7 @@
125125
{
126126
"cell_type": "code",
127127
"execution_count": null,
128-
"id": "527623d2-0eee-456d-a4dd-764df8618ee4",
128+
"id": "10",
129129
"metadata": {},
130130
"outputs": [],
131131
"source": [
@@ -135,7 +135,7 @@
135135
},
136136
{
137137
"cell_type": "markdown",
138-
"id": "39dc0ea3-b30d-4a88-878c-86cf0e8e76e9",
138+
"id": "11",
139139
"metadata": {},
140140
"source": [
141141
"We can now save the result to disk:"
@@ -144,7 +144,7 @@
144144
{
145145
"cell_type": "code",
146146
"execution_count": null,
147-
"id": "f37eba41-6178-4bcb-bf3c-fa177e6112b0",
147+
"id": "12",
148148
"metadata": {},
149149
"outputs": [],
150150
"source": [
@@ -156,7 +156,7 @@
156156
},
157157
{
158158
"cell_type": "markdown",
159-
"id": "0898265e-7edd-4093-9dfb-6e6b2f05c766",
159+
"id": "13",
160160
"metadata": {},
161161
"source": [
162162
"## Compute intermediate results\n",
@@ -169,7 +169,7 @@
169169
{
170170
"cell_type": "code",
171171
"execution_count": null,
172-
"id": "4bd5a7d5-581f-4d04-bf11-955e55646199",
172+
"id": "14",
173173
"metadata": {},
174174
"outputs": [],
175175
"source": [
@@ -186,7 +186,7 @@
186186
{
187187
"cell_type": "code",
188188
"execution_count": null,
189-
"id": "185cb6ee-8e55-43d0-9505-ebe2761785ed",
189+
"id": "15",
190190
"metadata": {},
191191
"outputs": [],
192192
"source": [
@@ -198,7 +198,7 @@
198198
},
199199
{
200200
"cell_type": "markdown",
201-
"id": "7f866ad4-5a0d-4c98-b5ab-a2436f97074d",
201+
"id": "16",
202202
"metadata": {},
203203
"source": [
204204
"## Grouping by scattering angle\n",
@@ -210,7 +210,7 @@
210210
{
211211
"cell_type": "code",
212212
"execution_count": null,
213-
"id": "bc516311-1ab4-4eb7-9a0b-d83ff61e036b",
213+
"id": "17",
214214
"metadata": {},
215215
"outputs": [],
216216
"source": [
@@ -222,7 +222,7 @@
222222
{
223223
"cell_type": "code",
224224
"execution_count": null,
225-
"id": "b19ab368-e0c4-4a03-ac20-61a442e8826e",
225+
"id": "18",
226226
"metadata": {},
227227
"outputs": [],
228228
"source": [
@@ -233,7 +233,7 @@
233233
{
234234
"cell_type": "code",
235235
"execution_count": null,
236-
"id": "fc25ee9c-9395-481f-bd31-3ad139859686",
236+
"id": "19",
237237
"metadata": {},
238238
"outputs": [],
239239
"source": [
@@ -251,7 +251,7 @@
251251
{
252252
"cell_type": "code",
253253
"execution_count": null,
254-
"id": "6e414419-ccf4-420b-899d-a1fa4a6ce4ca",
254+
"id": "20",
255255
"metadata": {},
256256
"outputs": [],
257257
"source": [

docs/user-guide/dream/dream-instrument-view.ipynb

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "4852fe41-3f9a-4cdb-8aba-ff7c7f198e6c",
5+
"id": "0",
66
"metadata": {},
77
"source": [
88
"# DREAM instrument view\n",
@@ -20,7 +20,7 @@
2020
{
2121
"cell_type": "code",
2222
"execution_count": null,
23-
"id": "3f416595-83b4-44d1-b506-9ba73bf0786e",
23+
"id": "1",
2424
"metadata": {},
2525
"outputs": [],
2626
"source": [
@@ -31,7 +31,7 @@
3131
},
3232
{
3333
"cell_type": "markdown",
34-
"id": "228a23dc-17f2-4273-a4c9-3e3276db8c54",
34+
"id": "2",
3535
"metadata": {},
3636
"source": [
3737
"## Load the data\n",
@@ -44,7 +44,7 @@
4444
{
4545
"cell_type": "code",
4646
"execution_count": null,
47-
"id": "1ef8f35b-815f-436a-80e5-cbe4b3172b58",
47+
"id": "3",
4848
"metadata": {},
4949
"outputs": [],
5050
"source": [
@@ -59,7 +59,7 @@
5959
{
6060
"cell_type": "code",
6161
"execution_count": null,
62-
"id": "e8325797-5651-43c1-b601-3db6d4348758",
62+
"id": "4",
6363
"metadata": {
6464
"editable": true,
6565
"nbsphinx": "hidden",
@@ -76,7 +76,7 @@
7676
},
7777
{
7878
"cell_type": "markdown",
79-
"id": "49595486-ab4e-4662-86f7-d301aedcf974",
79+
"id": "5",
8080
"metadata": {
8181
"editable": true,
8282
"slideshow": {
@@ -94,7 +94,7 @@
9494
{
9595
"cell_type": "code",
9696
"execution_count": null,
97-
"id": "e85a8364-e0a1-4c10-8cae-c873f297e651",
97+
"id": "6",
9898
"metadata": {
9999
"editable": true,
100100
"slideshow": {
@@ -110,7 +110,7 @@
110110
},
111111
{
112112
"cell_type": "markdown",
113-
"id": "d08ca911-b1a4-4f17-ba1e-355971531ffe",
113+
"id": "7",
114114
"metadata": {
115115
"editable": true,
116116
"slideshow": {
@@ -126,7 +126,7 @@
126126
{
127127
"cell_type": "code",
128128
"execution_count": null,
129-
"id": "43f9ffbc-6bf5-4407-b3ad-5d1626efc43d",
129+
"id": "8",
130130
"metadata": {
131131
"editable": true,
132132
"slideshow": {
@@ -143,7 +143,7 @@
143143
{
144144
"cell_type": "code",
145145
"execution_count": null,
146-
"id": "a7030d56-a375-47b5-898c-28fd06c2f361",
146+
"id": "9",
147147
"metadata": {
148148
"editable": true,
149149
"nbsphinx": "hidden",
@@ -159,7 +159,7 @@
159159
},
160160
{
161161
"cell_type": "markdown",
162-
"id": "c0b29ebf-21ff-4385-bf8b-0e4fa14dfaf9",
162+
"id": "10",
163163
"metadata": {
164164
"editable": true,
165165
"slideshow": {
@@ -178,7 +178,7 @@
178178
{
179179
"cell_type": "code",
180180
"execution_count": null,
181-
"id": "b417011e-0d12-4287-91d5-c1fb6ecc7cac",
181+
"id": "11",
182182
"metadata": {
183183
"editable": true,
184184
"slideshow": {
@@ -195,7 +195,7 @@
195195
{
196196
"cell_type": "code",
197197
"execution_count": null,
198-
"id": "299ec404-fb18-4533-ad96-e23bf8ba24d6",
198+
"id": "12",
199199
"metadata": {
200200
"editable": true,
201201
"nbsphinx": "hidden",
@@ -211,7 +211,7 @@
211211
},
212212
{
213213
"cell_type": "markdown",
214-
"id": "1df1aa56-5251-4555-a4f4-283145747198",
214+
"id": "13",
215215
"metadata": {},
216216
"source": [
217217
"The instrument view is designed to be flexible in terms of what it accepts as input.\n",
@@ -223,7 +223,7 @@
223223
{
224224
"cell_type": "code",
225225
"execution_count": null,
226-
"id": "0c86e491-3564-498d-9232-39485f5b95d7",
226+
"id": "14",
227227
"metadata": {},
228228
"outputs": [],
229229
"source": [

0 commit comments

Comments
 (0)