diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rwxr-xr-x | scripts/stream2sol.py | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -98,5 +98,8 @@ "FromFile" indexer Features for working with electron diffraction patterns +* Robert Bücker <robert.buecker@cssb-hamburg.de> + stream2sol.py + * Troy D. Hanson uthash (http://troydhanson.github.com/uthash/) diff --git a/scripts/stream2sol.py b/scripts/stream2sol.py index 7b194235..7fc0473d 100755 --- a/scripts/stream2sol.py +++ b/scripts/stream2sol.py @@ -8,7 +8,7 @@ # a research centre of the Helmholtz Association. # # Authors: -# 2020 Pascal Hogan-Lamarre <pascal.hogan.lamarre@mail.utoronto.ca> +# 2020 Robert Bücker <robert.buecker@cssb-hamburg.de> # 2021 Thomas White <thomas.white@desy.de> from io import StringIO |