-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DIALS 3.17.1 #193
DIALS 3.17.1 #193
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d4f95b - Browse repository at this point
Copy the full SHA 7d4f95bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7dd338 - Browse repository at this point
Copy the full SHA e7dd338View commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2562aa7 - Browse repository at this point
Copy the full SHA 2562aa7View commit details
Commits on Nov 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c59ebc - Browse repository at this point
Copy the full SHA 4c59ebcView commit details
Commits on Nov 6, 2023
-
Update removed datablock module and warning (cctbx#665)
This attempted to import some code from experiment_list before printing the warning, but used an incorrect import path. This didn't get tested because this was added in the commit otherwise removing datablock completely.
Configuration menu - View commit details
-
Copy full SHA for 27f168c - Browse repository at this point
Copy the full SHA 27f168cView commit details
Commits on Nov 15, 2023
-
Add properties table to Scan (cctbx#620)
Added properties to Scan to allow for more diverse experiment types (e.g. 3D time-of-flight data).
Configuration menu - View commit details
-
Copy full SHA for 6883714 - Browse repository at this point
Copy the full SHA 6883714View commit details
Commits on Nov 20, 2023
-
Add oscillation fix for Scan.set_image_range. (cctbx#667)
Add oscillation fix for Scan.set_image_range.
Configuration menu - View commit details
-
Copy full SHA for 5851627 - Browse repository at this point
Copy the full SHA 5851627View commit details
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 31f73a5 - Browse repository at this point
Copy the full SHA 31f73a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd7ede - Browse repository at this point
Copy the full SHA dbd7edeView commit details
Commits on Jan 18, 2024
-
FormatMRC
: more robust handling of extended headers. (cctbx#679)For mrcfile>=1.5.0 use the indexed_extended_header. Attempt to process the extended header only if its length is equal to the number of images. Ignore extended header values if the pixel size is set to zero.
Configuration menu - View commit details
-
Copy full SHA for f903a3c - Browse repository at this point
Copy the full SHA f903a3cView commit details
Commits on Jan 19, 2024
-
Add spectrum_required=False to FormatXTC (cctbx#674)
New parameter and updated behavior to account for occasional dropped spectra in the XTC stream, when spectra a used to produce a calibrated average wavelength. If spectrum_required=True, and the FEE spectrometer is not found in an event, get_spectrum will raise a RuntimeError. If spectrum_required = False and spectra calibration constants (spectrum_eV_per_pixel and spectrum_eV_offset) are provided, wavelength_offset can be used to apply a general correction for any events with a dropped spectrum. If the spectrum is present and calibration constants are provided, wavelength_offset is ignored.
Configuration menu - View commit details
-
Copy full SHA for 5179420 - Browse repository at this point
Copy the full SHA 5179420View commit details
Commits on Jan 26, 2024
-
Formats for the ELDICO ED-1 (cctbx#682)
Basic readers for Bruker Format-100 and miniCBF images from the ELDICO ED-1 instrument.
Configuration menu - View commit details
-
Copy full SHA for 33a7202 - Browse repository at this point
Copy the full SHA 33a7202View commit details -
FormatSMVTimePix_SU
mask out central cross of virtual pixels (cctbx……#683) * Always mask out the central cross of pixels, as even if these have got reasonable intensity values, they do not correctly represent the reflection profiles. This also means handling between the 4- panel 512*512 pixel model (which excludes the edge pixels between the panels) and the 516*516 pixel model are now consistent. Both versions now exclude these special edge pixels.
Configuration menu - View commit details
-
Copy full SHA for 3e5ac9b - Browse repository at this point
Copy the full SHA 3e5ac9bView commit details
Commits on Feb 5, 2024
-
New file writer image dimensions (cctbx#676)
New file writer image dimensions Reported now as slow, fast i.e. correct rather than historical fast, slow which we have always had to invert Fixes cctbx#657 Much more sensible fix suggested by @biochem-fan - checks firmware version using packaging.version as a sane comparitor. Thanks to @spmeisburger for pointing out errors. Co-authored-by: Takanori Nakane <nakane.t@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 03e7ee0 - Browse repository at this point
Copy the full SHA 03e7ee0View commit details
Commits on Feb 12, 2024
-
Fix incorrectly parsed properties in Scan.from_dict (cctbx#688)
Added a missing test for this. Fixes 2606.
Configuration menu - View commit details
-
Copy full SHA for 80f81f5 - Browse repository at this point
Copy the full SHA 80f81f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c53c3 - Browse repository at this point
Copy the full SHA 65c53c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0046002 - Browse repository at this point
Copy the full SHA 0046002View commit details -
Ensure time-of-flight does not classify as Scan.is_still() (cctbx#689)
Time of flight data does not fully fit in either still or sweeps camp, but in most cases the check is used to distinguish between 2D and 3D data. Within DIALS, time of flight data is being treated as 3D data, with the third dimension being time of flight rather than rotation. Update this check to reflect that.
Configuration menu - View commit details
-
Copy full SHA for 300f4fe - Browse repository at this point
Copy the full SHA 300f4feView commit details -
Revert "Fix incorrectly parsed properties in Scan.from_dict (cctbx#688)"
There were non-regression tests in dials_regression that were not included in the online testing. This reverts commit 80f81f5.
Configuration menu - View commit details
-
Copy full SHA for 071947d - Browse repository at this point
Copy the full SHA 071947dView commit details -
Allow negative rotation angles in Scans (cctbx#690)
Allow rotation angles to be < 0 i.e. crystals rocking back and forth in the beam for efficiency.
Configuration menu - View commit details
-
Copy full SHA for 39e463e - Browse repository at this point
Copy the full SHA 39e463eView commit details
Commits on Feb 13, 2024
-
Invert rotation axis for negative scans (cctbx#694)
This complements 39e463e. Twirling, always twirling.
Configuration menu - View commit details
-
Copy full SHA for f901366 - Browse repository at this point
Copy the full SHA f901366View commit details
Commits on Feb 18, 2024
-
Reduce comparison precision in
test_FormatISISSXD.py
(cctbx#696)* Be tolerant of fast and slow axis values in `test_FormatISISSXD.test_import` that may vary in the least significant digits.
Configuration menu - View commit details
-
Copy full SHA for 8bf5dad - Browse repository at this point
Copy the full SHA 8bf5dadView commit details
Commits on Feb 20, 2024
-
Scan from dict fix (cctbx#693)
* Fixed bug in `Scan.from_dict` where some properties were not correctly parsed.
Configuration menu - View commit details
-
Copy full SHA for e684c41 - Browse repository at this point
Copy the full SHA e684c41View commit details
Commits on Feb 22, 2024
-
Add natural sorting (cctbx#697)
Add natural sorting This will allow dials.import to behave as a user would expect, as it naturally sorts rather than strictly sorts input values (i.e. 2 comes before 11) Fixes dials/dials#2302 * Rename newsfragments/XXX.bugfix to newsfragments/697.bugfix * azure conda env update --------- Co-authored-by: DiamondLightSource-build-server <DiamondLightSource-build-server@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f3f9963 - Browse repository at this point
Copy the full SHA f3f9963View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45c945e - Browse repository at this point
Copy the full SHA 45c945eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f6edf3 - Browse repository at this point
Copy the full SHA 2f6edf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0081506 - Browse repository at this point
Copy the full SHA 0081506View commit details
Commits on Feb 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d18fde1 - Browse repository at this point
Copy the full SHA d18fde1View commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 557fbc6 - Browse repository at this point
Copy the full SHA 557fbc6View commit details -
Allow distance override for multi-panel detectors (cctbx#698)
Allow distance override for multi-panel detectors. If a multi-panel detector has a hierarchy, it will have its root node distance set. If there is no hierarchy then each panel will individually have distance set, but only if those panels are coplanar and already at the same distance.
Configuration menu - View commit details
-
Copy full SHA for 8f53e56 - Browse repository at this point
Copy the full SHA 8f53e56View commit details -
The xia2 tests show that single panel detectors can have a hierarchy …
…too! (why?!) In such cases it seems that hierarchy is useless, and has origin at 0,0,0. When we have a single panel, ensure that it is the panel itself that has its distance updated. Only change the hierarchy for multi-panel detectors, where it is assumed that it has a sensible origin.
Configuration menu - View commit details
-
Copy full SHA for ff658e8 - Browse repository at this point
Copy the full SHA ff658e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 531dfd5 - Browse repository at this point
Copy the full SHA 531dfd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for babbcc3 - Browse repository at this point
Copy the full SHA babbcc3View commit details -
Merge pull request cctbx#699 from dials/set-distance-for-single-panel…
…-detectors-with-hierarchy Set distance for single panel detectors with hierarchy
Configuration menu - View commit details
-
Copy full SHA for 4251b75 - Browse repository at this point
Copy the full SHA 4251b75View commit details
Commits on Mar 1, 2024
-
Merge pull request cctbx#659 from cctbx/ESRF_SMX
Add format class to understand Jungfrau4M serial data from ID29, ESRF
Configuration menu - View commit details
-
Copy full SHA for 152fdb8 - Browse repository at this point
Copy the full SHA 152fdb8View commit details
Commits on Mar 5, 2024
-
Relax conditions when interpolating between frames and time of flight (…
…cctbx#701) * Relax conditions when creating time of flight interpolators to allow time of flight frames to start from zero.
Configuration menu - View commit details
-
Copy full SHA for 7964d4b - Browse repository at this point
Copy the full SHA 7964d4bView commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1da5d45 - Browse repository at this point
Copy the full SHA 1da5d45View commit details -
Fix recently added ESRFJF4M format class (cctbx#707)
Fix recently added JF4M format class. Avoids matching to dataset h5 files
Configuration menu - View commit details
-
Copy full SHA for 78147cc - Browse repository at this point
Copy the full SHA 78147ccView commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7615301 - Browse repository at this point
Copy the full SHA 7615301View commit details
Commits on Mar 15, 2024
-
FormatSMVJHSim
AttributeError
bugfix (cctbx#710)* Bugfix: need to avoid None * News * Rename newsfragments/xxx.bugfix to newsfragments/710.bugfix --------- Co-authored-by: DiamondLightSource-build-server <DiamondLightSource-build-server@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 080b599 - Browse repository at this point
Copy the full SHA 080b599View commit details
Commits on Mar 20, 2024
-
Add wavelength range to polychromatic beams. (cctbx#704)
* Add wavelength range to polychromatic beams.
Configuration menu - View commit details
-
Copy full SHA for 48c03a8 - Browse repository at this point
Copy the full SHA 48c03a8View commit details -
Add getstate and setstate for PolychromaticBeam. (cctbx#711)
* Add getstate and setstate for PolychromaticBeam.
Configuration menu - View commit details
-
Copy full SHA for 7242bb3 - Browse repository at this point
Copy the full SHA 7242bb3View commit details
Commits on Mar 21, 2024
-
Add missing argument in PolychromaticBeamPickleSuite. (cctbx#714)
* Add missing argument in PolychromaticBeamPickleSuite.
Configuration menu - View commit details
-
Copy full SHA for 85462c3 - Browse repository at this point
Copy the full SHA 85462c3View commit details -
Add tof_helpers.tof_from_wavelength. (cctbx#713)
* Add tof_helpers.tof_from_wavelength.
Configuration menu - View commit details
-
Copy full SHA for 6818056 - Browse repository at this point
Copy the full SHA 6818056View commit details
Commits on Apr 8, 2024
-
Add versatility to Rayonix XTC class (cctbx#723)
Defaults for detz_offset and cent_mm were calibrated using mfxl032222 (April 2024)
Configuration menu - View commit details
-
Copy full SHA for bb93372 - Browse repository at this point
Copy the full SHA bb93372View commit details
Commits on Apr 17, 2024
-
towncrier --name=dxtbx --version='3.19.0'
Configuration menu - View commit details
-
Copy full SHA for d15ff8c - Browse repository at this point
Copy the full SHA d15ff8cView commit details -
Ignore trusted-range in dxtbx.average test
This behaviour has changed in cctbx, however has not been backported to the release.
Configuration menu - View commit details
-
Copy full SHA for 5f7ae58 - Browse repository at this point
Copy the full SHA 5f7ae58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce1b95 - Browse repository at this point
Copy the full SHA 2ce1b95View commit details
Commits on May 23, 2024
-
Fix old I03 data not processing (cctbx#737)
Some data taken with the Eiger pre-2020 was written: - With a 64-bit VDS pointing to 32-bit data arrays, - Without the metafile being linked in the main file, - Without the eiger self-reported data type being in the metafile. Solving these allows DIALS to know that the VDS is wrong, and that it is safe to convert down to 32-bit. Soves dials/dials#2669.
Configuration menu - View commit details
-
Copy full SHA for 713ce93 - Browse repository at this point
Copy the full SHA 713ce93View commit details