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 | |
parent | 271e3810442cca7ba43f1aee775c36180781372a (diff) |
This is CrystFEL 0.4.30.4.3crystfel-0.4
-rw-r--r-- | ChangeLog | 33 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/reference/CrystFEL-docs.sgml | 2 |
3 files changed, 35 insertions, 2 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 ---------------------------------------- diff --git a/configure.ac b/configure.ac index a148942a..a3a15482 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(crystfel, 0.4.2, taw@physics.org) +AC_INIT(crystfel, 0.4.3, taw@physics.org) AC_CONFIG_AUX_DIR([build-aux]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/doc/reference/CrystFEL-docs.sgml b/doc/reference/CrystFEL-docs.sgml index 348169bd..34258a64 100644 --- a/doc/reference/CrystFEL-docs.sgml +++ b/doc/reference/CrystFEL-docs.sgml @@ -8,7 +8,7 @@ <bookinfo> <title>CrystFEL Reference Manual</title> <releaseinfo> - For libcrystfel from CrystFEL 0.4.2. + For libcrystfel from CrystFEL 0.4.3. </releaseinfo> <abstract> This is the internal documentation for CrystFEL. Unless you are looking at |