aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rw-r--r--ChangeLog4
-rw-r--r--README4
-rw-r--r--doc/reference/libcrystfel/CrystFEL-sections.txt7
4 files changed, 17 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 4b24d960..20be21df 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -45,3 +45,6 @@
* Wolfgang Brehm <wolfgang.brehm@gmail.com>
"Detwinning" algorithm (ambigator)
+
+* Valerio Mariani <<alerio.mariani@desy.de>
+ Packaging and general bug fixing
diff --git a/ChangeLog b/ChangeLog
index 4b69e023..0df51b31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,10 @@ Changes in this development version
- compare/check_hkl --lowres and- -highres were added.
- The "rescut" integration flag was added.
- The stream format was changed to include peak heights and mean backgrounds.
+- scripts/fg-graph and truncate-stream were added.
+- record_image(), random_quaternion(), random_flat(), flat_noise(),
+ gaussian_noise() and poisson_noise() now take an additional gsl_rng argument.
+- validate_peaks() now takes an additional check_snr argument.
CrystFEL version 0.5.2, 4th December 2013
diff --git a/README b/README
index 92fe7857..c9f28bc7 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
CrystFEL - Crystallography with a FEL
-------------------------------------
-Copyright © 2012-2013 Deutsches Elektronen-Synchrotron DESY,
+Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
a research centre of the Helmholtz Association.
Authors:
@@ -20,6 +20,8 @@ Authors:
Fedor Chervinskii <fedor.chervinskii@gmail.com>
Alexandra Tolstikova
Wolfgang Brehm <wolfgang.brehm@gmail.com>
+ Valerio Mariani <valerio.mariani@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/doc/reference/libcrystfel/CrystFEL-sections.txt b/doc/reference/libcrystfel/CrystFEL-sections.txt
index 014b4db4..82e393d9 100644
--- a/doc/reference/libcrystfel/CrystFEL-sections.txt
+++ b/doc/reference/libcrystfel/CrystFEL-sections.txt
@@ -57,6 +57,10 @@ num_reflections
tree_depth
lock_reflection
unlock_reflection
+GET_H
+GET_K
+GET_L
+SERIAL
</SECTION>
<SECTION>
@@ -284,6 +288,7 @@ SymOpMask
free_symoplist
num_equivs
get_pointgroup
+parse_symmetry_operations
add_symop
get_equiv
special_position
@@ -417,6 +422,7 @@ select_intersections
update_partialities
update_partialities_2
polarisation_correction
+LORENTZ_SCALE
</SECTION>
<SECTION>
@@ -448,6 +454,7 @@ INTEGRATION_METHOD_MASK
IntegrationMethod
IntDiag
integrate_all
+integrate_all_2
integration_method
</SECTION>