aboutsummaryrefslogtreecommitdiff
path: root/src/partialator.c
AgeCommit message (Collapse)Author
2015-07-17partialator: Add --no-prThomas White
2015-07-17Move post refinement multiprocessing stuff to post-refinement.cThomas White
2015-07-07partialator: Increase maximum B factor to 1000 A^2, and normalise B factorsThomas White
2015-07-06FormattingThomas White
2015-07-03partialator: Add --start-after/--stop-after options and write symmetry in ↵Keitaro Yamashita
hkl files.
2015-06-19Remove old code/formattingThomas White
2015-06-16partialator: Fix rejection bugsThomas White
2015-06-16partialator: Improve rejectionThomas White
2015-05-19Exclude bad crystals from pobs/pcalc graphThomas White
2015-05-19partialator: Show initial and final residuals (including free)Thomas White
2015-05-19partialator: Add cross-validation pobs/pcalc graphThomas White
2015-05-19Strip out scaling report stuffThomas White
2015-05-19s/lsq_intensities/merge_intensities/Thomas White
2015-05-19Strip out old scaling codeThomas White
2015-05-19FormattingThomas White
2015-05-19partialator: Add --push-resThomas White
2015-05-19Remove status code for "lost too many reflections"Thomas White
This can't happen any more
2015-05-19More debugging / logarithm stuffThomas White
2015-05-19partialator: Output split merged reflection listsThomas White
2015-05-19partialator: Honour --no-scaleThomas White
2015-05-13partialator: Move scaling calculation into PR properThomas White
2015-05-06partialator: Always honour --min-measurementsThomas White
2015-04-20Make panel assignments invariant during prediction- and post-refinementThomas 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-03-12partialator: Add --start-paramsThomas White
2015-03-12partialator: Disable early rejection (for now)Thomas White
2015-03-12Improve rejectionThomas White
2015-03-12partialator: Add B-factor scaling and rejectionThomas White
2014-12-09partialator: Add --max-aduThomas White
2014-09-25Remove "sphere", "thin" and "gaussian" partiality models, add "scgaussian"Thomas White
2014-08-11Add scsphere partiality modelThomas White
2014-06-27Add Thin Ewald Sphere modelThomas White
2014-06-26Rationalise counting of filtered eigenvaluesThomas White
2014-06-02partialator: Remove --referenceThomas White
It's not a good idea, and PR works well enough now that we no longer need this for testing
2014-05-23Remove redundant old stuffThomas White
2014-05-23Simplify criteria for scaling, merging and PRThomas White
2014-05-22partialator: Load data more quicklyThomas White
2014-05-21Added reporting of version number to all program and stream fileValerio Mariani
2014-05-20Add Gaussian partiality modelThomas White
2014-04-15Tidy upThomas White
2014-04-15partialator: Don't use beam/geom filesThomas White
2014-03-24partialator: Fix includesThomas White
2014-03-18partialator: Show more information about dud patternsThomas White
2014-03-11partialator: Add polarisation correctionThomas White
2014-02-22Reduce lower partiality limitThomas White
2014-02-22Initialise n_filteredThomas White
2013-10-11partialator: Initialise n_filt to zeroThomas White
2013-10-11partialator: Exclude weak reflections from refinementThomas White
2013-09-13Stop PR when mean change in partiality is smallThomas White
2013-09-13partialator: Debugging stuffThomas White
2013-08-01Count filtered eigenvaluesThomas White