The cisTEM gui is build using wxWidgets. A key design feature is the grouping of tasks on the left panel including:
- Overview
- Assets
- Actions
- Results
- Settings
- Experimental (optionally configured.)
When any of these actions are selected, the set of available actions for a given task are set in the panel. For example, with the Template Matching Workflow selected, if a user clicks on the "Actions" task on the left, the available actions are indicated for logical processes:
- Align Movies
- Find CTF
- Match Templates
- Refine Templates
- MT Results
- Generate 3d
- Sharpen 3d
These are all enabled by setting the appropriate books/events etc for wxWidgets under the hood. One of these actions is misplaced. The "MT Results" should actually belong to the Results task, which currently has results for logical processes:
- Align Movies
- Find CTF
- Find Particles
- 2D Classify
- 3D Refinement
The goal for this issue is to move the MT Results panel from the Actions task to the Results task.
The cisTEM gui is build using wxWidgets. A key design feature is the grouping of tasks on the left panel including:
When any of these actions are selected, the set of available actions for a given task are set in the panel. For example, with the Template Matching Workflow selected, if a user clicks on the "Actions" task on the left, the available actions are indicated for logical processes:
These are all enabled by setting the appropriate books/events etc for wxWidgets under the hood. One of these actions is misplaced. The "MT Results" should actually belong to the Results task, which currently has results for logical processes:
The goal for this issue is to move the MT Results panel from the Actions task to the Results task.