Browse Source

rename libes dir, add TODO

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34272 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 years ago
parent
commit
5a668ca118
34 changed files with 20 additions and 0 deletions
  1. 0 0
      imagery/i.ortho.photo/lib/Makefile
  2. 18 0
      imagery/i.ortho.photo/lib/TODO
  3. 2 0
      imagery/i.ortho.photo/libes/ask_camera.c
  4. 0 0
      imagery/i.ortho.photo/lib/cam.c
  5. 0 0
      imagery/i.ortho.photo/lib/cam_info.c
  6. 0 0
      imagery/i.ortho.photo/lib/camera.c
  7. 0 0
      imagery/i.ortho.photo/lib/conz_points.c
  8. 0 0
      imagery/i.ortho.photo/lib/elev.c
  9. 0 0
      imagery/i.ortho.photo/lib/error.c
  10. 0 0
      imagery/i.ortho.photo/lib/find_camera.c
  11. 0 0
      imagery/i.ortho.photo/lib/find_init.c
  12. 0 0
      imagery/i.ortho.photo/lib/fopen_camera.c
  13. 0 0
      imagery/i.ortho.photo/lib/funcdefs.h
  14. 0 0
      imagery/i.ortho.photo/lib/georef.c
  15. 0 0
      imagery/i.ortho.photo/lib/group_elev.c
  16. 0 0
      imagery/i.ortho.photo/lib/init.c
  17. 0 0
      imagery/i.ortho.photo/lib/init_info.c
  18. 0 0
      imagery/i.ortho.photo/lib/isnull.c
  19. 0 0
      imagery/i.ortho.photo/lib/local_proto.h
  20. 0 0
      imagery/i.ortho.photo/lib/ls_cameras.c
  21. 0 0
      imagery/i.ortho.photo/lib/ls_elev.c
  22. 0 0
      imagery/i.ortho.photo/lib/m_add.c
  23. 0 0
      imagery/i.ortho.photo/lib/m_copy.c
  24. 0 0
      imagery/i.ortho.photo/lib/m_inverse.c
  25. 0 0
      imagery/i.ortho.photo/lib/m_mult.c
  26. 0 0
      imagery/i.ortho.photo/lib/m_transpose.c
  27. 0 0
      imagery/i.ortho.photo/lib/m_zero.c
  28. 0 0
      imagery/i.ortho.photo/lib/mat.h
  29. 0 0
      imagery/i.ortho.photo/lib/matrixdefs.h
  30. 0 0
      imagery/i.ortho.photo/lib/open_camera.c
  31. 0 0
      imagery/i.ortho.photo/lib/orthophoto.h
  32. 0 0
      imagery/i.ortho.photo/lib/orthoref.c
  33. 0 0
      imagery/i.ortho.photo/lib/ref_points.c
  34. 0 0
      imagery/i.ortho.photo/lib/title_camera.c

imagery/i.ortho.photo/libes/Makefile → imagery/i.ortho.photo/lib/Makefile


+ 18 - 0
imagery/i.ortho.photo/lib/TODO

@@ -0,0 +1,18 @@
+/*** TODO: make non-interactive and merge with main imagery library ***/
+
+Markus wrote on the grass-dev ML,  
+Date: 2008-10-22
+Subject: Re: Re: i.ortho.photo
+
+>From grass64/TODO:
+
+  A)
+    - lib/imagery/: standard lib, in use (i.* except for i.points3, i.rectify3)
+    - imagery/i.ortho.photo/libes/: standard lib, in use (i.ortho.photo, photo.*)
+  B)
+    - lib/image3/: never finished improvement which integrated the standard lib and
+                   the ortho lib. Seems to provide also ortho rectification for
+                   satellite data (i.points3, i.rectify3)
+
+Possibly a lot is already done in lib/image3/ ?
+

+ 2 - 0
imagery/i.ortho.photo/libes/ask_camera.c

@@ -1,3 +1,5 @@
+/*** TODO: make non-interactive and merge with main imagery library ***/
+
 
 /*************************************************************
 * I_ask_camera_old (prompt,camera)

imagery/i.ortho.photo/libes/cam.c → imagery/i.ortho.photo/lib/cam.c


imagery/i.ortho.photo/libes/cam_info.c → imagery/i.ortho.photo/lib/cam_info.c


imagery/i.ortho.photo/libes/camera.c → imagery/i.ortho.photo/lib/camera.c


imagery/i.ortho.photo/libes/conz_points.c → imagery/i.ortho.photo/lib/conz_points.c


imagery/i.ortho.photo/libes/elev.c → imagery/i.ortho.photo/lib/elev.c


imagery/i.ortho.photo/libes/error.c → imagery/i.ortho.photo/lib/error.c


imagery/i.ortho.photo/libes/find_camera.c → imagery/i.ortho.photo/lib/find_camera.c


imagery/i.ortho.photo/libes/find_init.c → imagery/i.ortho.photo/lib/find_init.c


imagery/i.ortho.photo/libes/fopen_camera.c → imagery/i.ortho.photo/lib/fopen_camera.c


imagery/i.ortho.photo/libes/funcdefs.h → imagery/i.ortho.photo/lib/funcdefs.h


imagery/i.ortho.photo/libes/georef.c → imagery/i.ortho.photo/lib/georef.c


imagery/i.ortho.photo/libes/group_elev.c → imagery/i.ortho.photo/lib/group_elev.c


imagery/i.ortho.photo/libes/init.c → imagery/i.ortho.photo/lib/init.c


imagery/i.ortho.photo/libes/init_info.c → imagery/i.ortho.photo/lib/init_info.c


imagery/i.ortho.photo/libes/isnull.c → imagery/i.ortho.photo/lib/isnull.c


imagery/i.ortho.photo/libes/local_proto.h → imagery/i.ortho.photo/lib/local_proto.h


imagery/i.ortho.photo/libes/ls_cameras.c → imagery/i.ortho.photo/lib/ls_cameras.c


imagery/i.ortho.photo/libes/ls_elev.c → imagery/i.ortho.photo/lib/ls_elev.c


imagery/i.ortho.photo/libes/m_add.c → imagery/i.ortho.photo/lib/m_add.c


imagery/i.ortho.photo/libes/m_copy.c → imagery/i.ortho.photo/lib/m_copy.c


imagery/i.ortho.photo/libes/m_inverse.c → imagery/i.ortho.photo/lib/m_inverse.c


imagery/i.ortho.photo/libes/m_mult.c → imagery/i.ortho.photo/lib/m_mult.c


imagery/i.ortho.photo/libes/m_transpose.c → imagery/i.ortho.photo/lib/m_transpose.c


imagery/i.ortho.photo/libes/m_zero.c → imagery/i.ortho.photo/lib/m_zero.c


imagery/i.ortho.photo/libes/mat.h → imagery/i.ortho.photo/lib/mat.h


imagery/i.ortho.photo/libes/matrixdefs.h → imagery/i.ortho.photo/lib/matrixdefs.h


imagery/i.ortho.photo/libes/open_camera.c → imagery/i.ortho.photo/lib/open_camera.c


imagery/i.ortho.photo/libes/orthophoto.h → imagery/i.ortho.photo/lib/orthophoto.h


imagery/i.ortho.photo/libes/orthoref.c → imagery/i.ortho.photo/lib/orthoref.c


imagery/i.ortho.photo/libes/ref_points.c → imagery/i.ortho.photo/lib/ref_points.c


imagery/i.ortho.photo/libes/title_camera.c → imagery/i.ortho.photo/lib/title_camera.c