aboutsummaryrefslogtreecommitdiff
path: root/src/hrs-scaling.c
AgeCommit message (Expand)Author
2013-02-06Stuff for partialatorThomas White
2012-12-05Add a FIXMEThomas White
2012-10-02Remove unnecessary includesThomas White
2012-03-12Update copyright notices to show actual contribution yearsThomas White
2012-03-09Update licence notices in line with recommendations from TTThomas White
2012-03-06Rename old array functions to get them out of the way of API consistencyThomas White
2012-02-22GPLv3 boilerplate commentsThomas White
2012-02-22partialator: Reduce verbosity a bitThomas White
2012-02-22Set scaling factors to 1 before scalingThomas White
2012-02-22partialator: Add --no-scale optionThomas White
2012-02-22StyleThomas White
2012-02-22Calculate reflection ESDs, apply minimum redundancy and show ESD on histogramsThomas White
2012-02-22FussinessThomas White
2012-02-22Add commentThomas White
2012-02-22Merge the reflections in multiple threadsThomas White
2012-02-22A cleaner (but slower) way of rejecting PR duds in scalingThomas White
2012-02-22Don't forget to initialise max_shiftThomas White
2012-02-22Don't bother setting scale factors to 1 before iterationThomas White
2012-02-22Multi-thread the scalingThomas White
2012-02-22Revert "New scaling procedure"Thomas White
2012-02-22Revert "Calculate full intensities as described in the paper"Thomas White
2012-02-22Multiply the right way roundThomas White
2012-02-22New scaling procedureThomas White
2012-02-22Calculate full intensities as described in the paperThomas White
2012-02-22Ignore PR-dud images when scalingThomas White
2012-02-22Use new Kabsch algorithm for faster scalingThomas White
2012-02-22Use O(n) algorithm for scaling - BIG speedup!Thomas White
2012-02-22Comment out debugging stuffThomas White
2012-02-22FormattingThomas White
2012-02-22Do errors properlyThomas White
2012-02-22FussinessThomas White
2012-02-22No need to save "uh" and "vh" in tables - they're only used onceThomas White
2012-02-22Avoid looking up the same intensity "n" times, where "n" is the number of pat...Thomas White
2012-02-22Fix the choice of "guiding" reflections for PRThomas White
2012-02-22Do more cyclesThomas White
2012-02-22Can't set redundancy on a reflection which doesn't existThomas White
2012-02-22Mark reflections which couldn't be scaled with redundancy=0Thomas White
2012-02-22Back out and abort refinement if things look badThomas White
2012-02-22Only normalise scaling factors if no reference availableThomas White
2012-02-22Normalise OSFs (only) if there is more than one imageThomas White
2012-02-22Be more consistent about numbering and "cycle" vs "iteration"Thomas White
2012-02-22Comment out debugThomas White
2012-02-22Some more terms go to zero if a reference is availableThomas White
2012-02-22FussinessThomas White
2012-02-22Scaling with reference now worksThomas White
2012-02-22Split off solve_diagonal()Thomas White
2012-02-22Unify uh and vh calculationsThomas White
2012-02-22WIP on scalingThomas White
2012-02-22Don't give NaN for shiftThomas White
2012-02-22Set all scale factor when using simple matrix solutionThomas White