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): ...@@ -21,6 +21,7 @@ class Config_section(Enum):
P_SDR="SDR" P_SDR="SDR"
P_ADR="ADR" P_ADR="ADR"
P_RIGID="Rigid" P_RIGID="Rigid"
P_CAPTURE_METHOD="Capture_Method"
P_STAGE_TYPE="Stage_Type" P_STAGE_TYPE="Stage_Type"
P_STAGE_BYTES="Stage_Bytes" P_STAGE_BYTES="Stage_Bytes"
......
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
scriptDir="$(dirname "$0")" scriptDir="$(dirname "$0")"
source $scriptDir/../Codes/build/config.txt source $scriptDir/../Codes/build/config.txt
codeDir="Codes/" codeDir="/Codes"
execDir="Exec/" execDir="/Exec"
ResultsDir="Results/" ResultsDir="/Results"
complex_file=$1 complex_file=$1
output_name=$2 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