# versus
d.his h=elevation.dem i=elev.shad_relf brighten=50
?
You're forgetting the colour tables. Twice.
First, r.mapcalc needs to use the intensities for elev.shad_relf, not
its values.
Second, r.his uses the intensities for elev.shad_relf_bright50, not
its values. As you aren't setting a colour table, you get the default
rainbow colours.
Hamish wrote:
> I am trying to recreate the 'd.his brighten=' effect with r.his, but
> with r.his along with the brightness I get extremely high contrast
> output.
Glynn:
You're forgetting the colour tables. Twice.
First, r.mapcalc needs to use the intensities for elev.shad_relf, not
its values.
Second, r.his uses the intensities for elev.shad_relf_bright50, not
its values. As you aren't setting a colour table, you get the default
rainbow colours.