First EZview test

This commit is contained in:
2024-07-29 17:26:51 -04:00
parent 5e0af19181
commit 78f33a0120
77 changed files with 1669 additions and 45679 deletions

View File

@@ -633,7 +633,15 @@ module ezview
# @description TODO WIP
ezview() {
debug "Running: ${FUNCNAME[0]}"
EZVIEW_DIR="/mnt/data/EZVIEW"
export PROJECT_SCANS_DIR PROJECT_DATE PROJECT_USER EZVIEW_DIR
EZVIEW_DIR="$APPS_DIR/matlab/ezview"
script="$EZVIEW_DIR/EZviewGui.m"
matlab -nosplash -r "run $script"
echo "$EZVIEW_DIR"
}