Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-10-08 | geoptimiser: Fix incorrect calculation of displacement error | Oleksandr Yefanov | |
Fixed issue with incorrect calculation of the "displacement error" for some panels. Also fixed wrong "displacement error" in case of very small amount of patterns. | |||
2018-10-04 | Update ChangeLog | Thomas White | |
2018-09-28 | mosflm: Check for existence of unit cell before checking centering | Thomas White | |
2018-09-27 | Write in stream whether crystal was selected as a "hit" or not | Thomas White | |
2018-09-27 | xds: Also set unique axis | Thomas White | |
2018-09-27 | xds: Increase INDEX_ERROR to 0.2 | Thomas White | |
As recommended on the XDSwiki for indexing individual frames | |||
2018-09-27 | xds: Read final unit cell, i.e. after refinement | Thomas White | |
Previously, we were reading the very first cell to pop out of the indexing, which didn't even follow the requested lattice type or centering. The result was that XDS couldn't index any centered lattices without cell combinations. | |||
2018-09-27 | xds: Fix space groups for lattices | Thomas White | |
2018-09-26 | parse_symmetry_operations(): Handle numbers, e.g. k-2h | Thomas White | |
2018-09-25 | Add warning about monoclinic I cells when using Mosflm | Thomas White | |
2018-09-20 | Don't give P centering to Mosflm when not providing cell parameters | Thomas White | |
It's supposed to ignore it, but apparently it doesn't. | |||
2018-09-20 | Allow cbf.gz buffer to grow if the file is large | Thomas White | |
2018-09-20 | Handle gzipped CBF files | Thomas White | |
2018-09-20 | Stop reading "simply" if file type is unknown | Thomas White | |
2018-09-20 | Factorise CBF data read | Thomas White | |
2018-09-20 | geoptimiser: add a missing check | Oleksandr Yefanov | |
Fixes occasional silly values for one panel | |||
2018-09-19 | Stop opening file if it's not recognised | Thomas White | |
2018-09-19 | Handle 16bpp CBFs (as well as 32bpp) | Thomas White | |
2018-09-19 | Make GLib dependency optional | Thomas White | |
2018-09-16 | scripts/sum-peaks: Accept - for stdin | Thomas White | |
2018-09-14 | Update turbo-index-lsf to match turbo-index-slurm as much as possible | Thomas White | |
2018-09-14 | Add workaround for missing /Headers in OpenCL include dir on Mac OS | Thomas White | |
2018-09-13 | Add GTK library directories to linker path | Thomas White | |
2018-09-11 | hdfsee: Fix a missing return value | Thomas White | |
2018-09-11 | Fix header dependencies between reflist.h and crystal.h | Thomas White | |
2018-09-10 | Merge branch 'tom/deltacchalf' | Thomas White | |
2018-09-10 | Add % for overall CChalf | Thomas White | |
2018-09-10 | Make sure reflection contribution list gets freed | Thomas White | |