Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Scan Control remember parameters

wyzula_j requested to merge fix/scan-control-remember-parameters into main

Description

Scan Control Widget

When switching from one scan type to another, the parameters from the previous scan are remembered. Additionally, if another scan uses the keyword arguments (kwargs), the new scan will automatically be populated with these kwargs (for example both scans have Exposure Time etc.). Also there is a new toggle to reload parameters of last successfully executed scan from the widget.

Toggle Switch

Default state can be set with widget initialisation.

Related Issues

@clark_a Closes #278 (closed)

Type of Change

  • Scan control now remembers the parameters when switching from one scan type to another.
  • Parameters are automatically filled in the new scan if they match the previous scan's parameters.
  • Reload parameters of last executed scan

Potential Side Effects

None

Screenshots / GIFs (if applicable)

Not yet available.

Additional Comments

None

Definition of Done

  • Documentation is up-to-date.
  • Scan parameters are remembered when switching scan types.
  • Scan parameters are filled automatically if there is an overlap with the previous scan.
  • Reload parameters of last executed scan
Edited by wyzula_j

Merge request reports