Better Text Feedback during pre-Run Setup
Opened this issue · 0 comments
MauricePasternak commented
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:
- Getting the ExploreASL Version
- Getting the MATLAB Version and executable path
- Getting creating the runtime environment
- Deleting previous locked folders
- Allowing for a BIDS2Legacy re-run (for Structural & ASL modules)
- Creating a filepath watcher (for Structural, ASL, & Population modules)
- 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
)