Skip to content

Commit 87089d1

Browse files
committed
Do not mention metadata
1 parent e2cbb6f commit 87089d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/examples/POWGEN_data_reduction.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@
171171
"\n",
172172
"We ultimately need to write the reduced data to a file.\n",
173173
"This could be done with the `result` we computed above.\n",
174-
"But then we would have to provide all metadata manually.\n",
175-
"Instead, we can use the pipeline to provide this metadata (in this case only the file name) as shown below.\n",
174+
"But we can use the pipeline to provide additional parameters (in this case only the file name) as shown below.\n",
176175
"See also the [File output](https://scipp.github.io/sciline/recipes/recipes.html#File-output) docs of Sciline.\n",
177176
"\n",
178177
"For simplicity we write a simply xye file with 3 columns: $d$-spacing, intensity, standard deviation of intensity."

0 commit comments

Comments
 (0)