diff options
-rw-r--r-- | AUTHORS | 4 | ||||
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | README | 1 |
3 files changed, 16 insertions, 0 deletions
@@ -20,6 +20,7 @@ * Chun Hong Yoon <chun.hong.yoon@desy.de> Speed improvements to indexamajig + pattern_sim overhaul and SASE spectrum simulation * Kenneth Beyerlein <kenneth.beyerlein@desy.de> General bug finding and fixing @@ -38,3 +39,6 @@ * Fedor Chervinskii <fedor.chervinskii@gmail.com> Rsplit_surface and clean-stream.py + +* Alexandra Tolstikova + SASE spectrum simulation @@ -1,3 +1,14 @@ +Changes in this development version +----------------------------------- + +- get_hkl -w was fixed, and the option --no-need-all-parts added. +- pattern_sim was overhauled: the ability to simulate a finite bandwidth was + restored, and a SASE spectrum can now be simulated. +- All programs which use a random number generator now use a proper random + number generator instead of random(). +- partial_sim --really-random was added. + + CrystFEL version 0.5.2, 4th December 2013 ----------------------------------------- @@ -18,6 +18,7 @@ Authors: Anton Barty <anton.barty@desy.de> Cornelius Gati <cornelius.gati@desy.de> Fedor Chervinskii <fedor.chervinskii@gmail.com> + Alexandra Tolstikova Please read the AUTHORS file for a full list of contributions and contributors. See the COPYING file for licence conditions. Summary: GPLv3+. |