aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-22Fix arithmetic problem with colour scaleThomas White
2012-02-22get_hkl: Add commentThomas White
2012-02-22render_hkl: Add --colour-key option, shuffle help message aroundThomas White
2012-02-22Fix scale factorsThomas White
2012-02-22Reduce the scope of "count"Thomas White
Lists of counts had pervaded every corner of CrystFEL, being used as markers for the presence of reflections. Now we have a better way of doing this, the ReflItemList, and few parts of the suite apart from process_hkl have any business knowing how many observations were made of a particular reflection.
2012-02-22process_hkl: Restructure and remove all intensity analysis stuffThomas White
2012-02-22process_hkl: Improve de-twinningThomas White
2012-02-22process_hkl: Show information about symmetryThomas White
2012-02-22Add useful commentThomas White
2012-02-22Fix silly mistakeThomas White
2012-02-22process_hkl: De-twinning, first attemptThomas White
2012-02-22Take the union of available twin ops, not just the subgroup with the highest ↵Thomas White
number
2012-02-22Fix memory leaksThomas White
2012-02-22Fix doc/symmetryThomas White
2012-02-22Simplify symmetry and twinning quite a lotThomas White
2012-02-22Add coset decomposition and twinning stuffThomas White
2012-02-22Fix Wyckoff letter 'a' in '6'Thomas White
2012-02-22compare_hkl: Improve bookkeepingThomas White
2012-02-22Remove unnecessary fabs()Thomas White
2012-02-22compare_hkl: Add Pearson correlationThomas White
2012-02-22Fix confusing labelsThomas White
2012-02-22compare_hkl: Remove unneeded optionsThomas White
2012-02-22compare_hkl: Use minimisation to determine the right scale factorThomas White
2012-02-22render_hkl: Use colour scale if requestedThomas White
2012-02-22Add point group "-1"Thomas White
2012-02-22Update doc/symmetryThomas White
2012-02-22calibrate_detector: Fix --helpThomas White
2012-02-22calibrate_detector: Add missing item from --helpThomas White
2012-02-22calibrate_detector: Fix memory leakThomas White
2012-02-22Don't use cull_peaks() unless geometry is presentThomas White
2012-02-22indexamajig: Add missing lockThomas White
2012-02-22calibrate_detector: Rework multithreading not to use pthread_timedjoin_np()Thomas White
2012-02-22Add --disable-cairo option and compile without CairoThomas White
2012-02-22Close the detector geometry file after useThomas White
2012-02-22indexamajig: Rework threading not to use pthread_timedjoin_np()Thomas White
2012-02-22Update documentation and conditional TIFF/PNG compilationThomas White
2012-02-22Add configure options: --disable-tiff and --disable-pngThomas White
2012-02-22Test for libPNGThomas White
2012-02-22FussinessThomas White
2012-02-22Add doc/symmetryThomas White
2012-02-22compare_hkl: Show Rmerge as wellThomas White
2012-02-22pattern_sim: Don't go looking for phases if they're not neededThomas White
This allows old reflection lists (without phases) to be used as long as you don't want phased gradients.
2012-02-22Handle older reflection list formats as wellThomas White
2012-02-22Fix R-factor calculationThomas White
2012-02-22compare_hkl: Add commentThomas White
2012-02-22compare_hkl: Take counts into accountThomas White
2012-02-22compare_hkl: Don't require silly -a and -b optionsThomas White
2012-02-22Trap on invalid weightingThomas White
2012-02-22Add doc/geometryThomas White
2012-02-22Update doc/indexamajigThomas White