Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-17 | list_events: Handle broken event list | Thomas White | |
2015-12-17 | Clean up unused code | Thomas White | |
2015-12-15 | Update paper reference in geoptimiser man page | Thomas White | |
2015-12-13 | indexamajig: Restart fgets() in pump_chunk() if interrupted by system call | Thomas White | |
This fixes the occasional unterminated chunk found in the output. | |||
2015-12-10 | Fix integration tests for new saturation map | Thomas White | |
2015-12-05 | Add option for per-pixel saturation values | Thomas White | |
2015-12-03 | scripts/turbo-index: Add missing "done" | Thomas White | |
2015-12-01 | hdfsee: Round panel transformations before passing them to Cairo | Thomas White | |
This prevents the slight blurring of image data which happened before. | |||
2015-11-27 | Fix documentation | Thomas White | |
2015-11-27 | indexamajig: Write target unit cell into stream | Thomas White | |
2015-11-19 | Maximum number of iterations for scaling | Thomas White | |
2015-11-19 | partialator: Set default push-res to infinity | Thomas White | |
Not needed now that the scaling is more stable | |||
2015-11-19 | Monitor average B | Thomas White | |
2015-11-19 | Count reflections in merge and scaling | Thomas White | |
2015-11-18 | Move B factor limit to general rejection function | Thomas White | |
2015-11-18 | No free-flagged reflections in merge for scaling | Thomas White | |
2015-11-18 | Factorise get_locked_reflection() | Thomas White | |
2015-11-18 | partialator: Scale (strictly) using strong reflections only | Thomas White | |
2015-11-18 | merge_intensities(): add use_weak option | Thomas White | |
2015-11-18 | Documentation fixes | Thomas White | |
2015-11-17 | Update docs | Thomas White | |
2015-11-17 | Add a warning | Thomas White | |
2015-11-17 | Make integration WITHOUT gradient background the default | Thomas White | |
2015-11-17 | Make gradient background fitting optional | Thomas White | |
2015-11-13 | Fussiness (extreme) | Thomas White | |
2015-11-13 | Avoid NULL dereference in some scenarios when there is no bad pixel mask | Thomas White | |
2015-11-13 | Fussiness/add a FIXME | Thomas White | |
2015-11-13 | Fix bug in process_hkl documentation | Thomas White | |
2015-11-10 | Improve single_panel_data_source() | Thomas White | |
Fixes two problems: 1. Copious memory leaks via strdup() 2. Hardcoded default /data/data, not used anywhere else | |||
2015-11-10 | Remove old code | Thomas White | |
2015-11-10 | Fix hardcoded maximum gradient for integration | Thomas White | |
2015-11-06 | Remove unused definition | Thomas White | |
2015-11-06 | Fix iteration bounds for peak search | Thomas White | |
It was out by one because of some leftover characters from the previous version. | |||
2015-11-04 | pattern_sim: Fix obvious stupid bug | Thomas White | |
2015-11-03 | hdfsee: Restore TIFF output | Thomas White | |
2015-11-03 | hdfsee: Restore ADSC output | Thomas White | |
2015-11-03 | Merge branch 'tom/imagedata' | Thomas White | |
2015-11-03 | Corrected logical mistake in computing panel distances | Valerio Mariani | |
2015-10-30 | hdfsee: Fix crash when changing rigid group in calibration mode | Thomas White | |
The number of rigid groups overall is usually greater than the number of rigid groups in the current collection. Therefore, the "previous rg" function wrapped round to the wrong place. | |||
2015-10-30 | Don't forget to install manual page for list_events | Thomas White | |
2015-10-27 | Update docs for pattern_sim | Thomas White | |
2015-10-15 | Improved scripts/plot-predict-refine | Thomas White | |
2015-10-12 | Fix extern / fussiness | Thomas White | |
2015-10-07 | Merge branch 'master' into tom/imagedata | Thomas White | |
2015-10-07 | hdfile_get_string_value(): Rearrange control flow | Thomas White | |
This is not a nice function, and seemed to contain a weird stack corruption somewhere. It is still not a nice function, but at least no longer seems to contain a weird stack corruption. | |||
2015-10-07 | Formatting | Thomas White | |
2015-10-07 | Fix a small memory leak | Thomas White | |
2015-10-07 | Fussiness | Thomas White | |
2015-10-07 | tests/gpu_sim_check: Update for new GPU simulation code | Thomas White | |
2015-10-07 | pattern_sim: Remove image->data (GPU only) | Thomas White | |