Commit 6adf84d1 authored by Mario Chirinos's avatar Mario Chirinos

scripts

parent d849fc18
...@@ -3,13 +3,13 @@ CSV=$1 ...@@ -3,13 +3,13 @@ CSV=$1
CFG=$2 CFG=$2
python3 GI_createDirectories.py $CSV $CFG 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
GI_L2ASCL_AreaProcessing.sh $(pwd)/"$d" 0 # GI_L2ASCL_AreaProcessing.sh $(pwd)/"$d" 0
else # else
echo "PASSING " $d # echo "PASSING " $d
fi # fi
done #done
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