aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.c
AgeCommit message (Collapse)Author
2016-01-29Perform prediction refinement straight after indexingThomas White
This allows indexing to be attempted again (either a new method or with "retry") if the prediction refinement fails, increasing overall indexing rate. Side-effect: there are some hoops which would need to be jumped through to store the profile radius before refinement and hence enable scripts/plot-predict-refine to work. For now, we'll ignore this as it's clear that the prediction refinement is working.
2015-12-18"Retry" mechanism for indexingThomas White
This increases the indexing rate a bit in situations where there are lots of weak peaks which, although they may be real, don't help indexing. The weakest 10% of peaks get cut out and the indexing re-run. This also allows multiple hits to be indexed, using the "inelegant peak subtraction method", by retrying indexing in the same way after deleting peaks which are accounted for by the lattice just found.
2015-01-27FormattingValerio Mariani
2015-01-27Add image_reflection_closest()Valerio Mariani
2014-09-05Multi-event modeValerio Mariani
2014-07-24Fixes closest feature detection bugValerio Mariani
2014-01-21FussinessThomas White
2014-01-21Fixed memory leaks in free_all_crystals functionKenneth Beyerlein
2013-02-18Read GrainSpotter's output properlyThomas White
2013-02-05WIP on bringing programs up to dateThomas 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-02-22Fix bounds of image feature number (spotted by Chuck)Thomas White
2012-02-22GPLv3 boilerplate commentsThomas White
2012-02-22Add #define _ISOC99_SOURCE to get INFINITY and NANThomas White
2012-02-22Introduce "libcrystfel"Thomas White