<div dir="ltr">I am not sure, but you can do the following to make sure:<div><br></div><div>cp infile infile2</div><div><span style="font-family:arial,sans-serif;font-size:13px">gdal_calc.py -A infile --A_band 1 -B infile2 --B_band 0 --outfile outfile --calc "(A-B)/(A+B)" </span><br>
</div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Also, perhaps the extra comma in your command might be to blame "</span><font face="arial, sans-serif">-B infile,"</font></div>
<div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Etienne</font></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 29, 2014 at 3:46 AM, Cleo Drakos <span dir="ltr"><<a href="mailto:cleo21drakos@gmail.com" target="_blank">cleo21drakos@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi GDAL Developers,<br><br>I have one GeoTIFF file with 2 bands. The data type is Byte. I want to calculate (Band2-Band1)/(Band2+Band1).<br>
<br>But the following command provided a dark image:<br><br>gdal_calc.py -A infile --A_band 1 -B infile, --B_band 0 --outfile outfile --calc "(A-B)/(A+B)" <br>
<br>Does gdal_calc.py not calculate arithmetic with in the same file?<br><br>Thanks for your time.<span class="HOEnZb"><font color="#888888"><br><br>cleo<br></font></span></div>
<br>_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br></blockquote></div><br></div>