Commit 152ad2a9 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

processing

parent fc80a6e3
......@@ -51,7 +51,7 @@ if [ ! -d "../TCI" ]; then
fi
for scl in $(ls *.tif)
do
fileprefix=$(echo tci | (cut -d"_" -f1))
fileprefix=$(echo $scl | (cut -d"_" -f1))
cp ../$fileprefix"_TC1_10m.tif" ../TCI/$fileprefix"_TC1_10m.tif"
done
cd $USERDIR
......
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