Commit a7aab235 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

ndvi

parent 30a2e2fb
......@@ -45,7 +45,7 @@ do
fileout2=$(echo $filepattern | cut -d"_" -f2)
if [ ! -e $OUTPUTDIR"/"$fileout2"_"$fileout1".tiff" ]; then
python3 $HOME/git/GeoSentinel/geosentinel/normalizedIndex.py $B1FN $B2FN $OUTPUTDIR"/"$fileout2"_"$fileout1".tiff"
python3 $HOME/GeoSentinel/geosentinel/normalizedIndex.py $B1FN $B2FN $OUTPUTDIR"/"$fileout2"_"$fileout1".tiff"
fi
cd $OUTPUTDIR
......
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