Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GUI Implementation

Updated on 2012-12-02

There are three layouts Three versions of GUI were implemented for this application:

GUIMain

Layout 1:

  • Many separate windows
  • Plots are isolated

Image RemovedImage RemovedImage RemovedImage Removed

Image RemovedImage RemovedImage RemovedImage Removed

Image RemovedImage RemovedImage RemovedImage Removed

Image RemovedImage Removed

GUIMainTB

Layout 2. It was decided to use the GUIMainTB
layout, where:

  • All input windows are integrated in one with tool bar
  • Logger and File browser windows are isolated
  • Plots are isolated


GUIMainSplit

Layout 3:

...

Image RemovedImage RemovedImage RemovedImage Removed

Code location

Everything will reside resides in CorAna package, which is included in LCLS offline releases beginning from ana-0.7.16.

Modules

Updated on 2012-12-10
Notations:
(tick) - is done (at least it is assumed for now...)
(plus) - needs more work
(info) - test or deprecated modules
All module names beginning with letters GUI implements different Graphical User Interfaces.

...