Skip to content

Commit 66899db

Browse files
committed
Try adding content from 2025-06-24 ALS beamtime
1 parent 80f00c3 commit 66899db

6 files changed

Lines changed: 85 additions & 2 deletions
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# Preliminary results from macrodomain diffuse scattering measurements at ALS 8.3.1 on June 24, 2025
2+
3+
Steve Meisburger, June 29, 2025. For team diff-USE.
4+
5+
## Summary
6+
7+
We collected diffraction data from several SARS-CoV-2 NSP3 macrodomain crystals at room temperature, and created preliminary diffuse maps for 3 crystals using mdx2. Interestingly, the diffuse maps appear quite different. The reason for this is not apparent yet.
8+
9+
I think more measurements should definitely be done if possible, and with greater care. However, the existing data are valuable as examples of how diffuse scattering might be influenced by beam properties, crystal handling, data processing algorithms, etc.
10+
11+
## Data collection at 8.3.1
12+
13+
- James, Mehagan, and I collected data from 4 macrodomain crystals harvested from a single tray "Plate 1" provided by JF's lab.
14+
- There was some messing around before we got the dose right. So each dataset had different beam properties (divergence & flux).
15+
- The crystals were of moderate size (~ 100 x 200 x 200 µm^3)
16+
- I used the usual Ando lab method: MiTeGen plastic sleeves, background measurements.
17+
- I did NOT use a humidity controlled environment for harvesting (not enough time to set it up).
18+
19+
Usable datasets:
20+
21+
file prefix | tray, well | dose rate* | notes
22+
--- | --- | --- | ---
23+
`H6_5` | tray 1, well H6 | high | 360 degrees, 0.1 deg/frame, spots decayed rapidly (damage)
24+
`H8_8` | tray 1, well H8 | medium | 360 degrees, 0.1 deg/frame, some damage toward the end?
25+
`G8_1` | tray 1, well G8 | low | 360 degrees, 0.1 deg/frame
26+
27+
*by adjusting attenuators and mirror defocus, need to ask James H how to retrieve this info from metadata file
28+
29+
## Bragg data results
30+
31+
- processed using xia2 (DIALS pipeline)
32+
- cut the number of frames according to merging statistics (consistent Rmerge, B-factor increase < 2 Å^2, etc).
33+
- `H6_5` (high dose rate): kept 900 frames (90 degrees)
34+
- `H8_8` (medium dose rate): kept 3600 frames (360 degrees), but noted rise in R-merge beyond frame ~3000
35+
- `G8_1` (low dose rate): kept 3600 frames (360 degrees)
36+
- All 3 datasets processed to 1.08 Å (CC1/2 > 0.33), and have good statistics.
37+
- The unit cell dimensions are different by up to ~0.2 Å, perhaps from exposure to dry air during harvesting?
38+
39+
## Diffuse maps
40+
41+
Processed using mdx2, integrating on a 2x2x4 (coarse) grid. Rendered slices in a non-halo plane (l=1/2), intensity scale is arbitrary (normalized to 1).
42+
43+
| `H6_5` (high dose rate) |
44+
| --- |
45+
| ![mac_H6_slice_lp5.png](7b1a4bfb-7d80-4814-8746-c83f866c0985.png) |
46+
47+
| `H8_8` (medium dose rate) |
48+
| --- |
49+
| ![mac_H8_slice_lp5.png](accc6ec6-9939-4540-b0d2-c51b1e2f52e8.png) |
50+
51+
| `G8_1` (low dose rate) |
52+
| --- |
53+
| ![mac_G8_slice_lp5.png](31b14724-0609-4b8b-b436-dea7c2cd99e6.png) |
54+
55+
## Observations
56+
57+
- The isotropic component is quite different between `H6_5` (high dose rate) and `H8_8` (medium dose rate).
58+
- The diffuse fluctuations are strongest for `H8_8` (medium dose rate)
59+
- The signal-to-noise appears to be best for `H6_5` (high dose rate), however the features are perhaps more washed out?
60+
- The maps are very noisy for `G8_1` (low dose rate), but pattern of fluctuations appears distinct from the others
61+
62+
## Questions
63+
64+
1. How different are the structures / B-factors for these crystals? (try structure refinement?)
65+
2. What was the absorbed dose for each dataset? (talk to James H)
66+
3. Do we expect the crystals to be isomorphous? were the well solutions the same? (talk to James F)
67+
68+
## Next steps
69+
70+
1. Characterize (experimentally)
71+
1. Repeatability (use humid environment for harvesting)
72+
2. Radiation damage effects
73+
3. Artifacts from low signal-to-noise (use larger crystals? multi-crystal merging?)
74+
2. Investigate (via data processing, analysis)
75+
1. What do the halos look like?
76+
2. Is the isotropic component time-dependent?
77+
3. Do the Bragg and diffuse scale factors agree?
78+
4. In general, do scaling & merging algorithms in mdx2 behave optimally when signal-to-noise is low?
340 KB
Loading
244 KB
Loading
317 KB
Loading

docs/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Home page
22

3-
Coming soon!
3+
Home for diffuse scattering data collection and analysis notebooks created by [Project DiffUSE](https://github.com/diff-use). See our [GitHub repo](https://github.com/diff-use/logbook) for past versions.
4+
5+
## Data collection sessions
6+
7+
- 2025-06-24 @ ALS 8.3.1, impromptu collection from macrodomain crystals

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
site_name: DiffUSE Logbook
22
nav:
33
- Home: index.md
4+
- 2025-06-24 @ ALS 8.3.1:
5+
- Summary: 20250629_notes/20250629_notes.md
46
theme:
57
name: material
6-

0 commit comments

Comments
 (0)