1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
<HTML>
<HEAD>
<TITLE>grdpaste</TITLE>
</HEAD>
<BODY>
<H1>grdpaste</H1>
<HR>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
grdpaste - Paste together two <I>.grd</I> files along a common
edge.
</PRE>
<H2>SYNOPSIS</H2><PRE>
<B>grdpaste</B> <I>file</I><B>_</B><I>a.grd</I> <I>file</I><B>_</B><I>b.grd</I> <B>-G</B><I>outfile.grd</I> [ <B>-V</B> ]
</PRE>
<H2>DESCRIPTION</H2><PRE>
<B>grdpaste</B> will combine <I>file</I><B>_</B><I>a.grd</I> and <I>file</I><B>_</B><I>b.grd</I> into <I>out</I>
<I>file.grd</I> by pasting them together along their common edge.
Files <I>file</I><B>_</B><I>a.grd</I> and <I>file</I><B>_</B><I>b.grd</I> must have the same dx, dy
and have one edge in common. If in doubt, check with
<B><A HREF="grdinfo.html">grdinfo</A></B> and use <B><A HREF="grdcut.html">grdcut</A></B> and/or <B><A HREF="grdsample.html">grdsample</A></B> if necessary to
prepare the edge joint.
<I>file</I><B>_</B><I>a.grd</I>
One of two files to be pasted together.
<I>file</I><B>_</B><I>b.grd</I>
The other of two files to be pasted together.
<B>-G</B><I>outfile.grd</I>
The name for the combined output.
</PRE>
<H2>OPTIONS</H2><PRE>
<B>-V</B> Selects verbose mode, which will send progress
reports to stderr [Default runs "silently"].
</PRE>
<H2>EXAMPLES</H2><PRE>
Suppose file_a.grd is 150E - 180E and 0 - 30N, and
file_b.grd is 150E - 180E, -30S - 0, then you can make
outfile.grd which will be 150 - 180 and -30S - 30N by:
grdpaste file_a.grd file_b.grd <B>-G</B>outfile.grd <B>-V</B>
</PRE>
<H2>SEE ALSO</H2><PRE>
<I>gmt</I>(l), <I><A HREF="grdcut.html">grdcut</A></I>(l), <I><A HREF="grdinfo.html">grdinfo</A></I>(l), <I><A HREF="grdsample.html">grdsample</A></I>(l)
</PRE>
<HR>
<ADDRESS>
Man(1) output converted with
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
</ADDRESS>
</BODY>
</HTML>
<body bgcolor="#ffffff">
|