aboutsummaryrefslogtreecommitdiff
path: root/src/reflist.c
AgeCommit message (Expand)Author
2012-02-22Use new Kabsch algorithm for faster scalingThomas White
2012-02-22Don't forget to free the linked list of reflectionsThomas White
2012-02-22Remove obsolete commentsThomas White
2012-02-22Don't crash when freeing an empty RefListThomas White
2012-02-22Separate "refinable" and "scalable" conceptsThomas White
2012-02-22Check for NULLThomas White
2012-02-22Work on documentationThomas White
2012-02-22Add rebalancing stuffThomas White
2012-02-22Simplifications to make RB tree upgrade easierThomas White
2012-02-22New deserialization framework makes loading reflection lists much fasterThomas White
2012-02-22Check that indices are not out of rangeThomas White
2012-02-22Get rid of "image.raw_reflections"Thomas White
2012-02-22Add test for num_reflections() and fix itThomas White
2012-02-22Don't store indices in the reflection dataThomas White
2012-02-22More documentationThomas White
2012-02-22Add documentation via gtk-docThomas White
2012-02-22More s/x/fs/, s/y/ss/Thomas White
2012-02-22partialator: Save reflection listThomas White
2012-02-22Remove old reflections.hThomas White
2012-02-22WIP on new stream format in process_hklThomas White
2012-02-22New stream writingThomas White
2012-02-22Implement optimise_reflist()Thomas White
2012-02-22Tidy up, and set intensities correctlyThomas White
2012-02-22Add useful assert()sThomas White
2012-02-22Don't free(NULL)Thomas White
2012-02-22FussinessThomas White
2012-02-22Tidy up comments and add assertionsThomas White
2012-02-22Make lists workThomas White
2012-02-22More unsuccessful work on listsThomas White
2012-02-22More work on reflistThomas White
2012-02-22Make iteration workThomas White
2012-02-22Work on making iteration workThomas White
2012-02-22Don't return the pseudo-root when iteratingThomas White
2012-02-22Don't constantly re-integrate peaksThomas White
2012-02-22List debuggingThomas White
2012-02-22Finish implementation of binary treeThomas White
2012-02-22Implement some of reflistThomas White
2012-02-22Banish "struct cpeak" foreverThomas White
2012-02-22Start work on binary treeThomas White