aboutsummaryrefslogtreecommitdiff
path: root/src/likelihood.h
AgeCommit message (Collapse)Author
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: Use a different (array) indexing method to speed it up lotsThomas White
2010-05-27Handle I0 == 1.0 correctlyThomas White
2010-05-26process_hkl: Output gas detector values with scaling factorsThomas White
2010-05-04process_hkl: Implement --scale optionThomas White