aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
AgeCommit message (Collapse)Author
2018-05-02Theoretical vectors have their own structure including whether they are in ↵Helen Ginn
the asymmetric unit
2018-05-02Fiddling with comments in textHelen Ginn
2018-04-27copy_event/free_event: Handle NULL eventThomas White
2018-04-26Use max and mix float values to initialize variablesValerio Mariani
2018-04-25peakfinder8: Initialise lthresholdThomas White
2018-04-25Formatting fussinessThomas White
2018-04-25xds: Remove a lot of unnecessary codeThomas White
2018-04-25xds: Check that the vectors make senseThomas White
2018-04-25Clarify error message about inverting matrixThomas White
2018-04-24Read audit information from streamThomas White
2018-04-24xds: Remove messages about "Couldn't open 'IDXREF.LP'"Thomas White
They just mean "couldn't be indexed"
2018-04-20Restore peak alignment check and unset multi-lattice indexing as defaultThomas White
Unfortunately, they seem to be severely reducing data quality. Partially reverts 60c48f3876b0d3c30bf729ce691dbd3f56665c4c
2018-04-20Remove TakeTwo from default indexing method probesThomas White
At least until it can be made faster.
2018-02-27Replace debugging code with an assert()Thomas White
2018-02-27Update comment to clarify interpretation of bandwidthThomas White
2018-02-27Halve the bandwidthThomas White
2018-02-27Take modulus of profile radiusThomas White
A bit nasty, but avoids lots of NANs
2018-02-27Set integral range to +/- 3 sigmaThomas White
2018-02-27Split out setup of minimiserThomas White
2018-02-27Add an assertionThomas White
2018-02-27do_integral(): Take part of the filename as input for debugThomas White
2018-02-27Horrible restraint to keep algorithm from drifting too farThomas White
2018-02-27Refine wavelength and make algorithm independent of scaleThomas White
2018-02-27Minimisation fixesThomas White
2018-02-27Minimisation debug stuffThomas White
2018-02-27Remove old code (and formatting)Thomas White
2018-02-27New clamping criteriaThomas White
2018-02-27New no-gradients minimiser for post-refinementThomas White
2018-02-27Record khalf for reflectionsThomas White
2018-02-27New partiality model from Ginn et al.Thomas White
2018-02-27Read debug indexing from fileThomas White
2018-02-27indexamajig: Add --overpredictThomas White
2018-02-27Separate partiality calculation from predictionThomas White
2018-02-27Add const versions of RefList iterationThomas White
2018-02-27More const-cleaningThomas White
2018-02-27const-cleanlinessThomas White
2018-02-08FormattingThomas White
2018-02-08Changed the naming of felix options and variables to make them more obvious.Kenneth R. Beyerlein
2018-02-08Change Felix min-uniqueness paramter name to max-uniqueness.Kenneth R. Beyerlein
2018-02-08Add Felix option felix-max-inter-angleKenneth R. Beyerlein
2018-02-08Make felix-domega optionKenneth R. Beyerlein
2018-01-19xds: Remove debugThomas White
2018-01-19Clean up indexing method probesThomas White
2017-11-28Fix check for cell parameters at startThomas White
2017-11-23Avoid truncation with snprintfThomas White
Just something that came from new compiler warnings after upgrading my system.
2017-11-23Fix wrong assertionThomas White
Whoops.
2017-10-27Merge branch 'tom/simpler_felix'Thomas White
2017-10-23Check return values from fread/fgetsThomas White
2017-10-19Add read_reflections_2() to APIThomas White
New version for reading the symmetry as well
2017-10-19Remove read_reflections_from_file() from APIThomas White
See c0ce8fb4 for the rationale behind this.