Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-30 | Eliminate duplicate symbols | Thomas White | |
This makes searching easier, and also permits Meson's unity build mode. | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2018-11-14 | Merge branch 'tom/logmerge' | Thomas White | |
2018-09-10 | Make sure reflection contribution list gets freed | Thomas White | |
2018-06-28 | Merge ln of intensity rather than intensities themselves | Ken Beyerlein | |
2018-05-30 | libcrystfel should link against GSL and pthreads | Thomas White | |
Then programs using libcrystfel don't need -lgsl (unless they use it themselves, of course) | |||
2018-05-11 | Fix up scaling definitions | Thomas White | |
2018-05-11 | Fix memory leaks | Thomas White | |
2018-05-07 | Remove unnecessary scaling loop | Thomas White | |
2018-05-07 | Add more reflection checks before scaling | Thomas White | |
2018-05-07 | Add SCALE_VERBOSE_ERRORS | Thomas White | |
2018-05-07 | Implement scale_one_crystal(.., SCALE_NO_B) | Thomas White | |
2018-05-07 | Pass scaling flags down | Thomas White | |
2018-05-07 | Simplify scaling | Thomas White | |
2018-05-07 | Move residual() and log_residual() to merge.c | 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-05-02 | Remove scale_all_to_reference | Thomas White | |
2018-03-02 | Remove unnecessary pmodels | Thomas White | |
2018-03-02 | Restore old scaling code | Thomas White | |
2018-02-27 | Reduce verbosity | Thomas White | |
2018-02-27 | Mark crystals as bad if they don't scale properly | Thomas White | |
2018-02-27 | New rejection criteria | 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 | Show the list of reflections if scaling gives NAN (only if the list is short) | Thomas White | |
2018-02-27 | More reflection criteria | Thomas White | |
2018-02-27 | Iterate over the subject list, not the reference | Thomas White | |
2018-02-27 | More information about dropped reflections in scaling | Thomas White | |
2018-02-27 | Switch to simpler scaling algorithm | Thomas White | |
2018-02-27 | Fix const | Thomas White | |
2018-02-27 | Scaling fixes | Thomas White | |
2018-02-27 | const-cleanliness (and a bit of error checking) | Thomas White | |
2018-02-27 | Add progress bar for scaling to reference | Thomas White | |
2018-02-27 | Fix log scaling | Thomas White | |
2018-02-27 | Store scale factor in linear form | Thomas White | |
2018-02-27 | Use linear scale when scaling against reference | Thomas White | |
2015-11-19 | Maximum number of iterations for scaling | Thomas White | |
2015-11-19 | Monitor average B | Thomas White | |
2015-11-19 | Count reflections in merge and scaling | Thomas White | |
2015-11-18 | Move B factor limit to general rejection function | Thomas White | |
2015-11-18 | partialator: Scale (strictly) using strong reflections only | Thomas White | |