From 82b03274b7a67bde70aa8368b312e544d5e00ce7 Mon Sep 17 00:00:00 2001 From: x12sa Date: Tue, 30 Jun 2026 14:57:36 +0200 Subject: [PATCH] fix docs --- docs/user/ptychography/flomni.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/user/ptychography/flomni.md b/docs/user/ptychography/flomni.md index 14910d4..ebee457 100644 --- a/docs/user/ptychography/flomni.md +++ b/docs/user/ptychography/flomni.md @@ -48,13 +48,12 @@ Manually move the gripper to a transfer position #### Coarse alignment After the sample transfer the sample stage moved to the measurement position with your new sample. The Xray eye will automatically move in and the shutter will open. You may already see the sample in the omny xeye interface running on the windows computer. -+Height is now centered automatically as part of step 3 below, so manual height adjustment is only needed if the sample is far off screen to begin with: +If you see your sample already at the approximately correct height, you can skip steps 1 to 3. Otherwise adjust the height: - -+1. If the sample is far off screen, `flomni.feedback_disable()` then `flomni.umvr_fsamy_tracked(0.01)`, attention: unit , move the sample stage relative up (positive) or down (negative) until the sample is visible in the xray eye screen, then `flomni.feedback_enable_with_reset()` +1. `flomni.feedback_disable()` disable the closed loop operation to allow movement of coarse stages +1. `umvr(dev.fsamy, 0.01)`, attention: unit , move the sample stage relative up (positive) or down (negative) until the sample is approximately vertically centered in xray eye screen 1. `flomni.xrayeye_update_frame()` will update the current image on the xray eye screen -+1. `flomni.xrayeye_alignment_start()` start the coarse alignment: mark the sample once to auto-center its height, then measure (clicking in the X-ray eye software) the sample position at 0, 45, 90, 135, 180 degrees. The GUI will present a fit of this data, which is automatically loaded to BEC for aligning the sample. - +1. `flomni.xrayeye_alignment_start()` start the coarse alignment of the sample by measuring (clicking in the X-ray eye software) the sample position at its height and angles of 0, 45, 90, 135, 180 degrees. The GUI will present a fit of this data, which is automatically loaded to BEC for aligning the sample. #### Fine alignment @@ -363,5 +362,4 @@ flomni.move_fheater_up() The functions are safe in the sense that no collisions should occur. E.g. the OSA will be moved back before a movement of the heater. -__The heater still needs commissioning in BEC!!!__ - +__The heater still needs commissioning in BEC!!!__ \ No newline at end of file