aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src
AgeCommit message (Collapse)Author
2017-03-24Mostly fussinessThomas White
2017-03-22Completely revamped implementation of peakfinder8Valerio Mariani
2017-03-15largest_q(): Handle NULL detectorThomas White
2017-03-13Added management of max_num_peaks per image instead of per panelValerio Mariani
2017-03-13Added saturated peak management to peakfinder8Valerio Mariani
2017-03-13Ask for C99 in configure.ac, remove weird C99 declarationsThomas White
2017-03-11Fixed some more bugs reported by YaroslavValerio Mariani
2017-03-10Fixed a couple of bugs reported by TomValerio Mariani
2017-03-10cell_print(): Show reciprocal anglesThomas White
2017-03-10Peakfinder8 in CrystFEL. Same results as Anton's Cheetah implementationValerio Mariani
2017-03-08Check unit cell parameters after prediction refinementThomas White
2017-03-08Allow indexing system to store its own data, independently of indexing methodsThomas White
Previously, the indexing system passed all the information on to the indexing engines and then forgot about it. That made it difficult to do things like check the indexing solution after prediction refinement, because the target unit cell was unavailable. Now, the indexing system itself can keep some information. Of course, that information includes the private pointers for the indexing engines themselves. I took the opportunity to streamline things a little bit. The caller can now set up the indexing system in one step, without having to separately parse the names of the indexing methods. The caller no longer has to keep track of a separate array of methods, instead just one structure which contains everything.
2017-03-03Return error code if cell can't be invertedThomas White
2017-02-16Fix mask path placeholder checkThomas White
The mask paths for all panels have to have the same number of placeholders, but the masks do not have to have the same number of placeholders as the panel data blocks. This also tidies up a few excess strdup() calls, and removes partial_event_substitution() because retrieve_full_path() can now handle the number of placeholders being too small.
2017-02-02Merge branch 'master' into taketwoThomas White
2017-02-02indexamajig: Add ping mechanism to avoid timing out when trying lots of indexersThomas White
2017-02-01asdf.c: Divide volume constraints by number of lattice points per unit cell. ↵Alexandra Tolstikova
Add F centering
2017-02-01asdf.c: Divide volume constraints by number of lattice points per unit cell ↵Alexandra Tolstikova
since asdf always finds primitive cell
2017-02-01Fix malloc fail due to integer overflow in N_tripletsAlexandra Tolstikova
2017-02-01Change volume_min, volume_max and d_max when indexing=asdf-combAlexandra Tolstikova
2017-02-01Change d_max according to the provided cellAlexandra Tolstikova
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
2017-01-17Remove flip required for cppxfel coordinate systemHelen Ginn
2017-01-17Add rlp retrieval from peak list and tidy up the output to the screen a tadHelen Ginn
2017-01-17Committing all newest antics which DOES produce a decent solution for a ↵Helen Ginn
decent peak list...
2016-12-09New polarisation correctionThomas White
2016-11-25Display line numbers at which stream is corruptedThomas White
2016-11-11FussinessHelen Ginn
2016-11-11Send all possible seeds through the seed-starterHelen Ginn
2016-11-11Find potential matches between observed and simulated vectors now returns a ↵Helen Ginn
list, not a single match, in preparation for being more thorough searching
2016-11-10Fix 2theta calculation in locate_peak_on_panel()Thomas White
The "improved" version of this, added by 9b1374999 along with the new spot position calculation for out-of-plane panels, actually assumes that the reflection is at the exact Bragg condition. This is not a valid assumption here. The difference is small (<0.5 px), but made the prediction refinement gradients completely wrong.
2016-11-04Add (more) warnings about unique axesThomas White
2016-11-04Fixes the bug I discovered in Hamburg - closest_rot_mat needs to check whetherHelen Ginn
the theta angle is the minimum or maximum angle or whether to add Pi.
2016-10-25TEMPORARY horrible debugging stuffThomas White
2016-10-25j_idxThomas White
2016-10-25Sort the vectors according to distance, and use a larger toleranceThomas White
2016-10-24Separate tolerance for matrix traceThomas White
2016-10-24D'ohThomas White
2016-10-20FussinessThomas White
2016-10-20Set toleranceThomas White