Commit d849fc18 authored by Mario Chirinos's avatar Mario Chirinos

scripts

parent 998c48d6
...@@ -32,7 +32,7 @@ def main(argv): ...@@ -32,7 +32,7 @@ def main(argv):
if len(sys.argv) != 3: if len(sys.argv) != 3:
print(len(sys.argv)) print(len(sys.argv))
print ("Usage: "+argv[0] + " <json> <cfg>") print ("Usage: "+argv[0] + " <csv> <cfg>")
else: else:
createDirectories(argv[1], argv[2]) createDirectories(argv[1], argv[2])
......
#!/bin/sh #!/bin/sh
CSV=$1
CFG=$2
python3 GI_createDirectories.py $CSV $CFG
for d in */ ; do for d in */ ; do
if [ ! -f $(pwd)/"$d/scl_data.json" ]; then if [ ! -f $(pwd)/"$d/scl_data.json" ]; then
L2ASCL_AreaProcessing.sh $(pwd)/"$d" 0 GI_L2ASCL_AreaProcessing.sh $(pwd)/"$d" 0
else else
echo "PASSING " $d echo "PASSING " $d
fi fi
......
Markdown is supported
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