Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-09 | New polarisation correction | Thomas White | |
2016-11-25 | Display line numbers at which stream is corrupted | Thomas White | |
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-04 | Add (more) warnings about unique axes | 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-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 | Added detector shift to crystal structure, wrote get and get functions | Valerio Mariani | |
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 | hdf5_write_image(): Use correct dataspace for writing | 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 | |
2016-08-16 | Add reflist_add_command_and_version() | Thomas White | |
2016-08-16 | Read and write RefList notes to reflection list files | Thomas White | |
2016-08-16 | Add notes to RefList | Thomas White | |
2016-08-11 | Take rail direction as a vector rather than individual x,y,z values | Thomas White | |
Just to make it more consistent with fs/ss directions | |||
2016-08-11 | Use whole of 'value' field when parsing top-level geometry options | Thomas White | |
This is a long-standing bug, which we got away with up to now because top-level options with more than just a single number or location were rare or possibly never used at all. | |||
2016-08-10 | Ensure z component is set in dir_conv() | Thomas White | |
2016-08-10 | Set default clen_for_centering | Thomas White | |
If the rail vector is +z (the default), then the value doesn't matter. However, it still mustn't be NaN. | |||
2016-08-10 | Allow peak table location to be given in geometry file | Thomas White | |
2016-08-09 | Remove debugging output | Thomas White | |
2016-08-09 | Add rail direction to geometry | Thomas White | |
2016-07-29 | Use z components in prediction | Thomas White | |
2016-07-29 | Add z direction to panel directions and update get_q_for_panel() | Thomas White | |
2016-07-29 | Set image->dp in hdf5_read() | Thomas White | |
2016-07-28 | Check return values when writing to Mosflm or DirAx | Thomas White | |
2016-07-01 | Provide dataspace when reading data, mask and satmap | Thomas White | |
2016-07-01 | Remove slab-relative coordinates from geoptimiser | Thomas White | |
2016-07-01 | Store all "=" fields from stream, not just HDF5 ones | Thomas White | |
2016-07-01 | No more slab-relative coordinates in libcrystfel | Thomas White | |
2016-05-20 | Fixed problem with parsing of geometry file | Valerio Mariani | |
2016-05-19 | integrate_peak(): Trap if pk_total=0 | Thomas White | |
2016-04-21 | Use correct dataspace when reading HDF5 strings | Thomas White | |
2016-04-13 | Fix event enumeration | Thomas White | |
I broke it. Sorry about that. | |||
2016-04-13 | Formatting | Thomas White | |
2016-04-12 | Merge branch 'tom/testing' | Thomas White | |
2016-04-01 | Add adu_per_photon (distinct from adu_per_eV) | Thomas White | |
2016-04-01 | Remove "Too few paired peaks" warnings | Thomas White | |
We know that the prediction refinement is working. These "warnings" are really just synonyms for "indexing failed for this pattern". No big deal. | |||
2016-04-01 | Fix silly bugs and tidy up | Thomas White | |
2016-03-31 | Handle placeholders in --hdf5-peaks | Thomas White | |
2016-03-24 | Fussiness/formatting | Thomas White | |
2016-03-24 | Simplify event enumeration a bit | Thomas White | |
2016-03-24 | event_path_placeholder_subst(): Simplify a bit | Thomas White | |
2016-03-24 | Don't use %C conversion | Thomas White | |