aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/reflist.h
AgeCommit message (Collapse)Author
2021-03-05Mass update of copyright dates in source code commentsThomas White
2020-07-29Remove config.h from libcrystfel headersThomas White
Same reason as removing them from tests. Also, libcrystfel might be used in projects which have HAVE_CONFIG_H defined.
2020-07-29Convert prediction and integration to detgeomThomas White
2020-01-10Mass update of copyright datesThomas White
2019-05-07Update all source code comments to Doxygen formatThomas White
2018-09-11Fix header dependencies between reflist.h and crystal.hThomas White
2018-08-30RefList: add contribution listThomas White
2018-02-27Record khalf for reflectionsThomas White
2018-02-27New partiality model from Ginn et al.Thomas White
2018-02-27Add const versions of RefList iterationThomas White
2016-08-16Add notes to RefListThomas White
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-06-13Add extern "C" for C++ compatibilityChuck
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-04-17Add Lorentz factorThomas 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