Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-13 | Fix some warnings | Thomas White | |
2015-07-10 | Temporary fix of infinite loop bug in asdf_reduce_cell() | Alexandra Tolstikova | |
2015-07-09 | Tidy up error handling when given dodgy data locations | Thomas White | |
2015-07-09 | Remove -Werror from OpenCL compilation flags | Thomas White | |
2015-07-09 | indexamajig: Fix noise filter backup/restore | Thomas White | |
2015-07-09 | hdfsee: Use "dp" for numbers view | Thomas White | |
2015-07-09 | Make noise filters use "dp" instead of "data" | Thomas White | |
2015-07-08 | Fix PR gradients | Thomas White | |
D'oh! This must have crept in during a big tidyup before a commit | |||
2015-07-08 | Move {x,y}_gradient to geometry.h | Thomas White | |
2015-07-08 | Remove unnecessary calculations from prediction refinement | Thomas White | |
2015-07-08 | pattern_sim: Add check for HDF5 references | Thomas White | |
This trips *everyone* up. | |||
2015-07-08 | pattern_sim: Fix displayed pulse energy | Thomas White | |
2015-07-07 | partialator: Increase maximum B factor to 1000 A^2, and normalise B factors | Thomas White | |
2015-07-07 | Update AUTHORS, ChangeLog and comments | Thomas White | |
2015-07-07 | Update docs | Thomas White | |
2015-07-07 | process_hkl: add --even-only and --odd-only options to make half-datasets | Keitaro Yamashita | |
2015-07-07 | Add mask_file to geometry file, to allow bad pixel mask to be stored separately | Thomas White | |
2015-07-07 | Make the two geometry examples more similar | Thomas White | |
2015-07-06 | Formatting | Thomas White | |
2015-07-03 | partialator: Add --start-after/--stop-after options and write symmetry in ↵ | Keitaro Yamashita | |
hkl files. | |||
2015-07-03 | Delete trailing whitespace | Thomas White | |
2015-06-30 | Fix mistakes in documentation | Thomas White | |
2015-06-26 | Plug some more leaks | Thomas White | |
2015-06-26 | Fix prediction refinement memory leaks | Thomas White | |
2015-06-26 | Free crystal notes | Thomas White | |
2015-06-26 | Work round unaligned read with DirAx | Thomas White | |
Ok, just to keep Valgrind quiet. | |||
2015-06-25 | scripts/plot-predict-refine: Fix pointless line | Thomas White | |
2015-06-25 | Move predict-refine to libcrystfel | Thomas White | |
2015-06-25 | Set MOSFLM default flags to include cell parameters, and add some checks | Thomas White | |
2015-06-25 | Try "mosflm" first, then try "ipmosflm" if it doesn't work | Thomas White | |
This allows a smooth transition from CCP4 to standalone version of mosflm, and hence an easy upgrade to newer versions. | |||
2015-06-25 | Tidy up some small leaks and memory bugs | Thomas White | |
2015-06-24 | Whitespace | Thomas White | |
2015-06-23 | s/MAP_ANONYMOUS/MAP_ANON/ | Thomas White | |
Needed for OSX compatability | |||
2015-06-19 | Update ChangeLog | Thomas White | |
2015-06-19 | Tidy up new MOSFLM code | Thomas White | |
2015-06-19 | Send 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-19 | Remove old code/formatting | Thomas White | |
2015-06-19 | Update docs | Thomas White | |
2015-06-19 | Compile asdf only if FFTW is available | Thomas White | |
2015-06-19 | Remove ReAx and GrainSpotter | Thomas White | |
Neither of these ever really worked, and better algorithms exist now. | |||
2015-06-18 | Small tidying up for asdf | Thomas White | |
2015-06-18 | Merge branch 'tolstikova/dirax' | Thomas White | |
Conflicts: libcrystfel/src/index.h | |||
2015-06-18 | Fix bug in cell refinement | Alexandra Tolstikova | |
2015-06-18 | Replace semaphore with a mutex | Thomas White | |
A mutex (in a shared memory segment) is the correct synchronisation primitive here. I had confused myself... | |||
2015-06-17 | Check c->n after cell reduction | Alexandra Tolstikova | |
2015-06-17 | Use a POSIX semaphore for synchronising terminal access during indexing | Thomas White | |
Nice side-effect: indexamajig -j and --int-diag can now be used together | |||
2015-06-17 | Fix fft in[N] array subscript calculation | Alexandra Tolstikova | |
2015-06-16 | partialator: Fix rejection bugs | Thomas White | |
2015-06-16 | Check malloc return values | Alexandra Tolstikova | |
2015-06-16 | pattern_sim: Update documentation and messages | Thomas White | |