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

ndvi

parent c49800f5
...@@ -31,8 +31,10 @@ do ...@@ -31,8 +31,10 @@ do
cd $JP2DIR cd $JP2DIR
B1FN=$(ls $filepattern$B1".jp2" -t |head -1) # B1FN=$(ls $filepattern$B1".jp2" -t |head -1)
B2FN=$(ls $filepattern$B2".jp2" -t |head -1) # B2FN=$(ls $filepattern$B2".jp2" -t |head -1)
B1FN=$filepattern$B1".jp2"
B2FN=$$filepattern$B2".jp2"
echo "B1-"$B1FN echo "B1-"$B1FN
echo "B2-"$B2FN echo "B2-"$B2FN
......
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