aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
AgeCommit message (Collapse)Author
2015-10-05Read variable-length HDF5 strings properlyThomas White
2015-09-17Improve detection of out-of-memory condition when reading streamThomas White
2015-09-17FormattingThomas White
2015-09-15Felix: Copy centering into output unit cellThomas White
2015-09-15Split off Felix option processing, and fix string handlingThomas White
2015-09-15Formatting / fussinessThomas White
2015-09-15Update boilerplate commentsThomas White
2015-09-15Remove unnecessary breaksThomas White
2015-09-15Implement Felix IndexerKenneth Beyerlein
2015-09-14Fix space in Mosflm commandThomas White
2015-09-14Revert "Use old MOSFLM indexing command when using -nocell"Thomas White
This reverts commit d75b852f52b244796c0386c4f21cf36ca5bfcf70.
2015-08-14FussinessThomas White
2015-08-14Change generation of triplets so that it doesn't segfault on patterns with ↵Alexandra Tolstikova
big number of reflections
2015-08-14Improve random partiality modelThomas White
2015-08-14Fix includesThomas White
2015-08-03This is CrystFEL 0.6.10.6.1Thomas White
2015-07-21Add random partiality modelThomas White
2015-07-21Update API docsThomas White
2015-07-20Use old MOSFLM indexing command when using -nocellThomas White
2015-07-18Merge branch 'master' of ssh://git.bitwiz.org.uk/crystfelThomas White
2015-07-17partialator: Detect (in a terminal fashion) NAN partialitiesThomas White
2015-07-17Fix format string for num_peaksThomas White
2015-07-17Load bandwidth from stream with correct unitsThomas White
D'oh!
2015-07-17Check that XDS indexing options are compatible with data provided by the userValerio Mariani
2015-07-16Check that sep is not null before checking its lengthValerio Mariani
2015-07-16Throw an error if the path data ends with a slashValerio mariani
2015-07-15Add warnings for asdf when compiled without FFTWThomas White
2015-07-14Fix HDF5 memory leaksThomas White
2015-07-13Slow down the status updatesThomas White
2015-07-10Temporary fix of infinite loop bug in asdf_reduce_cell()Alexandra Tolstikova
2015-07-09Tidy up error handling when given dodgy data locationsThomas White
2015-07-09Make noise filters use "dp" instead of "data"Thomas White
2015-07-08Move {x,y}_gradient to geometry.hThomas White
2015-07-08Remove unnecessary calculations from prediction refinementThomas White
2015-07-07Add mask_file to geometry file, to allow bad pixel mask to be stored separatelyThomas White
2015-07-03Delete trailing whitespaceThomas White
2015-06-26Plug some more leaksThomas White
2015-06-26Fix prediction refinement memory leaksThomas White
2015-06-26Free crystal notesThomas White
2015-06-26Work round unaligned read with DirAxThomas White
Ok, just to keep Valgrind quiet.
2015-06-25Move predict-refine to libcrystfelThomas White
2015-06-25Set MOSFLM default flags to include cell parameters, and add some checksThomas White
2015-06-25Try "mosflm" first, then try "ipmosflm" if it doesn't workThomas White
This allows a smooth transition from CCP4 to standalone version of mosflm, and hence an easy upgrade to newer versions.
2015-06-25Tidy up some small leaks and memory bugsThomas White
2015-06-24WhitespaceThomas White
2015-06-19Tidy up new MOSFLM codeThomas White
2015-06-19Send prior cell information to MOSFLM.Takanori Nakane
Prior-cell algorithm will be available in the next public relase of MOSFLM. (Old version of MOSFLM simply ignores prior-cell keywords so that this change doesn't do any harm)
2015-06-19Compile asdf only if FFTW is availableThomas White
2015-06-19Remove ReAx and GrainSpotterThomas White
Neither of these ever really worked, and better algorithms exist now.
2015-06-18Small tidying up for asdfThomas White