Commit 857c577b authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

rgb

parent 252d8f9d
...@@ -33,7 +33,7 @@ do ...@@ -33,7 +33,7 @@ do
# echo "gre-"$green # echo "gre-"$green
# echo "blu-"$blue # echo "blu-"$blue
RGBCROPED=$JP2DIR"rgbCroped" RGBCROPED=$JP2DIR"rgbCroped/"
if [ ! -d $RGBCROPED ]; then if [ ! -d $RGBCROPED ]; then
mkdir $RGBCROPED mkdir $RGBCROPED
fi fi
...@@ -48,9 +48,9 @@ do ...@@ -48,9 +48,9 @@ do
# cd rgbCroped # cd rgbCroped
# if [ ! -d $fileout1 ]; then if [ ! -d $RGBCROPED$fileout1 ]; then
# mkdir $fileout1 mkdir $RGBCROPED$fileout1
# fi fi
# cd .. # cd ..
if [ ! -e $JP2DIR"rgbCroped/"$fileout1/$fileout2"_"$fileout1".jpg" ]; then if [ ! -e $JP2DIR"rgbCroped/"$fileout1/$fileout2"_"$fileout1".jpg" ]; then
......
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