diff options
author | Thomas White <taw@physics.org> | 2013-01-10 17:02:09 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-01-10 17:02:09 +0100 |
commit | 47a10ae59dc7032b56091ad0d1ff72654020bf5b (patch) | |
tree | 92310466ad85b9e46a501c35dffa8bf852bcc736 /ChangeLog | |
parent | 271e3810442cca7ba43f1aee775c36180781372a (diff) |
This is CrystFEL 0.4.30.4.3crystfel-0.4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -1,3 +1,36 @@ +CrystFEL version 0.4.3, 10th January 2013 +----------------------------------------- + +- compare_hkl was reworked to simplify the available figures of merit, add CC*, + and to be consistent between the overall and resolution shell values. A new + option, --intensity-shells, was also added. +- Unit cells can now be handled in any setting. +- Indexamajig will now examine the unit cell given on the command line, even if + the final cell will not be checked (i.e. if --cell-reduction=none). The + lattice type will then be given to MOSFLM, which can help a lot in finding the + right solution. +- Indexamajig now records the number of saturated reflections in the stream. +- Indexamajig now processes the peaks obtained using "--peaks=hdf5" to check for + bad detector regions, peaks too close to panel edges, etc. +- New options "--integrate-saturated", "--use-saturated" and "--integrate-found" + were added to indexamajig. +- A bug was fixed which caused systematically absent (due to centering) + reflections to be predicted and integrated. +- The colour scaling in hdfsee was improved. +- powder_plot was moved to the extra programs repository. +- The configure script now checks for HDF5. +- Forbidden (due to centering) reflections are now taken into account by + check_hkl when calculating the completeness. +- The speed of pattern processing was increased significantly (in many cases) by + avoiding an unnecessary iteration. +- A crystfel.pc file was added, allowing use of "pkg-config --cflags crystfel" + and so on. +- The new option "--min-measurements" was added to process_hkl. +- The wavelength can now be specified in the beam file as an HDF5 path or as an + explicit number, just like the camera length. There is no longer any + "fallback" to a nominal value (Chun Hong Yoon). + + CrystFEL version 0.4.2, 2nd October 2012 ---------------------------------------- |