diff options
author | Thomas White <taw@physics.org> | 2014-08-15 15:25:34 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-09-05 13:36:40 +0200 |
commit | 16a5848ff278be2e7612f36ca9103b668e47306d (patch) | |
tree | 45d032be84b5530084ee1495581c7c226e067588 /ChangeLog | |
parent | b436924ab935f1c5aed4a7eea1eb9bfea06b9006 (diff) |
This is CrystFEL 0.5.40.5.4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 13 insertions, 8 deletions
@@ -1,21 +1,26 @@ -Changes in this development version ------------------------------------ +CrystFEL version 0.5.4, 5th September 2014 +------------------------------------------ - hdfsee calibration mode, ADSC export and scrollbars were added. - Bad regions can now be specified as fs/ss as well as x/y. - "--version" options were added to everything. - partial_sim --background was added. -- partialator --reference was removed. +- partialator --reference, --geometry and --beam were removed. - ambigator --corr-matrix was added. -- indexamajig --peak-radius was added. -- partialator no longer needs beam/geom files. +- indexamajig --peak-radius and --highres were added. +- Handling of bad pixels and overlapping reflections was improved. - ambigator now updates the lattice basis vectors as well as the indices. - pattern_sim can now simulate all point groups on the GPU. +- Unit cell output on the command line now uses Angstroms instead of nm. - Beam/crystal properties and mean camera length were added to the stream. - scripts/gen-sfs-expand was added. -- libcrystfel was made compatible with C++ -- get_symop() was added. -- read_chunk_2() was added for faster stream reading. +- Stream reading/writing API was changed and improved. +- libcrystfel was made compatible with C++. +- get_symop(), get_matrix_name() mark_resolution_range_as_bad() were added. +- Prototypes changed for find_panel_number(), *_prepare() (all indexing + methods), find_intersections(), image_feature_closest(), +- {get,set}_{refineable,scalable}() were removed. +- integrate_peak() was removed from the exposed API. CrystFEL version 0.5.3a, 14th April 2014 |