~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to lib/imagery/imagerylib.dox

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
\endverbatim
211
211
 
212
212
<P>
213
 
This routine is used by <I>i.points</I> to create the REF file for a
 
213
This routine is used by <I>g.gui.gcp</I> to create the REF file for a
214
214
subgroup.
215
215
 
216
216
<P>
229
229
Reads the target <B>location</B> and <B>mapset</B> from the TARGET
230
230
file for the specified group. Returns 1 if successful; 0 otherwise
231
231
(and prints a diagnostic error). This routine is used by
232
 
<I>i.points</I> and <I>i.rectify</I> and probably should not be used
 
232
<I>g.gui.gcp</I> and <I>i.rectify</I> and probably should not be used
233
233
by other programs.
234
234
 
235
235
<P>
256
256
<P>
257
257
The following routines read and write the POINTS file, which contains
258
258
the image registration control points. This file is created and
259
 
updated by the module <I>i.points</I>,and read by <I>i.rectify.</I>
 
259
updated by the module <I>g.gui.gcp</I>,and read by <I>i.rectify.</I>
260
260
 
261
261
<P>
262
262
These routines use the <I>Control_Points</I> structure, which is