aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/taketwo.h
AgeCommit message (Collapse)Author
2019-05-07Update all source code comments to Doxygen formatThomas White
2017-10-19Add probe for TakeTwoThomas White
2017-09-22Don't send detector and tolerance to indexing methodsThomas White
The detector isn't used for anything, and the tolerance is none of their business.
2017-07-24Make struct taketwo_options constThomas White
2017-07-06indexamajig: Add TakeTwo-specific optionsThomas White
2017-07-06Use void pointers for indexing engine private stuffThomas White
2016-10-17Initial TakeTwo importThomas White
Only changes from Helen's code so far: 1. Stripping trailing spaces 2. Tweaking includes (<> -> "") 3. Adding initial CrystFEL hooks at the bottom of taketwo.c 4. Moving definition of struct SpotVec to taketwo.c 5. Removing prototype for run_taketwo from taketwo.h (comment moved to .c) 6. Authorship/copyright boilerplate