aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-07-06 15:40:53 +0200
committerThomas White <taw@physics.org>2017-07-06 17:13:23 +0200
commitcfb3d2ebc34f526aff4142c0d26e3955bc1ec734 (patch)
treec2bf9e5fb3ac44f6c1f6c5e39aa609ce27996f67
parent00e94235c11cf5432e2c7148b52fde4f7ce3fd99 (diff)
Update docs
-rw-r--r--AUTHORS11
-rw-r--r--ChangeLog7
-rw-r--r--README8
3 files changed, 18 insertions, 8 deletions
diff --git a/AUTHORS b/AUTHORS
index 3b0d9b71..0299e408 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -64,6 +64,7 @@ Contributors
* Wolfgang Brehm <wolfgang.brehm@gmail.com>
"Detwinning" algorithm (ambigator)
+ Fixes for d1sig and d2sig
* Valerio Mariani <<alerio.mariani@desy.de>
Packaging and general bug fixing
@@ -92,3 +93,13 @@ Contributors
* Thomas Grant <tgrant@hwi.buffalo.edu>
Original version of scripts/peakogram-stream
+
+* Steve Aplin <steve.aplin@desy.de>
+ Original version of scripts/turbo-index-slurm
+
+* Oleksandr Yefanov <oleksandr.yefanov@desy.de>
+ geoptimiser
+ Peakfinder8 improvements
+
+* Helen Ginn <helen@strubi.ox.ac.uk>
+ TakeTwo indexing algorithm
diff --git a/ChangeLog b/ChangeLog
index 13ab78b9..f45c1fad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
Changes in this development version
-----------------------------------
-- indexamajig --peaks=peakfinder8 was added.
+- indexamajig --peaks=peakfinder8 was added (Valerio Mariani, Oleksandr Yefanov)
- CBF files are now supported as input.
+- TakeTwo indexing was incorporated (Helen Ginn)
- indexamajig: Hung worker processes will now be detected and killed.
- Peak locations from HDF5 or CXI files are now offset by 0.5,0.5.
- Detector panels no longer need to be perpendicular to the X-ray beam.
@@ -14,7 +15,7 @@ Changes in this development version
- The number of detector units per photon (rather than per eV) can now be
specified in the geometry file.
- indexamajig: Small changes to how peaks from HDF5 files are checked.
-- compare_hkl --fom=d1sig and d2sig were fixed.
+- compare_hkl --fom=d1sig and d2sig were fixed (Wolfgang Brehm).
- compare_hkl --min-measurements was added.
- New polarisation correction.
- Reflection data files now contain audit information (CrystFEL version number
@@ -25,7 +26,7 @@ Changes in this development version
- Add scripts/move-entire-detector, scripts/split-by-mask,
scripts/peakogram-stream and scripts/sum-peaks.
- scripts/turbo-index was renamed to turbo-index-lsf, and turbo-index-slurm
- was added.
+ was added (Steve Aplin).
- An example geometry file for Eiger was added.
- Multiple bug fixes for asdf indexing
- cell_explorer: Fixed invisible Greek letters on some systems
diff --git a/README b/README
index 9919adee..219cca15 100644
--- a/README
+++ b/README
@@ -26,6 +26,9 @@ Authors:
Keitaro Yamashita <k.yamashita@spring8.or.jp>
Marmoru Suzuki <mamoru.suzuki@protein.osaka-u.ac.jp>
Thomas Grant <tgrant@hwi.buffalo.edu>
+ Steve Aplin <steve.aplin@desy.de>
+ Oleksandr Yefanov <oleksandr.yefanov@desy.de>
+ Helen Ginn <helen@strubi.ox.ac.uk>
CrystFEL is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -150,11 +153,6 @@ then your version of FFTW3 is not compiled in a suitable way. You'll need to
install it again (from source) adding "--enable-shared" to its ./configure
command line.
-If you get an error about "cairo_surface_show_page" in src/scaling-report.c,
-simply edit the file and comment that line out. Partialator will then not be
-able to produce a useful scaling report, but the rest of CrystFEL will work
-properly.
-
If you are installing from Git, the following extra things apply:
- You must run "./autogen.sh" to generate "configure" and other files before