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

parallel

parent b9fd337d
......@@ -21,7 +21,7 @@ do
if [ ! -d $outDir ]; then
mkdir $outDir
fi
if [ ! -e $filfilePrefixename"TCI_10m.jp2" -o ! -e $filfilePrefixename"TCI_20m.jp2" -o ! -e $filfilePrefixename"SCL_20m.jp2" ]; then
if [ ! -e $filePrefix"TCI_10m.jp2" -o ! -e $filePrefix"TCI_20m.jp2" -o ! -e $filePrefix"SCL_20m.jp2" ]; then
unzip -n -j $f *TCI_10m.jp2 *TCI_20m.jp2 *SCL_20m.jp2 -d $JP2DIR$dateText
TCI10m=$outDir"L2A_"$filepattern"TCI_10m.jp2"
......
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