aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-17Move post refinement multiprocessing stuff to post-refinement.cThomas White
2015-07-16Fix saving of geometry refinement error mapsValerio mariani
2015-07-16Throw an error if the path data ends with a slashValerio mariani
2015-07-16partialator: Don't merge reflections where isnan(corr)Thomas White
2015-07-15Add -lpthread to libcrystfelThomas White
This was missing before, which caused problems when trying to link to libcrystfel when otherwise not using pthreads.
2015-07-15Decrease maximum |B| to 100 A^2Thomas White
This partially reverts 0bcfe3cdf917ae53764c423c7af865352af47920.
2015-07-15Add warnings for asdf when compiled without FFTWThomas White
2015-07-14Fix HDF5 memory leaksThomas White
2015-07-13configure: Add --with-fftwThomas White
2015-07-13Fix racy queue fillingThomas White
2015-07-13Slow down the status updatesThomas White
2015-07-13Clean up semaphore on interruptThomas White
Necessary since we encourage users to interrupt indexamajig with Ctrl+C Also, generally improve the signal handling.
2015-07-13Use named semaphores instead of unnamedThomas White
2015-07-13indexamajig: Avoid forking while multithreadedThomas White
Conflicts: src/im-sandbox.c
2015-07-13Re-work im-sandboxThomas White
... it certainly needed it.
2015-07-13Fix some warningsThomas 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-09Remove -Werror from OpenCL compilation flagsThomas White
2015-07-09indexamajig: Fix noise filter backup/restoreThomas White
2015-07-09hdfsee: Use "dp" for numbers viewThomas White
2015-07-09Make noise filters use "dp" instead of "data"Thomas White
2015-07-08Fix PR gradientsThomas White
D'oh! This must have crept in during a big tidyup before a commit
2015-07-08Move {x,y}_gradient to geometry.hThomas White
2015-07-08Remove unnecessary calculations from prediction refinementThomas White
2015-07-08pattern_sim: Add check for HDF5 referencesThomas White
This trips *everyone* up.
2015-07-08pattern_sim: Fix displayed pulse energyThomas White
2015-07-07partialator: Increase maximum B factor to 1000 A^2, and normalise B factorsThomas White
2015-07-07Update AUTHORS, ChangeLog and commentsThomas White
2015-07-07Update docsThomas White
2015-07-07process_hkl: add --even-only and --odd-only options to make half-datasetsKeitaro Yamashita
2015-07-07Add mask_file to geometry file, to allow bad pixel mask to be stored separatelyThomas White
2015-07-07Make the two geometry examples more similarThomas White
2015-07-06FormattingThomas White
2015-07-03partialator: Add --start-after/--stop-after options and write symmetry in ↵Keitaro Yamashita
hkl files.
2015-07-03Delete trailing whitespaceThomas White
2015-06-30Fix mistakes in documentationThomas 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-25scripts/plot-predict-refine: Fix pointless lineThomas White
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