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
/
libcrystfel
/
src
/
taketwo.c
Age
Commit message (
Expand
)
Author
2018-05-02
Fix a for loop
Helen Ginn
2018-05-02
Change score for seed
Helen Ginn
2018-05-02
decompose rotation matrix into angle and axis
Helen Ginn
2018-05-02
rvec add rvec function
Helen Ginn
2018-05-02
Taketwo private structure takes care of duplicate solutions
Helen Ginn
2018-05-02
Fix typo
Helen Ginn
2018-05-02
Different limitations for making new seeds
Helen Ginn
2018-05-02
Return success even if rotation is not from full network membership
Helen Ginn
2018-05-02
Documentation is wrong notice
Helen Ginn
2018-05-02
Remove some shouty messages
Helen Ginn
2018-05-02
Reset default reciprocal distance to 0.15*1e10 m-1
Helen Ginn
2018-05-02
Search through entire vector array each time
Helen Ginn
2018-05-02
Now all seeds are found first, before sorting by score
Helen Ginn
2018-05-02
Change default distance to 0.12-something units for now
Helen Ginn
2018-05-02
Declare integer outside for loop
Helen Ginn
2018-05-02
Weed duplicates of seeds with new struct Seed.
Helen Ginn
2018-05-02
Temporary debug output
Helen Ginn
2018-05-02
Create a new Seed struct instead of passing around tiny little things to vari...
Helen Ginn
2018-05-02
Beginning of support for ignoring previous solutions
Helen Ginn
2018-05-02
Theoretical vectors have their own structure including whether they are in th...
Helen Ginn
2018-05-02
Fiddling with comments in text
Helen Ginn
2017-10-19
Add probe for TakeTwo
Thomas White
2017-09-22
Don't send detector and tolerance to indexing methods
Thomas White
2017-09-15
Simplify indexing options
Thomas White
2017-07-24
Make struct taketwo_options const
Thomas White
2017-07-24
Ensure TakeTwo arrays get freed
Thomas White
2017-07-24
TakeTwo options again
Thomas White
2017-07-24
Formatting/copyright dates
Thomas White
2017-07-20
Change units for TakeTwo parameters
Thomas White
2017-07-18
Crashy for unknown reason, but have added the code for using custom params.
cppxfel
2017-07-06
indexamajig: Add TakeTwo-specific options
Thomas White
2017-07-06
Fix typo
Thomas White
2017-07-06
Remove unnecessary headers and move an include
Thomas White
2017-07-06
Use void pointers for indexing engine private stuff
Thomas White
2017-07-05
Shoved a bunch of the stuff being passed from function to function into TakeT...
cppxfel
2017-07-01
Adding a cutoff for maximum allowed vectors (100,000) to stop Tom's computer ...
cppxfel
2017-06-30
Ridiculous ASCII art to increase prominance of citation
cppxfel
2017-06-30
Removed unnecessary returns and set functions to void, and removed superfluou...
cppxfel
2017-06-30
Didn't use C99 code, fixing
cppxfel
2017-06-30
Yet more speed fiddles
cppxfel
2017-06-30
Removed some code, fixed some code, and so on and so forth
cppxfel
2017-06-29
WARNING - profanity - uploading to my server so I can gvalgrind
cppxfel
2017-06-29
Disable a check which wasn't acted upon to measure impact on speed
cppxfel
2017-06-29
Should not limit to proceeding vectors only when a new spot may have been inc...
cppxfel
2017-06-29
Relaxation of tolerances
cppxfel
2017-06-19
Reduced amount of gsl_matrix reallocation
cppxfel
2017-06-19
Changing cosine of angle to be most sensitive to 0.5 degrees
cppxfel
2017-06-19
Add observed angle check back in...
cppxfel
2017-06-19
Compile error sorted and some code re-added
cppxfel
2017-06-19
Theoretical speed improvements by replacing acos with comparison of cosines f...
cppxfel
[next]