Summary
Implement a graceful stop function (likely via an additional button) that allows users to halt an in-progress scan while preserving the ability to export partial results through the bluesky-exporter.
Current Behavior
- Scans run to completion or are forcibly terminated
- Forced termination may leave data in an inconsistent state
- No way to export partial scan results via
bluesky-exporter into h5 standard files
Proposed Solution
Add a "Stop Scan" button that:
- Signals the scanning process to halt at the next safe checkpoint
- Allows currently processing items to complete
- Ensures data remains in a consistent state for export
- Maintains compatibility with existing
bluesky-exporter functionality
Next steps
I will start looking into that.
Summary
Implement a graceful stop function (likely via an additional button) that allows users to halt an in-progress scan while preserving the ability to export partial results through the
bluesky-exporter.Current Behavior
bluesky-exporterinto h5 standard filesProposed Solution
Add a "Stop Scan" button that:
bluesky-exporterfunctionalityNext steps
I will start looking into that.