Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-18 | Whitespace | Thomas White | |
2013-12-05 | Fix use of G | Thomas White | |
2013-12-05 | Remove unused ESDs | Thomas White | |
2013-09-13 | partialator: Use read/write lock | Thomas White | |
2013-07-31 | Tweak rejection criteria | Thomas White | |
2013-07-31 | Require scaling convergence to 5%, not 1% | Thomas White | |
2013-07-31 | partialator: New convergence criterion for scaling | Thomas White | |
Instead of stopping iteration when the absolute value of any scaling factor changes by more than a certain (small) amount, calculate the ratios of the scaling factors to their previous values, and stop when no scaling factor changes by more than 1% compared to the mean ratio. This method is robust against "drifting" of the scale factors when the partiality estimates are poor. | |||
2013-07-25 | partialator: Simplify scaling | Thomas White | |
2013-04-30 | partialator: Add --min-measurements | Thomas White | |
2013-04-30 | Remove unused line | Thomas White | |
2013-04-30 | Fix partialator_merge_check_1 | Thomas White | |
2013-04-17 | Spot bad partiality models (and shut the compiler up) | Thomas White | |
2013-04-17 | s/osf/G/ | Thomas White | |
2013-04-17 | Typo | Thomas White | |
2013-04-17 | partialator: Add --model= | Thomas White | |
2013-04-17 | Use Lorentz factors when merging reflections | Thomas White | |
2013-02-06 | Stuff for partialator | Thomas White | |
2012-12-05 | Add a FIXME | Thomas White | |
2012-10-02 | Remove unnecessary includes | Thomas White | |
2012-03-12 | Update copyright notices to show actual contribution years | Thomas White | |
2012-03-09 | Update licence notices in line with recommendations from TT | Thomas White | |
2012-03-06 | Rename old array functions to get them out of the way of API consistency | Thomas White | |
2012-02-22 | GPLv3 boilerplate comments | Thomas White | |
2012-02-22 | partialator: Reduce verbosity a bit | Thomas White | |
2012-02-22 | Set scaling factors to 1 before scaling | Thomas White | |
2012-02-22 | partialator: Add --no-scale option | Thomas White | |
2012-02-22 | Style | Thomas White | |
2012-02-22 | Calculate reflection ESDs, apply minimum redundancy and show ESD on histograms | Thomas White | |
2012-02-22 | Fussiness | Thomas White | |
2012-02-22 | Add comment | Thomas White | |
2012-02-22 | Merge the reflections in multiple threads | Thomas White | |
2012-02-22 | A cleaner (but slower) way of rejecting PR duds in scaling | Thomas White | |
2012-02-22 | Don't forget to initialise max_shift | Thomas White | |
2012-02-22 | Don't bother setting scale factors to 1 before iteration | Thomas White | |
2012-02-22 | Multi-thread the scaling | Thomas White | |
2012-02-22 | Revert "New scaling procedure" | Thomas White | |
This reverts commit 838a23c106786f5a1cee877533eee053c9f90282. Conflicts: src/hrs-scaling.c | |||
2012-02-22 | Revert "Calculate full intensities as described in the paper" | Thomas White | |
This reverts commit bb7e9cf9eb8419c2e2ff13fae99aee26ac3decdb. | |||
2012-02-22 | Multiply the right way round | Thomas White | |
2012-02-22 | New scaling procedure | Thomas White | |
2012-02-22 | Calculate full intensities as described in the paper | Thomas White | |
2012-02-22 | Ignore PR-dud images when scaling | Thomas White | |
2012-02-22 | Use new Kabsch algorithm for faster scaling | Thomas White | |
2012-02-22 | Use O(n) algorithm for scaling - BIG speedup! | Thomas White | |
2012-02-22 | Comment out debugging stuff | Thomas White | |
2012-02-22 | Formatting | Thomas White | |
2012-02-22 | Do errors properly | Thomas White | |
2012-02-22 | Fussiness | Thomas White | |
2012-02-22 | No need to save "uh" and "vh" in tables - they're only used once | Thomas White | |
This also removes another instance of the old reflection list | |||
2012-02-22 | Avoid looking up the same intensity "n" times, where "n" is the number of ↵ | Thomas White | |
patterns | |||
2012-02-22 | Fix the choice of "guiding" reflections for PR | Thomas White | |