Docstrings and tweaks of ScanWorflow refactor

This commit is contained in:
Julian Stirling 2026-01-15 22:00:15 +00:00
parent c938560f00
commit 11ef1217e0
4 changed files with 16 additions and 16 deletions

View file

@ -59,7 +59,7 @@ class BaseScanData(BaseModel):
ScanWorkflow
* HistoricScanData which has the workflow specific data loaded as a dictionary.
Sepearating historic and active data allows workflows to use any BaseModel for its
Separating historic and active data allows workflows to use any BaseModel for its
settings, but for the data to be reloaded even if that model has updated or is not
available. Historic scan data loaded from disk is used for stitching and for
creating a ScanInfo object for communicating with the UI. These uses are clearly