Need for command line version of r.mask in GRASS4.0

I am needing a command line version of r.mask.

Does such a beast exist. Any help would be appreciated.

Thanks
Steffen Meyer

Steffen Meyer, PE Water Resource Engineer, Civil Engineering
Graduate Student in Water Resources, Colorado State University
EMail: sm646601@lance.colostate.edu

In order to make a mask via the command line, reclass the layer
that you want into a MASK. ie. Make all areas that you want to
be transparent (eyes and mouth of MASK) Category 1 with r.reclass.
Name this new MASK whatever you want except MASK (For our purposes,
call it MAP.rec

Then, when you are at the command line simply type the following to
set your MASK from the new map.

g.copy rast=MAP.rec,MASK

Let me know if you have any difficulties.

Craig A. Miller
Pacific Northwest Geographics
Voice: (509) 662 4479
E-Mail: cmiller@pnwg.wa.com

On Mon, 1 Nov 1993, Steffen Meyer wrote:

I am needing a command line version of r.mask.

Does such a beast exist. Any help would be appreciated.

Thanks
Steffen Meyer

Steffen Meyer, PE Water Resource Engineer, Civil Engineering
Graduate Student in Water Resources, Colorado State University
EMail: sm646601@lance.colostate.edu