aboutsummaryrefslogtreecommitdiff
path: root/src/hrs-scaling.c
AgeCommit message (Expand)Author
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
2012-02-22FussinessThomas White
2012-02-22Add a FIXMEThomas White
2012-02-22Use reference reflections for scalingThomas White
2012-02-22Estimate intensities from scalable parts onlyThomas White
2012-02-22Calculate redundancies properly when scalingThomas White
2012-02-22partialator: Fail a bit more gracefully if equations can't be solvedThomas White
2012-02-22Work in progress on post refinementThomas White
2012-02-22Progress with post refinement...Thomas White
2012-02-22Work on post refinementThomas White
2012-02-22partialator: Save reflection listThomas White
2012-02-22Set matrix elements to zero if no common reflections (NB broken)Thomas White
2012-02-22Remove progress barThomas White
2012-02-22Change variable name to avoid confusionThomas White
2012-02-22Tidy up, and set intensities correctlyThomas White
2012-02-22Work on making iteration workThomas White
2012-02-22Banish "struct cpeak" foreverThomas White
2012-02-22Remove unnecessary iterationThomas White
2012-02-22Next round of refactoringsThomas White
2012-02-22Another factor of 2 or soThomas White
2012-02-22First round of scaling optimisationsThomas White
2012-02-22Move show_matrix_eqn() to utils.cThomas White
2012-02-22Don't try to use unscalable reflections for post refinementThomas White