Commit 6c319f98 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

processing

parent 152ad2a9
...@@ -52,7 +52,7 @@ fi ...@@ -52,7 +52,7 @@ fi
for scl in $(ls *.tif) for scl in $(ls *.tif)
do do
fileprefix=$(echo $scl | (cut -d"_" -f1)) fileprefix=$(echo $scl | (cut -d"_" -f1))
cp ../$fileprefix"_TC1_10m.tif" ../TCI/$fileprefix"_TC1_10m.tif" cp ../$fileprefix"_TCI_10m.tif" ../TCI/$fileprefix"_TCI_10m.tif"
done done
cd $USERDIR cd $USERDIR
##Extract SCL information ##Extract SCL information
......
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