aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/stream2sol.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/stream2sol.py b/scripts/stream2sol.py
index d913b32e..1a9f31ec 100755
--- a/scripts/stream2sol.py
+++ b/scripts/stream2sol.py
@@ -1,4 +1,16 @@
#!/usr/bin/env python
+
+# Create solution file for '--indexing=file' from a stream
+#
+# Copyright © 2020-2021 Max-Planck-Gesellschaft
+# zur Förderung der Wissenschaften e.V.
+# Copyright © 2021 Deutsches Elektronen-Synchrotron DESY,
+# a research centre of the Helmholtz Association.
+#
+# Authors:
+# 2020 Pascal Hogan-Lamarre <pascal.hogan.lamarre@mail.utoronto.ca>
+# 2021 Thomas White <thomas.white@desy.de>
+
from io import StringIO
import re
from warnings import warn