diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | libcrystfel/src/filters.c | 7 |
3 files changed, 8 insertions, 3 deletions
@@ -27,3 +27,6 @@ * Karol Nass <karol.nass@desy.de> General bug finding and fixing + +* Anton Barty <anton.barty@desy.de> + Median filter @@ -15,6 +15,7 @@ Authors: Kenneth Beyerlein <kenneth.beyerlein@desy.de> Karol Nass <karol.nass@desy.de> Nadia Zatsepin <nadia.zatsepin@asu.edu> + Anton Barty <anton.barty@desy.de> Please read the AUTHORS file for a full list of contributions and contributors. See the COPYING file for licence conditions. Summary: GPLv3+. diff --git a/libcrystfel/src/filters.c b/libcrystfel/src/filters.c index 041b9686..fc8738c8 100644 --- a/libcrystfel/src/filters.c +++ b/libcrystfel/src/filters.c @@ -3,11 +3,12 @@ * * Image filtering * - * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, - * a research centre of the Helmholtz Association. + * Copyright © 2012-2013 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. * * Authors: - * 2010-2012 Thomas White <taw@physics.org> + * 2010-2013 Thomas White <taw@physics.org> + * 2013 Anton Barty <anton.barty@desy.de> * * This file is part of CrystFEL. * |