Commit 9cd3cf68 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

L2

parent d9fe06bd
...@@ -17,8 +17,7 @@ do ...@@ -17,8 +17,7 @@ do
cd $INPUTDIR/L2A cd $INPUTDIR/L2A
echo $f echo $f
# unzip ../L1C/$f # unzip ../L1C/$f
DIRNAME=$(echo $f | cut -d "./" -f2) DIRNAME=$(echo $f | cut -d "." -f1f2)
DIRNAME=$(echo $f | cut -d "." -f1)
echo $DIRNAME echo $DIRNAME
L2A_Process $DIRNAME.SAFE L2A_Process $DIRNAME.SAFE
L2A=$(ls -d S2A_MSIL2A* -t |head -1) L2A=$(ls -d S2A_MSIL2A* -t |head -1)
......
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