[GRASS-SVN] r70885 - grass/trunk/imagery/i.ortho.photo/lib

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 16 12:21:22 PDT 2017


Author: ychemin
Date: 2017-04-16 12:21:22 -0700 (Sun, 16 Apr 2017)
New Revision: 70885

Modified:
   grass/trunk/imagery/i.ortho.photo/lib/orthoref.c
Log:
Added more meaningful comment

Modified: grass/trunk/imagery/i.ortho.photo/lib/orthoref.c
===================================================================
--- grass/trunk/imagery/i.ortho.photo/lib/orthoref.c	2017-04-16 01:26:20 UTC (rev 70884)
+++ grass/trunk/imagery/i.ortho.photo/lib/orthoref.c	2017-04-16 19:21:22 UTC (rev 70885)
@@ -46,7 +46,8 @@
 
 
 /* Compute the ortho rectification parameters */
-/* XC,YC,ZC, Omega, Phi, Kappa */
+/* Camera position: XC, YC, ZC */
+/* Camera attitude: Omega, Phi, Kappa */
 int I_compute_ortho_equations(struct Ortho_Control_Points *cpz,
 			      struct Ortho_Camera_File_Ref *cam_info,
 			      struct Ortho_Camera_Exp_Init *init_info,



More information about the grass-commit mailing list