Private
Public Access
11
1

Update Energy-Drift-Correction

2026-03-16 12:49:09 +01:00
parent e03a8e99b0
commit 13ecb42df5
+14 -7
@@ -2,20 +2,27 @@
Microscopes based on Fresnel zone plates will often suffer from "energy drift" where the position of an observed sample feature will vary linearly with respect to the photon energy. This drift is due to systematic positioning errors that occur when the zone plate Z-axis stage moves, and has two parts:
- Real Drift: The main drift problem is caused by the ZP stage not moving parallel to X-ray beam axis.
- Virtual Drift: A related indirect drift problem is caused by the interferometer mirror surface not being parallel to the ZP stage movement, and the measured change in laser path length being included in the feedback system to erroneously adjust the sample fine stage.
- **Real Drift:** The main drift problem is caused by the ZP stage not moving parallel to X-ray beam axis.
- **Virtual Drift:** A related indirect drift problem is caused by the interferometer mirror surface not being parallel to the ZP stage movement, and the measured change in laser path length being included in the feedback system to erroneously adjust the sample fine stage.
Note that a drift will appear worse when looking more closely at it, i.e. the more one zooms in on a sample region, the more sensitive the measurements are to the drift. One should also never expect to completely eliminate drift, but only to minimise it until it is no longer significant.
Note that a drift will appear worse when looking more closely at it, i.e. the more one zooms in on a sample region, the more sensitive the measurements are to the drift. One should also never expect to completely eliminate drift, but only to minimise it until it is no longer significant.
Also note that changes in temperature can cause the distance between the sample and the interferometer mirrors to change and thus cause a random drift of the image with respect to the interferometric position measurements. This issue can only be addressed with careful instrument design and operation, and is completely separate from the drifts discussed in this article.
The consequences of an energy drift include:
- Misaligned data: The data stacks must be aligned image-by-image in order to correctly interpret the observations.
- Image Padding Requirements: Image stacks require padding in order to keep features of interest within the measured area over the full energy range.
- Limited Fine-stage Movement: A large virtual drift will apply a significant feedback voltage which can push the limits of the sample fine stage and cause a mismatch between the calculate scan-tile regions and the achievable fine stage regions.
- OSA drift: The OSA alignment is affected by the real drift, but not the virtual drift and so can significantly drift with energy when the sample doesn't (due to the real and virtual drifts being opposite and equal). Since the OSA alignment doesn't require such high precision as the sample, it is typically only an issue when making large changes in energy, such as switching between well-separated absorption edges.
There are a number of strategies for dealing with energy drift:
- Post-fix: Simply align the images during the data analysis.
- Rotate Endstation: This essentially adjusts the X-ray beam axis. One can choose to either minimise the real drift, or to match the virtual drift (with opposite sense) so that they cancel each other out. Note that translating the endstation also results in a small rotation of the X-ray beam axis and so one should take care to reoptimise the endstation position after each rotation. The size and distance of the entrance apertures may limit the amount of endstation rotation that can be applied before the beam is clipped.
- Adjust Interferometer Mirrors: This can be applied to either minimise the virtual drift, or to cancel the real drift. In practice, such adjustments can be very difficult and inconvenient due to the need to vent the system to access the manual adjustment screws and a limited number of adjustment screws included in the implementation of the interferometer system. One must also meet the constraints of having the interferometer beams sufficiently overlap at the detector.
- Software Correction: Drifts can be countered by applying a ZP-Z dependent correction to the transform to X/Y position that is calculated by Orocos. A software correction can cancel a virtual drift completely by neutralising erroneous feedback and the only negative consequence would be an extra (but typically insignificant) shift in the coordinate system when the interferometer is reset. However, using a software correction to minimise a real drift will increase feedback signals and can cause issues with the fine stage limits in extreme cases.
- **Post-fix:** Simply align the images during the data analysis.
- **Rotate Endstation:** This essentially adjusts the X-ray beam axis. One can choose to either minimise the real drift, or to match the virtual drift (with opposite sense) so that they cancel each other out. Note that translating the endstation also results in a small rotation of the X-ray beam axis and so one should take care to reoptimise the endstation position after each rotation. The size and distance of the entrance apertures may limit the amount of endstation rotation that can be applied before the beam is clipped. Note that X/Y translation of the zone plate with respect to the optical source (e.g. monochromator exit slits) is also an effective rotation of the X-ray beam axis.
- **Rotate Zone Plate Stage:** Rotating the zone plate stage to match the X-ray beam axis will minimise the real drift. However, such adjustments are often laborious and clumsy such that rotating the entire vacuum chamber is usually preferable.
- **Adjust Interferometer Mirrors:** This can be applied to either minimise the virtual drift, or to cancel the real drift. In practice, such adjustments can be very difficult and inconvenient due to the need to vent the system to access the manual adjustment screws and a limited number of adjustment screws included in the implementation of the interferometer system. One must also meet the constraints of having the interferometer beams sufficiently overlap at the detector.
- **Feedback Correction:** Drifts can be countered by applying a ZP-Z dependent correction to the transform to X/Y position that is calculated by Orocos. A software correction can cancel a virtual drift completely by neutralising erroneous feedback and the only negative consequence would be an extra shift in the coordinate system when the interferometer is reset (the extra shift is proportional to the difference in energy from the previous reset). However, using a software correction to minimise a real drift will increase feedback signals and can cause issues with the fine stage limits in extreme cases.
Best practice is to minimise the virtual drift by adjusting the interferometer mirrors, then minimise the real drift by rotating the endstation vacuum chamber, then using the feedback correction in Orocos to fine tune the drift correction.