default rotation parameter should be changed #175

Open
opened 2026-08-26 09:43:56 +02:00 by duan_j · 2 comments
Owner

image time: 0.010s

image time: 0.010s
Author
Owner

it's already 0.01 in the code by default, why it was changed? Because it inherited from the last user setting?

it's already 0.01 in the code by default, why it was changed? Because it inherited from the last user setting?
Author
Owner

src/aare/daq/daq.py:2445

    def get_beamline_default_rotation_params(self) -> SimpleScanParameters:
        default_exp_time_s = cfg_get(
            "daq.data_collection_settings.default_rotation_settings.exp_time_s", 0.01
        )
src/aare/daq/daq.py:2445 ``` def get_beamline_default_rotation_params(self) -> SimpleScanParameters: default_exp_time_s = cfg_get( "daq.data_collection_settings.default_rotation_settings.exp_time_s", 0.01 ) ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mx/AareDAQ#175