MauricePasternak/ExploreASL-GUI

Better Text Feedback during pre-Run Setup

Opened this issue · 0 comments

Describe the solution you'd like (Required)
When running the Import or any of the main modules, there are multiple steps that take place. These include:

  1. Getting the ExploreASL Version
  2. Getting the MATLAB Version and executable path
  3. Getting creating the runtime environment
  4. Deleting previous locked folders
  5. Allowing for a BIDS2Legacy re-run (for Structural & ASL modules)
  6. Creating a filepath watcher (for Structural, ASL, & Population modules)
  7. Spawning child processes.

To enhance user feedback and assist with users being able to describe bugs, the above steps should have text feedback being given.

  • Add text feedback to running the Import Module (runImportModule.ts)
  • Add text feedback to running any of the major ExploreASL modules (runExploreASL.ts)