Commit a9880c18 authored by Gaetano Raffaele's avatar Gaetano Raffaele
Browse files

ENH: makefile mode for preprocessing of time series.

Showing with 3 additions and 3 deletions
+3 -3
......@@ -81,13 +81,13 @@ def main(argv):
f.write(' python preprocess.py ' + opt_str + ' ' + d + '\n\n')
for d in valid_dirs_S2:
f.write(joblist.pop() + ' :\n')
f.write('python preprocess.py ' + opt_str + ' ' + opt_str_s2 + ' ' + d + '\n\n')
f.write(' python preprocess.py ' + opt_str + ' ' + opt_str_s2 + ' ' + d + '\n\n')
for d in valid_dirs_S2_THEIA:
f.write(joblist.pop() + ' :\n')
f.write('python preprocess.py ' + opt_str + ' ' + opt_str_s2 + ' ' + d + '\n\n')
f.write(' python preprocess.py ' + opt_str + ' ' + opt_str_s2 + ' ' + d + '\n\n')
for d in valid_dirs_Venus:
f.write(joblist.pop() + ' :\n')
f.write('python preprocess.py ' + opt_str + ' ' + opt_str_s2 + ' ' + d + '\n\n')
f.write(' python preprocess.py ' + opt_str + ' ' + opt_str_s2 + ' ' + d + '\n\n')
f.close()
......
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