aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-06-23s/MAP_ANONYMOUS/MAP_ANON/Thomas White
Needed for OSX compatability
2015-06-19Update ChangeLogThomas 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-19Remove old code/formattingThomas White
2015-06-19Update docsThomas White
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
2015-06-18Merge branch 'tolstikova/dirax'Thomas White
Conflicts: libcrystfel/src/index.h
2015-06-18Fix bug in cell refinementAlexandra Tolstikova
2015-06-18Replace semaphore with a mutexThomas White
A mutex (in a shared memory segment) is the correct synchronisation primitive here. I had confused myself...
2015-06-17Check c->n after cell reductionAlexandra Tolstikova
2015-06-17Use a POSIX semaphore for synchronising terminal access during indexingThomas White
Nice side-effect: indexamajig -j and --int-diag can now be used together
2015-06-17Fix fft in[N] array subscript calculationAlexandra Tolstikova
2015-06-16partialator: Fix rejection bugsThomas White
2015-06-16Check malloc return valuesAlexandra Tolstikova
2015-06-16pattern_sim: Update documentation and messagesThomas White
2015-06-16partialator: Improve rejectionThomas White
2015-06-15Remove mistakenly committed empty fileThomas White
2015-06-15ambigator: Change order of checking command line optionsThomas White
This allows a useful possibility of using only -y/-w to calculate a left coset decomposition.
2015-06-11Fixes to syntax of events.h header fileValerio mariani
2015-06-11Fixes for connected panel distance bugsValerio mariani
2015-06-09match_cell(): Tidy up error handling when given a bogus lattice typeThomas White
2015-06-08Disable error maps if cairo and gtk are not availableValerio mariani
2015-05-27Add detector_has_clen_references()Thomas White
2015-05-19Exclude bad crystals from pobs/pcalc graphThomas White