diff options
-rw-r--r-- | AUTHORS | 11 | ||||
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | README | 8 |
3 files changed, 18 insertions, 8 deletions
@@ -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 @@ -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 @@ -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 |