Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-21 | scripts/plot-pr-contourmap: Allow the use of folder names other than "pr-logs" | Thomas White | |
2019-06-21 | partialator: Progress bar for logs/grid scans | Thomas White | |
2019-06-19 | partialator: With --no-free, still show non-free residuals for crystals with ↵ | Thomas White | |
too few free reflections | |||
2019-06-19 | Add missing newline | Thomas White | |
2019-06-19 | Rename scripts/plot-contourmap -> scripts/plot-pr-contourmap | Thomas White | |
2019-06-19 | Const-cleanliness | Thomas White | |
2019-06-19 | pattern_sim: Fix uninitialised value | Thomas White | |
2019-06-05 | partialator: Parallelise deltaCChalf calculation | Thomas White | |
2019-06-05 | Fix obvious bug in image_add_feature() | Thomas White | |
Introduced by aa1676f35317df92840b27ba78f13c13308bc7d4 | |||
2019-06-04 | gpu_sim_check: Increase tolerance from 1.1% to 1.2% | Thomas White | |
1.13% deviation now observed in the wild, with no other problems. | |||
2019-06-04 | spectrum_set_pdf: Use gsl_sort_index() instead of gsl_sort2() | Thomas White | |
This allows compatibility with older versions of GSL. | |||
2019-06-04 | cell_explorer: Avoid more GTK3-isms | Thomas White | |
2019-06-04 | cell_explorer: Remove GTK3-isms | Thomas White | |
2019-05-29 | Fix SASE simulation | Thomas White | |
2019-05-29 | Spectrum generation | Thomas White | |
2019-05-29 | Normalise sampled spectrum weights to total 1 | Thomas White | |
2019-05-29 | Remove old debugging statement | Thomas White | |
2019-05-29 | Use Spectrum API for simulation | Thomas White | |
2019-05-17 | s/histogram/pdf/ | Thomas White | |
2019-05-15 | Spectrum API clarifications | Thomas White | |
2019-05-15 | Complete implementation of Spectrum API | Thomas White | |
2019-05-14 | Start implementing Spectrum API | Thomas White | |
2019-05-14 | Update Spectrum API | Thomas White | |
2019-05-14 | Sketch out Spectrum API | Thomas White | |
2019-05-14 | Update coding standards | Thomas White | |
2019-05-14 | Remove image.num_peaks and num_saturated_peaks | Thomas White | |
These values were inconsistently set by different parts of the code, e.g. different peak search methods. num_saturated_peaks was even set during final integration. Now, the peak count is taken from the ImageFeatureList, so it's authoritative. | |||
2019-05-14 | Move Histogram out of API | Thomas White | |
It's only used by two test programs | |||
2019-05-14 | Add documentation for search_peaks_peakfinder8 | Thomas White | |
2019-05-14 | Remove old "statistics" module with R factors etc | Thomas White | |
compare_hkl does all of these, much better than these functions. | |||
2019-05-14 | Remove "valid" item from "struct imagefeature" | Thomas White | |
2019-05-14 | gpu_sim_check: Increase tolerance from 1% to 1.1% | Thomas White | |
1.03% deviation was observed in the wild, with no apparent problems. | |||
2019-05-13 | Fussiness | Thomas White | |
2019-05-13 | gpu_sim_check: Succeed if GPU not available | Thomas White | |
On recent OSes, OpenCL (the API) is always available, but a GPU device not always. Therefore, this test will always be built, and shouldn't fail just because a GPU isn't present. | |||
2019-05-08 | check_hkl: Report overall completeness and redundancy | Thomas White | |
2019-05-08 | check_hkl: Use unsigned long for reflection counts | Thomas White | |
2019-05-08 | Add missing =n | Thomas White | |
2019-05-08 | Formatting | Thomas White | |
2019-05-08 | Remove unused code | Yaroslav Gevorkov | |
2019-05-08 | Add new xgandalf options | Yaroslav Gevorkov | |
2019-05-07 | Don't try to build API docs unless DOXYGEN_FOUND | Thomas White | |
2019-05-07 | Merge branch 'tom/doxygen' | Thomas White | |
2019-05-07 | Remove intmat_set_all_3x3() | Thomas White | |
2019-05-07 | Add CrystFEL version (including API revision) directly into Doxygen main page | Thomas White | |
2019-05-07 | Update all source code comments to Doxygen format | Thomas White | |
2019-05-07 | Main and coding standard pages | Thomas White | |
2019-05-07 | Add CMake stuff for Doxygen | Thomas White | |
2019-05-07 | Remove old documentation stuff | Thomas White | |
2019-05-07 | Move spectrum type enum to pattern_sim.c | Thomas White | |
2019-04-16 | Clean up residual CBFlib stuff | Thomas White | |
2019-04-16 | Recognise (if not handle) all CBF formats | Thomas White | |