Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
IPSL
SIRTA
CL31
CL raw to 1a
Commits
05582fb5
Commit
05582fb5
authored
Aug 10, 2020
by
Marc-Antoine Drouin
Browse files
update to use python3
- update raw2l1 to v3.x.x - change version of python in scripts
parent
505a88c0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
run_raw2l1_sirta30s.sh
run_raw2l1_sirta30s.sh
+1
-1
run_raw2l1_sirta3s.sh
run_raw2l1_sirta3s.sh
+1
-1
sirta-raw2l1
sirta-raw2l1
+1
-1
No files found.
run_raw2l1_sirta30s.sh
View file @
05582fb5
...
...
@@ -132,7 +132,7 @@ do
done
# RAW2L1 needed path
PYTHON
=
"/usr/bin/env python
2
"
PYTHON
=
"/usr/bin/env python
3
"
RAW2L1
=
${
REP_SOURCES
}
"/sirta-raw2l1/raw2l1/raw2l1.py"
RAW2L1_CONF
=
${
REP_SOURCES
}
"/"
$fich_conf
RAW2L1_LOGS
=
${
REP_SOURCES
}
"/logs/raw2l1.log"
...
...
run_raw2l1_sirta3s.sh
View file @
05582fb5
...
...
@@ -137,7 +137,7 @@ done
DATE_AS_SECONDS
=
$(
date
-u
-d
$date
+%s
)
# RAW2L1 needed path
PYTHON
=
"/usr/bin/env python
2
"
PYTHON
=
"/usr/bin/env python
3
"
RAW2L1
=
${
REP_SOURCES
}
"/sirta-raw2l1/raw2l1/raw2l1.py"
RAW2L1_LOGS
=
${
REP_SOURCES
}
"/logs/raw2l1.log"
...
...
sirta-raw2l1
@
30c90f84
Compare
f64cd7a1
...
30c90f84
Subproject commit
f64cd7a1f8a561a8f1e88f96c0dbe96206c36b0e
Subproject commit
30c90f84e5929d492c51bdc98472f1ae6c5ec46d
Write
Preview
Markdown
is supported
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