Skip to content

session: SCANS now ordered by scan start

Valentin Valls requested to merge rework-sequence-in-scans-list into master

Closes #4048 (closed)

This PR rework the Scan and the ScanSequence in order to

  • Order session.scans (SCANS) following the order of the scan start (previously it was the order of the stop)
  • Filter the children of ScanSequence which are not anymore part of the session.scans (SCANS)
    • Notice that the previous ScanGroup implementation was not changed (i expect it to be removed at some time)
  • ScanSequence now provides a property .scans to look at the content

Merge request reports