aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/taketwo.c
AgeCommit message (Collapse)Author
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-09-15Simplify indexing optionsThomas White
mosflm-cell-nolatt-multi-refine-bad-retry.... it's all getting a bit too much. This commit removes all the options from the indexing methods except for the prior information flags (cell/nocell and latt/nolatt). All the other options are now given at the top level with new indexamajig options, e.g. --no-multi and --no-retry. They are applied to all the methods, with no option to (say) use retry for one method and not for another. This also makes the "peak alignment test" default to OFF, and multi-lattice indexing ON. I think that the prediction refinement does a good enough job of checking the validity of indexing solutions, allowing us to turn off the alignment check which filters out most multi-lattice solutions.
2017-07-24Make struct taketwo_options constThomas White
2017-07-24Ensure TakeTwo arrays get freedThomas White
2017-07-24TakeTwo options againThomas White
2017-07-24Formatting/copyright datesThomas White
2017-07-20Change units for TakeTwo parametersThomas White
2017-07-18Crashy for unknown reason, but have added the code for using custom params.cppxfel
2017-07-06indexamajig: Add TakeTwo-specific optionsThomas White
2017-07-06Fix typoThomas White
2017-07-06Remove unnecessary headers and move an includeThomas White
2017-07-06Use void pointers for indexing engine private stuffThomas White
2017-07-05Shoved a bunch of the stuff being passed from function to function into ↵cppxfel
TakeTwoCell, and shoved gsl_vector allocation into it as well to reduce alloc events
2017-07-01Adding a cutoff for maximum allowed vectors (100,000) to stop Tom's computer ↵cppxfel
(and others) falling apart again.
2017-06-30Ridiculous ASCII art to increase prominance of citationcppxfel
2017-06-30Removed unnecessary returns and set functions to void, and removed ↵cppxfel
superfluous integer declaration
2017-06-30Didn't use C99 code, fixingcppxfel
2017-06-30Yet more speed fiddlescppxfel
2017-06-30Removed some code, fixed some code, and so on and so forthcppxfel
2017-06-29WARNING - profanity - uploading to my server so I can gvalgrindcppxfel
2017-06-29Disable a check which wasn't acted upon to measure impact on speedcppxfel
2017-06-29Should not limit to proceeding vectors only when a new spot may have been ↵cppxfel
included\!
2017-06-29Relaxation of tolerancescppxfel
2017-06-19Reduced amount of gsl_matrix reallocationcppxfel
2017-06-19Changing cosine of angle to be most sensitive to 0.5 degreescppxfel
2017-06-19Add observed angle check back in...cppxfel
2017-06-19Compile error sorted and some code re-addedcppxfel
2017-06-19Theoretical speed improvements by replacing acos with comparison of cosines ↵cppxfel
for the quick check, but not necessarily good
2017-06-14More fiddlingHelen Ginn
2017-06-14Memory leak fixes and various tweaksHelen Ginn
2017-06-14Added symmetry checking - better indexing rate but something's holding back ↵Helen Ginn
a number of crystals
2017-05-18Implement get_chiral_holohedry()Thomas White
2017-05-18Small fixesThomas White
2017-05-18FormattingThomas White
2017-05-18FormattingThomas White
2017-05-18Fix uninitialised variableThomas White
2017-05-18Various fiddles to add symmetry operations but not functionalHelen Ginn
2017-03-24Now tries the shortest vectors first.Helen Ginn
2017-01-18Remove error messagesHelen Ginn
2017-01-18One image has no more leaks from taketwo.cHelen Ginn
2017-01-18Significant reduction in leakage, not done yet.Helen Ginn
2017-01-18Fixed more memory errorsHelen Ginn
2017-01-18Goodbye memory leaks!Helen Ginn
2017-01-18Fiddled with parameters, now nice for CPV17. Fixed a ton of bugs tooHelen Ginn
2017-01-17Random indentation plus faffing with parameters.Helen Ginn
2017-01-17Removed all debug messages, nice and clean.Helen Ginn
2017-01-17General beginning of tidying and removing some debug statements and return ↵Helen Ginn
best solution if they're all too rubbish to hit the threshold - not tested
2017-01-17Fiddles with parameters - more sensible nowHelen Ginn
2017-01-17Fiddle with parameter - temporaryHelen Ginn