diff options
author | Thomas White <taw@physics.org> | 2014-04-09 15:40:12 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-04-09 16:33:07 +0200 |
commit | 34b11b5c0226c242a276722fb6341ec930321d7b (patch) | |
tree | 68d8b59dcbd1bff764cfaf8175b459376c5f3421 | |
parent | ce84f85af58dc8f103edd9453b287dfe06c93b7c (diff) |
Update docs
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | doc/reference/libcrystfel/CrystFEL-sections.txt | 7 |
4 files changed, 17 insertions, 1 deletions
@@ -45,3 +45,6 @@ * Wolfgang Brehm <wolfgang.brehm@gmail.com> "Detwinning" algorithm (ambigator) + +* Valerio Mariani <<alerio.mariani@desy.de> + Packaging and general bug fixing @@ -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 @@ -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> |