Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Iker Martín Álvarez
Proteo
Commits
ab984234
Commit
ab984234
authored
Jan 08, 2024
by
iker_martin
Browse files
Minor fix in script multipleRuns and added new option to create configuration files.
parent
c055d140
Changes
2
Show whitespace changes
Inline
Side-by-side
Exec/PythonCodes/read_multiple.py
View file @
ab984234
...
@@ -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"
...
...
Exec/multipleRuns.sh
View file @
ab984234
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment