aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/felix.h
AgeCommit message (Collapse)Author
2020-01-10Mass update of copyright datesThomas White
2019-09-20Delegate option processing for indexing methodsThomas White
Involves switching from getopt_long to argp. A big improvement!
2019-05-07Update all source code comments to Doxygen formatThomas White
2018-02-08Changed the naming of felix options and variables to make them more obvious.Kenneth R. Beyerlein
2018-02-08Change Felix min-uniqueness paramter name to max-uniqueness.Kenneth R. Beyerlein
2018-02-08Add Felix option felix-max-inter-angleKenneth R. Beyerlein
2018-02-08Make felix-domega optionKenneth R. Beyerlein
2017-10-27Merge branch 'tom/simpler_felix'Thomas White
2017-10-18Add probe functions to indexing methodsThomas White
2017-10-12indexamajig: Simplify Felix optionsThomas 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-06Indexing engine private pointers should be void *Thomas White
2015-09-15Implement Felix IndexerKenneth Beyerlein