aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/reflist.c
AgeCommit message (Collapse)Author
2015-05-19Add {get,set}_flag()Thomas White
2015-04-20Make panel assignments invariant during prediction- and post-refinementThomas White
Reflections appearing and disappearing are problematic when trying to do a least-squares refinement. Therefore, assume that reflections stay on panel and keep them under consideration even if their partialities go to zero (i.e. they drift off Bragg). This should stabilise both refinements, and simplifies quite a lot of code. Collateral "damage": the old "select_intersection()" is now gone.
2014-09-30Cell vector gradients for SCSphere, plus general rationalisationThomas White
2014-05-23Remove {get,set}_{scalable,refinable}()Thomas White
2014-03-30check_hkl: Add L-testThomas White
2014-03-03Update docsThomas White
2014-03-03Include background and peak height in streamThomas White
2013-11-29RefList: Increase maximum index to 511Thomas White
2013-07-24Iteration over reflection list should include other reflections with same ↵Thomas White
asymmetric indices This fixes a >2 year old bug in the reflection list, and a bug in tests/list_check.c which allowed it to go undetected for so long. The main situation where it would have caused problems is when asymmetric_indices() was called on a reflection list containing symmetrically equivalent reflections. The only core CrystFEL program which does this is partialator. compare_hkl uses asymmetric_indices(), but the reflections are already guaranteed to be asymmetric by that point (because check_list_symmetry() has been called).
2013-04-17Add Lorentz factorThomas White
2012-06-21More fussinessThomas White
2012-03-13Fix strange behaviour of add_refl_to_list()Thomas White
2012-03-12Update copyright notices to show actual contribution yearsThomas White
2012-03-09Update licence notices in line with recommendations from TTThomas White
2012-03-06Rename old array functions to get them out of the way of API consistencyThomas White
2012-02-22GPLv3 boilerplate commentsThomas White
2012-02-22Introduce "libcrystfel"Thomas White