index
:
CrystFEL
crystfel-0.3
crystfel-0.4
crystfel-0.5
master
pascal/electrons
tom/dtempl
Data processing for serial crystallography
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
reflist.c
Age
Commit message (
Expand
)
Author
2012-02-22
Destroy mutexes when freeing a RefList
Thomas White
2012-02-22
Add a mutex for each Reflection
Thomas White
2012-02-22
Don't use an array in check_list_symmetry()
Thomas White
2012-02-22
Update docs
Thomas White
2012-02-22
Use new Kabsch algorithm for faster scaling
Thomas White
2012-02-22
Don't forget to free the linked list of reflections
Thomas White
2012-02-22
Remove obsolete comments
Thomas White
2012-02-22
Don't crash when freeing an empty RefList
Thomas White
2012-02-22
Separate "refinable" and "scalable" concepts
Thomas White
2012-02-22
Check for NULL
Thomas White
2012-02-22
Work on documentation
Thomas White
2012-02-22
Add rebalancing stuff
Thomas White
2012-02-22
Simplifications to make RB tree upgrade easier
Thomas White
2012-02-22
New deserialization framework makes loading reflection lists much faster
Thomas White
2012-02-22
Check that indices are not out of range
Thomas White
2012-02-22
Get rid of "image.raw_reflections"
Thomas White
2012-02-22
Add test for num_reflections() and fix it
Thomas White
2012-02-22
Don't store indices in the reflection data
Thomas White
2012-02-22
More documentation
Thomas White
2012-02-22
Add documentation via gtk-doc
Thomas White
2012-02-22
More s/x/fs/, s/y/ss/
Thomas White
2012-02-22
partialator: Save reflection list
Thomas White
2012-02-22
Remove old reflections.h
Thomas White
2012-02-22
WIP on new stream format in process_hkl
Thomas White
2012-02-22
New stream writing
Thomas White
2012-02-22
Implement optimise_reflist()
Thomas White
2012-02-22
Tidy up, and set intensities correctly
Thomas White
2012-02-22
Add useful assert()s
Thomas White
2012-02-22
Don't free(NULL)
Thomas White
2012-02-22
Fussiness
Thomas White
2012-02-22
Tidy up comments and add assertions
Thomas White
2012-02-22
Make lists work
Thomas White
2012-02-22
More unsuccessful work on lists
Thomas White
2012-02-22
More work on reflist
Thomas White
2012-02-22
Make iteration work
Thomas White
2012-02-22
Work on making iteration work
Thomas White
2012-02-22
Don't return the pseudo-root when iterating
Thomas White
2012-02-22
Don't constantly re-integrate peaks
Thomas White
2012-02-22
List debugging
Thomas White
2012-02-22
Finish implementation of binary tree
Thomas White
2012-02-22
Implement some of reflist
Thomas White
2012-02-22
Banish "struct cpeak" forever
Thomas White
2012-02-22
Start work on binary tree
Thomas White