Fix derp to EASY
This commit is contained in:
@@ -553,7 +553,7 @@ easy() {
|
||||
cat <<-EOF
|
||||
To analyze a new Q-HTCP experiment:
|
||||
* Open the EASY Software.
|
||||
* Open 'EASYConsole.m' with MATLAB
|
||||
* Open 'EASYconsole.m' with MATLAB
|
||||
* Click the Run icon (play button)
|
||||
* When prompted, click "Change Folder" (do not select "Add to Path").
|
||||
* In the pop-up display, select from the 'File' dropdown: 'New Experiment'.
|
||||
@@ -588,7 +588,7 @@ easy() {
|
||||
EOF
|
||||
|
||||
EASY_DIR="$APPS_DIR/matlab/easy"
|
||||
script="$EASY_DIR/EASYConsole.m"
|
||||
script="$EASY_DIR/EASYconsole.m"
|
||||
|
||||
# Copy templates
|
||||
|
||||
@@ -1495,7 +1495,7 @@ main() {
|
||||
# Global directory variables
|
||||
declare -g TEMPLATES_DIR="$SCRIPT_DIR/templates"
|
||||
APPS_DIR="$SCRIPT_DIR/apps"
|
||||
DATE="$(date +%Y%m%d)" # change in EASYConsole.m to match
|
||||
DATE="$(date +%Y%m%d)" # change in EASYconsole.m to match
|
||||
# scans_heirarchy=("./scans" "/mnt/data/scans" "/mnt/data/ExpJobs" "./scans")
|
||||
local scans_heirarchy=( "$SCANS_DIR" "./scans" "/mnt/data/scans" "./scans") # TODO change back for production, avoid actual scan dirs during testing
|
||||
# Find a scans directory
|
||||
|
||||
Reference in New Issue
Block a user