Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-08 | Add SLURM version of turbo-index script | Thomas White | |
2017-03-08 | Add example Eiger geometry file | Thomas White | |
2017-03-03 | cell_explorer: Better handling of dodgy cells | Thomas White | |
2017-03-03 | Return error code if cell can't be inverted | Thomas White | |
2017-03-03 | partialator: Better handling of very small number of crystals | Thomas White | |
2017-03-03 | geoptimiser: Call g_type_init() only if GLib is old | Thomas White | |
2017-02-24 | get_hkl: Fix a segfault when there are no notes | Thomas White | |
2017-02-17 | Update docs (add funding acknowledgements) | Thomas White | |
2017-02-16 | Fix mask path placeholder check | Thomas White | |
The mask paths for all panels have to have the same number of placeholders, but the masks do not have to have the same number of placeholders as the panel data blocks. This also tidies up a few excess strdup() calls, and removes partial_event_substitution() because retrieve_full_path() can now handle the number of placeholders being too small. | |||
2017-02-02 | Cannot use stamp_response() here | Thomas White | |
We have a pipe index (0 to n_read), not a process index (0 to n_proc). These are two separate lists, with no correspondence between them. See 7dbbfa4 for another fix related to this issue. | |||
2017-02-02 | indexamajig: Add ping mechanism to avoid timing out when trying lots of indexers | Thomas White | |
2017-02-02 | cell_explorer: Fix labels once and for all | Thomas White | |
2017-02-01 | asdf.c: Divide volume constraints by number of lattice points per unit cell. ↵ | Alexandra Tolstikova | |
Add F centering | |||
2017-02-01 | asdf.c: Divide volume constraints by number of lattice points per unit cell ↵ | Alexandra Tolstikova | |
since asdf always finds primitive cell | |||
2017-02-01 | Fix malloc fail due to integer overflow in N_triplets | Alexandra Tolstikova | |
2017-02-01 | Change volume_min, volume_max and d_max when indexing=asdf-comb | Alexandra Tolstikova | |
2017-02-01 | Change d_max according to the provided cell | Alexandra Tolstikova | |
2017-02-01 | partialator: Exit if point group is unrecognised | Thomas White | |
2017-01-12 | indexamajig: Fix hanging on "Waiting for last patterns" | Thomas White | |
2016-12-13 | Fix tests for new polarisation correction | Thomas White | |
Actually, disable the polarisation correction in the tests. | |||
2016-12-09 | New polarisation correction | Thomas White | |
2016-11-25 | Display line numbers at which stream is corrupted | Thomas White | |
2016-11-24 | partialator: Fix counting of images | Thomas White | |
2016-11-16 | partialator: Fix segfault when not using --custom-split | Thomas White | |
Crash introduced by 775bbc2d. How silly of me. Thanks to Ken Beyerlein for fixing this. | |||
2016-11-10 | Fix 2theta calculation in locate_peak_on_panel() | Thomas White | |
The "improved" version of this, added by 9b1374999 along with the new spot position calculation for out-of-plane panels, actually assumes that the reflection is at the exact Bragg condition. This is not a valid assumption here. The difference is small (<0.5 px), but made the prediction refinement gradients completely wrong. | |||
2016-11-07 | render_hkl: Show max value, and improve documentation for --scale-top | Thomas White | |
2016-11-04 | Add (more) warnings about unique axes | Thomas White | |
2016-10-28 | partialator: Show some useful numbers about csplit datasets | Thomas White | |
2016-10-28 | partialator: Don't write a dataset if it contains no crystals | Thomas White | |
2016-10-14 | validate_peaks(): Remove drifting and proximity checks, and use original ↵ | Thomas White | |
coordinates We trust the HDF5 peaks, even if we can't see a peak there. That means we can't reliably take a centroid and "improve" the coordinates. In some cases, the centroiding procedure seems to be making the peak coordinates worse than they were originally. Now, the only remaining checks are: 1. Is the peak in a bad region of the detector? 2. Is it saturated? (but --use-saturated is the default) 3. If --check-hdf5-snr, is it above the minimum SNR? | |||
2016-10-14 | Add scripts/peakogram-stream | Thomas White | |
2016-10-10 | Fix bad regions | Thomas White | |
Previously, this was broken when not using a mask | |||
2016-10-10 | Add missing newline | Thomas White | |
2016-10-10 | Fussiness / boilerplate | Thomas White | |
2016-10-10 | Fixed bug with positioning of secondary ASICs | Valerio Mariani | |
2016-10-10 | Geoptimiser now uses detector shift information | Valerio Mariani | |
2016-10-10 | New default min peak distance for geoptimiser | Valerio Mariani | |
2016-10-10 | Added detector shift to crystal structure, wrote get and get functions | Valerio Mariani | |
2016-10-10 | cell_explorer: Add "Save cell" function | Thomas White | |
2016-10-07 | XDS: Clean up open files | Thomas White | |
2016-10-06 | hdf5_write_image(): Write the correct data | Thomas White | |
2016-10-06 | pattern_sim: Zero image array before each frame | Thomas White | |
2016-10-06 | hdf5_write_image(): Use correct dataspace for writing | Thomas White | |
2016-10-06 | pattern_sim: Free stuff at end | Thomas White | |
2016-10-06 | pattern_sim: Fix loop bounds in record_image() | Thomas White | |
2016-09-12 | Add newline at end of geometry file in stream, if not already present | Thomas White | |
2016-09-12 | Restore loading of saturation map | Thomas White | |
2016-09-12 | Restore loading of bad pixel map | Thomas White | |
2016-09-07 | XDS: Create fake coordinates taking detector z into account | Thomas White | |
2016-09-07 | Mosflm: Create fake coordinates taking detector z into account | Thomas White | |