Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-25 | Rename first/second/third/fourth_merge_check to process_hkl_check_1/2/3/4 | Thomas White | |
2018-06-25 | Test the compiled binaries, not the installed ones | Thomas White | |
2018-06-25 | Switch remaining tests from "ex" to "sed" | Thomas White | |
2018-06-22 | tests/first_merge_check: Fix bracket | Thomas White | |
2018-06-11 | Use different temporary filenames for partialator merge checks | Thomas White | |
...because they might be run in parallel. | |||
2018-05-24 | adapt cmake to link to fdip includes in tests | Yaroslav Gevorkov | |
2018-05-17 | Remove .gitignore completely | Thomas White | |
2018-05-17 | Remove old test from CMakeLists.txt | Thomas White | |
2018-05-17 | Merge branch 'tom/cmake' | Thomas White | |
2018-05-11 | Add --no-logs to partialator tests | Thomas White | |
2018-05-11 | Much better way of stripping the audit information out of hkl files | Thomas White | |
2018-05-11 | New scaling test | Thomas White | |
Not just for linear scaling | |||
2018-05-07 | linear_scale_check: Set redundancies for reflection list | Thomas White | |
2018-05-07 | Simplify scaling | Thomas White | |
2018-05-07 | Preparation for adjusting B factor during post-refinement | Thomas White | |
Add --no-Bscale option to partialator, and pass down as far as needed residual() no longer does scaling: call scale_one_crystal() first if necessary scale_one() replaces old linear_scale() function to scale a pair of RefLists (but so far does the same as the old function) | |||
2018-03-22 | OpenCL stuff | Thomas White | |
2018-03-22 | Compile and run tests | Thomas White | |
2018-02-27 | Don't complain loudly about scaling failures during refinement | Thomas White | |
As long as it doesn't end up somewhere bad, it can probe where it likes. | |||
2018-02-27 | Add test for linear scaling | Thomas White | |
2018-02-27 | pattern_sim: Add --flat | Thomas White | |
2018-02-27 | Remove tests/pr_p_gradient_check | Thomas White | |
Will not be needed for new gradient-free minimiser | |||
2018-02-27 | New partiality model from Ginn et al. | Thomas White | |
2018-02-27 | Separate partiality calculation from prediction | Thomas White | |
2017-10-23 | Check return values from fread/fgets | Thomas White | |
2017-09-06 | tests/transformation_check: Check lots more things | Thomas White | |
2016-12-13 | Fix tests for new polarisation correction | Thomas White | |
Actually, disable the polarisation correction in the tests. | |||
2016-08-17 | Fix tests/ring_check | Thomas White | |
2016-08-17 | Update tests to handle audit lines at end of reflection lists | Thomas White | |
2016-07-29 | Use z component in GPU simulation | Thomas White | |
2016-07-29 | tests/gpu_sim_check: Restore actual check (!) | Thomas White | |
2016-07-29 | Panel coordinate fixes for GPU simulation | Thomas White | |
2016-07-01 | Remove slab-relative coordinates from tests | Thomas White | |
2016-03-18 | Tiny clean-ups | Thomas White | |
2015-12-10 | Fix integration tests for new saturation map | Thomas White | |
2015-10-07 | tests/gpu_sim_check: Update for new GPU simulation code | Thomas White | |
2015-10-06 | Fix tests/ring_check | Thomas White | |
2015-10-05 | Tests: Remove image->data | Thomas White | |
2015-08-02 | Tidy up partialator tests | Thomas White | |
2015-08-01 | Update partialator unit tests | Thomas White | |
2015-07-13 | Fix some warnings | Thomas White | |
2015-07-08 | Remove unnecessary calculations from prediction refinement | Thomas White | |
2015-05-13 | partialator: Move scaling calculation into PR proper | Thomas White | |
2015-04-20 | Avoid testing gradients which don't make sense | Thomas White | |
2015-04-20 | Factorise dr/da part of gradient calculation for PR and prediction | Thomas White | |
2015-04-20 | Update .gitignore | Thomas White | |
2015-04-20 | Remove debug | Thomas White | |
2015-04-20 | Split x and y terms in residual | Thomas White | |
2015-04-20 | Make panel assignments invariant during prediction- and post-refinement | Thomas White | |
Reflections appearing and disappearing are problematic when trying to do a least-squares refinement. Therefore, assume that reflections stay on panel and keep them under consideration even if their partialities go to zero (i.e. they drift off Bragg). This should stabilise both refinements, and simplifies quite a lot of code. Collateral "damage": the old "select_intersection()" is now gone. | |||
2015-04-20 | Add gradient test program and fix gradients | Thomas White | |
2014-11-14 | pattern_sim: Better error trapping | Thomas White | |