Commit d849fc18 authored by Mario Chirinos's avatar Mario Chirinos

scripts

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