Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-19 | This is CrystFEL 0.8.00.8.0 | Thomas White | |
2018-12-18 | Update ChangeLog | Thomas White | |
2018-12-18 | make_pixelmap: Use <input>.h5 as default output filename | Thomas White | |
2018-12-18 | Update partialator manual | Thomas White | |
2018-12-18 | A few manual fixes | Thomas White | |
2018-12-18 | check_hkl: Catch NaN L-value due to two zeroed negative intensities | Thomas White | |
2018-12-18 | check_hkl: Add a note to manual page | Thomas White | |
2018-12-11 | scripts/detector-shift: Click to choose different center | Chun Hong Yoon | |
2018-12-06 | make_pixelmap: Fix #include | Thomas White | |
2018-12-06 | Add make_pixelmap to core CrystFEL | Thomas White | |
2018-12-04 | Whitespace | Thomas White | |
2018-12-04 | partialator: Fix leaked file handle | Thomas White | |
2018-12-03 | indexamajig: Add --wait-for-file | Thomas White | |
2018-11-30 | Merge branch 'tom/partials' | Thomas White | |
2018-11-30 | Factorise correction of intensity for G, B, p and L | Thomas White | |
There were no fewer than 8 different places in the code where these factors needed to be applied. They all need to agree on conventions such as whether the intensities in the pattern should be multiplied or divided by G to "correct" them. They were not. This commit reduces the number of places to three: one function (actually two functions, so that the value before partiality can also be calculated consistently), plus log_residual and scale_one_crystal, where slightly different logarithmic versions are used instead. | |||
2018-11-27 | xds: Tune indexing parameters | Thomas White | |
2018-11-22 | Don't weight reflections by partiality in residual | Thomas White | |
Because we want under-prediction to be penalised just as much as over-prediction | |||
2018-11-22 | Count crystals with no reflections in various FoMs | Thomas White | |
This is the most common cause of NaN residuals, so it seems better to report that there weren't enough reflections than to report a NaN. | |||
2018-11-22 | log_residual: Actually set n_used | Thomas White | |
2018-11-22 | Typecast the data from xxd | Thomas White | |
2018-11-22 | Restore reflection weighting | Thomas White | |
2018-11-22 | Rename prediction refinement residual function | Thomas White | |
Because there's another function with this name in merge.c | |||
2018-11-22 | Don't do deltaCChalf with reference data set | Thomas White | |
2018-11-16 | partialator: Handle partial reflections properly in deltaCChalf | Thomas White | |
2018-11-16 | Require deltaCChalf to actually be negative before rejecting | Thomas White | |
2018-11-15 | Update ChangeLog | Thomas White | |
2018-11-15 | indexamajig: Name and shame slow processing stages | Thomas White | |
2018-11-14 | Fix error message about dimensionality of image data | Thomas White | |
Fixes CRYS-205 | |||
2018-11-14 | Clean up set_dim_structure_entry() and parsing of "dimX" in geometry file | Thomas White | |
Fixes CRYS-212 | |||
2018-11-14 | Remove unused variables | Thomas White | |
2018-11-14 | Merge branch 'tom/logmerge' | Thomas White | |
2018-11-13 | Add some new scripts | Thomas White | |
2018-11-09 | Fix prototype for calculate_refl_mean_var | Thomas White | |
2018-11-09 | geoptimiser: Fix ifdefs | Thomas White | |
2018-11-09 | Time account fussiness | Thomas White | |
2018-11-09 | Remove ununused variable | Thomas White | |
2018-11-09 | Set -Wall for files under src | Thomas White | |
2018-11-06 | Exclude flagged crystals from deltaCChalf calculation | Thomas White | |
2018-11-06 | Separate variable for excluded reflection | Thomas White | |
It was actually fine, becuase "refl" isn't used again until it's re-set at the start of the next loop iteration. However, it was confusing. | |||
2018-11-02 | Remove some residual debugging stuff | Thomas White | |
2018-11-02 | partialator: Speed up deltaCChalf calculation | Thomas White | |
I'd been lazy with the first implementation, and it's turned out to be too slow. Instead of calculating the entire CChalf each time removing a different crystal, this makes it store some intermediate values so that a crystal can easily be subtracted afterwards. | |||
2018-11-02 | Fix possibly uninitialised dataf in read_cbf_data() | Thomas White | |
2018-11-02 | Change a couple of important asserts to if statements | Thomas White | |
2018-11-02 | Fix some warnings from static analyser | Thomas White | |
2018-10-30 | compare_hkl: Check for Bijvoet partners only once all other rejection tests ↵ | Thomas White | |
have passed | |||
2018-10-30 | peakfinder8: Fix some use-after-free errors | Thomas White | |
2018-10-22 | fix freeing unallocated memory | Yaroslav Gevorkov | |
2018-10-18 | indexamajig: Fix --spectrum-file option | Thomas White | |
2018-10-15 | xgandalf: always return centered cell, if it was provided | Yaroslav Gevorkov | |
2018-10-08 | partialator: Add missing manual entry for --no-deltacchalf | Thomas White | |