Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-05 | partialator: add --output-every-cycle option to write .hkl* and .params ↵ | Keitaro Yamashita | |
files in every cycle | |||
2016-01-30 | indexamajig: Restore --no-refine | Thomas White | |
Adds yet another indexing option... | |||
2016-01-29 | Perform prediction refinement straight after indexing | Thomas White | |
This allows indexing to be attempted again (either a new method or with "retry") if the prediction refinement fails, increasing overall indexing rate. Side-effect: there are some hoops which would need to be jumped through to store the profile radius before refinement and hence enable scripts/plot-predict-refine to work. For now, we'll ignore this as it's clear that the prediction refinement is working. | |||
2016-01-08 | ambigator: Don't require -y | Thomas White | |
The manual says that -y 1 is the default. | |||
2016-01-08 | Replace incorrect label in geoptimiser | Valerio Mariani | |
2016-01-06 | Rearrange columns in partialator.params | Thomas White | |
2016-01-06 | Print filename and event string in the partialator.params output file | Valerio Mariani | |
2015-12-18 | Saturation map fixes | Thomas White | |
2015-12-17 | list_events: Handle broken event list | 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-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 | 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-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-06 | Remove unused definition | Thomas White | |
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-07 | Merge branch 'master' into tom/imagedata | Thomas White | |
2015-10-07 | Formatting | Thomas White | |
2015-10-07 | Fix a small memory leak | Thomas White | |
2015-10-07 | pattern_sim: Remove image->data (GPU only) | Thomas White | |
2015-10-05 | hdfsee: Disable TIFF/ADSC output functions | Thomas White | |
Need a better solution here: fix them or delete them | |||
2015-10-05 | hdfsee: Remove image->data | Thomas White | |
2015-10-05 | geoptimiser: Remove image->data | Thomas White | |
2015-10-05 | partial_sim: Remove image->data | Thomas White | |
2015-10-05 | pattern_sim: Remove image->data (CPU only) | Thomas White | |
2015-10-05 | process_image(): Remove image->data | Thomas White | |
2015-09-29 | Tidy up verbosity of residuals | Thomas White | |
2015-09-29 | Make prototypes of residual() and log_residual() agree | Thomas White | |
2015-09-25 | partialator: Rationalise residual calculation and display | Thomas White | |
2015-09-24 | Reject big B factors before trying PR | Thomas White | |
2015-09-18 | ambigator: Write correlation matrix in lines, not all at once | Thomas White | |
2015-09-18 | ambigator: More error checking | Thomas White | |
2015-09-17 | ambigator: Improve detection of out of memory condition | Thomas White | |