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

ndvi

parent 496c88ae
......@@ -21,12 +21,12 @@ do
echo $filename
if [ ! -e $filename$B1".jp2" ]; then
unzip -n -j $f *B$B2".jp2" -d $JP2DIR
unzip -n -j $f *B$B1".jp2" -d $JP2DIR
fi
if [ ! -e $filename$B2".jp2" ]; then
unzip -n -j $f *B$B1".jp2" -d $JP2DIR
unzip -n -j $f *B$B2".jp2" -d $JP2DIR
fi
......
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