Commit ab984234 authored by iker_martin's avatar iker_martin
Browse files

Minor fix in script multipleRuns and added new option to create configuration files.

parent c055d140
......@@ -21,6 +21,7 @@ class Config_section(Enum):
P_SDR="SDR"
P_ADR="ADR"
P_RIGID="Rigid"
P_CAPTURE_METHOD="Capture_Method"
P_STAGE_TYPE="Stage_Type"
P_STAGE_BYTES="Stage_Bytes"
......
......@@ -8,9 +8,9 @@
scriptDir="$(dirname "$0")"
source $scriptDir/../Codes/build/config.txt
codeDir="Codes/"
execDir="Exec/"
ResultsDir="Results/"
codeDir="/Codes"
execDir="/Exec"
ResultsDir="/Results"
complex_file=$1
output_name=$2
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment