Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-06-16 | partialator: Improve rejection | Thomas White | |
2015-06-15 | Remove mistakenly committed empty file | Thomas White | |
2015-06-15 | ambigator: Change order of checking command line options | Thomas White | |
This allows a useful possibility of using only -y/-w to calculate a left coset decomposition. | |||
2015-06-11 | Fixes to syntax of events.h header file | Valerio mariani | |
2015-06-11 | Fixes for connected panel distance bugs | Valerio mariani | |
2015-06-09 | match_cell(): Tidy up error handling when given a bogus lattice type | Thomas White | |
2015-06-08 | Disable error maps if cairo and gtk are not available | Valerio mariani | |
2015-05-27 | Add detector_has_clen_references() | Thomas White | |
2015-05-19 | Exclude bad crystals from pobs/pcalc graph | Thomas White | |
2015-05-19 | Set default crystal resolution limit to infinity | Thomas White | |
Makes much more sense than zero | |||
2015-05-19 | partialator: Show initial and final residuals (including free) | Thomas White | |
2015-05-19 | Add free residual and convergence check | Thomas White | |
2015-05-19 | Debugging stuff | Thomas White | |
2015-05-19 | partialator: Add cross-validation pobs/pcalc graph | Thomas White | |
2015-05-19 | Add {get,set}_flag() | Thomas White | |
2015-05-19 | Strip out scaling report stuff | Thomas White | |
2015-05-19 | Fix R and div gradients | Thomas White | |