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

processing

parent 1571da11
......@@ -49,7 +49,7 @@ ls *.tif | parallel --jobs 4 imageMissingData.py {} 50
if [ ! -d "../TCI" ]; then
mkdir ../TCI
fi
for scl in $($ls *.tif)
for scl in $(ls *.tif)
do
fileprefix=$(echo tci | (cut -d"_" -f1))
cp ../$fileprefix"_TC1_10m.tif" ../TCI/$fileprefix"_TC1_10m.tif"
......
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