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

rgb

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