Fix derp to EASY
This commit is contained in:
@@ -553,7 +553,7 @@ easy() {
|
|||||||
cat <<-EOF
|
cat <<-EOF
|
||||||
To analyze a new Q-HTCP experiment:
|
To analyze a new Q-HTCP experiment:
|
||||||
* Open the EASY Software.
|
* Open the EASY Software.
|
||||||
* Open 'EASYConsole.m' with MATLAB
|
* Open 'EASYconsole.m' with MATLAB
|
||||||
* Click the Run icon (play button)
|
* Click the Run icon (play button)
|
||||||
* When prompted, click "Change Folder" (do not select "Add to Path").
|
* When prompted, click "Change Folder" (do not select "Add to Path").
|
||||||
* In the pop-up display, select from the 'File' dropdown: 'New Experiment'.
|
* In the pop-up display, select from the 'File' dropdown: 'New Experiment'.
|
||||||
@@ -588,7 +588,7 @@ easy() {
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
EASY_DIR="$APPS_DIR/matlab/easy"
|
EASY_DIR="$APPS_DIR/matlab/easy"
|
||||||
script="$EASY_DIR/EASYConsole.m"
|
script="$EASY_DIR/EASYconsole.m"
|
||||||
|
|
||||||
# Copy templates
|
# Copy templates
|
||||||
|
|
||||||
@@ -1495,7 +1495,7 @@ main() {
|
|||||||
# Global directory variables
|
# Global directory variables
|
||||||
declare -g TEMPLATES_DIR="$SCRIPT_DIR/templates"
|
declare -g TEMPLATES_DIR="$SCRIPT_DIR/templates"
|
||||||
APPS_DIR="$SCRIPT_DIR/apps"
|
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")
|
# 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
|
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
|
# Find a scans directory
|
||||||
|
|||||||
Reference in New Issue
Block a user