Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-21 | Fix option names for TakeTwo parameters | Thomas White | |
2017-07-21 | Add a warning about mask_file when mask is not set | Thomas White | |
2017-07-20 | indexamajig(1): Give default values for TakeTwo options | Thomas White | |
2017-07-20 | Merge branch 'taketwo' | Thomas White | |
2017-07-20 | Change units for TakeTwo parameters | Thomas White | |
2017-07-18 | Merge params code with whatever this git pull thingy contains because I ↵ | cppxfel | |
didn't pull first. Merge branch 'taketwo' of ssh://git.bitwiz.org.uk/crystfel into taketwo | |||
2017-07-18 | Crashy for unknown reason, but have added the code for using custom params. | cppxfel | |
2017-07-07 | Update ChangeLog | Thomas White | |
2017-07-07 | Convert angle_tol to radians | Thomas White | |
2017-07-07 | Documentation for TakeTwo indexamajig options | Thomas White | |
2017-07-06 | indexamajig: Add TakeTwo-specific options | Thomas White | |
2017-07-06 | Fix typo | Thomas White | |
2017-07-06 | Merge branch 'master' into taketwo | Thomas White | |
2017-07-06 | Indexing engine private pointers should be void * | 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-06 | Update docs | Thomas White | |
2017-07-06 | Temporary fix for the geomptimiser not being able to optimize whole quadrants | Valerio Mariani | |
2017-07-06 | Update to peakfinder8, with bug fixed and new functionality. Code synced ↵ | Valerio Mariani | |
with OnDA and Oleksandr's programs | |||
2017-07-05 | Update docs | Thomas White | |
2017-07-05 | Rearrange quaternion declarations so that gtk-doc can cope | Thomas White | |
The utils file contains two gtk-doc sections, "utils" and "quaternion", with a change of section halfway through. It seems that gtk-doc doesn't like it if the declarations are all mixed together. | |||
2017-07-05 | Shoved 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-04 | Add a missing newline | Thomas White | |
2017-07-04 | Switch CBF support on by default | Thomas White | |
2017-07-04 | pattern_sim: Try all OpenCL platforms to find one with a GPU device | Thomas White | |
2017-07-04 | Check for CBF headers, even if they're somewhere weird | Thomas White | |
2017-07-01 | Adding a cutoff for maximum allowed vectors (100,000) to stop Tom's computer ↵ | cppxfel | |
(and others) falling apart again. | |||
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 ↵ | cppxfel | |
superfluous integer declaration | |||
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 ↵ | cppxfel | |
included\! | |||
2017-06-29 | Relaxation of tolerances | cppxfel | |
2017-06-27 | indexamajig: Add --no-non-hits-in-stream | Thomas White | |
2017-06-27 | Dummy setup bits for INDEXING_NONE | Thomas White | |
This doesn't do much except for preventing a possibly confusing warning message about "Failed to prepare indexing method none". You can actually do --indexing=none,asdf, but don't tell anyone... | |||
2017-06-27 | If prediction refinement fails, don't carry on and check the cell | Thomas White | |
Doing so results in one crystal being counted as bad twice, which messes up the logic which follows. | |||
2017-06-23 | Accept either cbf/cbf.h or cbflib/cbf.h | Thomas White | |
You get cbflib/cbf.h if you install CBFlib from source, and cbf/cbf.h if using the package manager in Fedora, probably other systems as well. We definitely don't want to include the cbf or cbflib folder in the include path, because CBFlib may bring its own HDF5 headers, which we don't want to touch with a bargepole. | |||
2017-06-21 | Update ChangeLog | Thomas White | |
2017-06-21 | Close more leftover HDF5 handles | Thomas White | |
2017-06-21 | Don't compile CBF stuff without CBFlib | Thomas White | |
2017-06-21 | Close leftover HDF5 handles | Thomas White | |
2017-06-21 | hdf5_read2(): Fix exit path | Thomas White | |
Bad pixel map is not allocated at this point. | |||
2017-06-21 | indexamajig: Add --min-peaks (basic hitfinder functionality) | Thomas White | |
2017-06-21 | Merge branch 'tom/cbf' | Thomas White | |
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 | |