aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.c
AgeCommit message (Expand)Author
2012-03-12Update copyright notices to show actual contribution yearsThomas White
2012-03-09Update licence notices in line with recommendations from TTThomas White
2012-02-22GPLv3 boilerplate commentsThomas White
2012-02-22partialator: Use all reflections (not just the ones found the first time around)Thomas White
2012-02-22Avoid NaN shifts of divergenceThomas White
2012-02-22Add weighting schemeThomas White
2012-02-22Clamp divergence at zeroThomas White
2012-02-22"Fix" divergence gradientThomas White
2012-02-22FormattingThomas White
2012-02-22Don't complain about images which can't be refined, just mark them as dudThomas White
2012-02-22Switch off verbosityThomas White
2012-02-22Make post refinement go a LOT fasterThomas White
2012-02-22Fix the choice of "guiding" reflections for PRThomas White
2012-02-22Zap a memory leakThomas White
2012-02-22Fix output formatting during PRThomas White
2012-02-22Tweak PR parametersThomas White
2012-02-22Separate "refinable" and "scalable" conceptsThomas White
2012-02-22Don't select scalable reflections during post refinementThomas White
2012-02-22Add divergence to gradientThomas White
2012-02-22Stop printing out the unit cellThomas White
2012-02-22Gradient must take wavelength into accountThomas White
2012-02-22Mark a great big FIXMEThomas White
2012-02-22Back out and abort refinement if things look badThomas White
2012-02-22Refuse to refine an image if less than 50% of the peaks can be foundThomas White
2012-02-22Get rid of solve_householder()Thomas White
2012-02-22Comment out debug, rename show_eigen() for clarityThomas White
2012-02-22Avoid shifts along eigenvectors with small eigenvaluesThomas White
2012-02-22Clean up, fix matrix as symmetricThomas White
2012-02-22Use SVD for matrix solutionThomas White
2012-02-22Evil nasty testingThomas White
2012-02-22Add SVD matrix solutionThomas White
2012-02-22"Pluggable" matrix solversThomas White
2012-02-22Add some revealing statisticsThomas White
2012-02-22FussinessThomas White
2012-02-22PR gradient checkThomas White
2012-02-22Don't complain if post refinement equations can't be solvedThomas White
2012-02-22Tidy up debug outputThomas White
2012-02-22Reduce number of PR iterations to 5Thomas White
2012-02-22Remove commented debug outputThomas White
2012-02-22Remove testing routinesThomas White
2012-02-22Refine all cell parametersThomas White
2012-02-22Correct gradients for y componentsThomas White
2012-02-22Show PR iteration number starting from 1Thomas White
2012-02-22Fix sign of gradientsThomas White
2012-02-22Display the deviation before doing post refinementThomas White
2012-02-22"Correct" gradientsThomas White
2012-02-22Update debugging output in plot_curve()Thomas White
2012-02-22Update debugging outputThomas White
2012-02-22Refine all x componentsThomas White
2012-02-22Reduce maximum number of PR cyclesThomas White