aboutsummaryrefslogtreecommitdiff
path: root/src/partialator.c
AgeCommit message (Collapse)Author
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
2013-08-01Use a struct to contain information for scaling reportThomas White
2013-07-31Use the correct reference list for selectionThomas White
2013-07-31Tweak rejection criteriaThomas White
2013-07-31Count reflections gained and lost during initial partiality calculationThomas White
2013-07-31Count number of "dud" crystals each iteration, not just at the endThomas White
2013-07-31Tweak error pathThomas White
2013-07-25partialator: Simplify scalingThomas White
2013-06-29partialator: Initialise mosaicityThomas White
2013-04-30partialator: Add --min-measurementsThomas White
2013-04-17Show number of scalable observationsThomas White
2013-04-17partialator: Add --model=Thomas White
2013-04-17Add the possibility to have different partiality modelsThomas White
2013-03-05partialator: Fix user_flagThomas White
2013-03-05Update copyright datesThomas White
2013-03-04partialator: Fix messageThomas White
2013-03-04Free reflists at endThomas White
2013-03-04partialator: Fix various memory bugsThomas White
2013-02-06Some small(ish) fixesThomas White
2013-02-06Stuff for partialatorThomas White