From f33aa8c91ad8d96ae9bf6c6a26437f295bcbd2ea Mon Sep 17 00:00:00 2001 From: appleb_m Date: Fri, 26 Jun 2026 11:19:18 +0200 Subject: [PATCH] yaml update --- src/aare/common/config/x06da.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/aare/common/config/x06da.yaml b/src/aare/common/config/x06da.yaml index 54c20d77..43aaa2e9 100644 --- a/src/aare/common/config/x06da.yaml +++ b/src/aare/common/config/x06da.yaml @@ -32,6 +32,9 @@ daq: default_detector_distance_maximum: 900 zoom_min: 1 # camera zoom travel limits (used to clamp auto-center zoom-to-fit) zoom_max: 1000 + sam_cam: + #TODO wire this + white_balance_ratio = 1.233 db: aaredb_url: "https://mx-aaredb-dmz-01.psi.ch/dispatcher" @@ -54,7 +57,8 @@ daq: maximum_flux: 4e11 auto_raster: - grid_padding_fraction_x: 0.15 # pad the 1st grid scan by this fraction of its size per side in x (min 1 cell) - grid_padding_fraction_y: 0.15 # ... and in y; shifts smargon_top_left outward (adds cells before cell 0) - include_crystal: false # extend the grid to cover crystals outside the loop box + grid_padding_fraction_x: 0.15 # pad the 1st grid scan by this fraction of its size per side in x (min 1 cell) + grid_padding_fraction_y: 0.15 # ... and the TOP in y; shifts smargon_top_left outward (cells before cell 0) + grid_padding_fraction_y_bottom: 0.30 # pad the BOTTOM of the grid (far end of n_y) more; defaults to grid_padding_fraction_y + include_crystal: false # extend the grid to cover crystals outside the loop box line_scan_y_padding_fraction: 0.15 # pad the 2nd-stage vertical line scan height by this per side (10-20%)