Trying to
for BAND in `g.mlist rast pat=*Radiance`; do r.mapcalc "${BAND}_integerised =
round( 100000000 * ${BAND} )"; done
says...
100%
WARNING: Overflow occured in the calculation
---------------------^^^
This is, if I recall correctly, a typo (of minor-est importance :D)!
Nikos
On Thu, Aug 1, 2013 at 1:03 AM, Nikos Alexandris
<nik@nikosalexandris.net> wrote:
Trying to
for BAND in `g.mlist rast pat=*Radiance`; do r.mapcalc "${BAND}_integerised =
round( 100000000 * ${BAND} )"; done
says...
100%
WARNING: Overflow occured in the calculation
---------------------^^^
ok, occured --> occurred. Fixed in r57334.
Markus