<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
		<id>http://micmac.ensg.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BorisLeroux</id>
		<title>MicMac - Contributions de l’utilisateur [fr]</title>
		<link rel="self" type="application/atom+xml" href="http://micmac.ensg.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BorisLeroux"/>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php/Sp%C3%A9cial:Contributions/BorisLeroux"/>
		<updated>2026-04-15T16:30:54Z</updated>
		<subtitle>Contributions de l’utilisateur</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2300</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2300"/>
				<updated>2016-11-25T12:12:31Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Polynomial */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===How to Use?===&lt;br /&gt;
Two way to transform coordinates :&lt;br /&gt;
* With the tool [[ChgSysCo]].&lt;br /&gt;
* With other tools such [[OriConvert]] or [[GCPConvert]] and the option ChSys.&lt;br /&gt;
For both case, you have to use the same syntax :&lt;br /&gt;
&amp;lt;pre&amp;gt;initial_coordinate_system@final_coordinate_system&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, if you want to transform geographic to cartesian, you should use :&lt;br /&gt;
&amp;lt;pre&amp;gt;DegreeWGS84@GeoC&amp;lt;/pre&amp;gt;&lt;br /&gt;
===XML codage===&lt;br /&gt;
Sometimes it's more easier to define the systeme in a file to use it several times.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;SystemeCoord&amp;gt;&amp;lt;/b&amp;gt; : Define a system.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;BSC&amp;gt;&amp;lt;/b&amp;gt; : BasicSystemeCoord.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;TypeCoord&amp;gt;&amp;lt;/b&amp;gt; : Type of the coordinate (eTC_RTL,eTC_WGS84,etc...).&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;AuxR&amp;gt;&amp;lt;/b&amp;gt; : for a double.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;AuxI&amp;gt;&amp;lt;/b&amp;gt; : for an integer.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;AuxStr&amp;gt;&amp;lt;/b&amp;gt; : for a string.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;AuxRUnite&amp;gt;&amp;lt;/b&amp;gt; : for unities.&lt;br /&gt;
Exemple :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;SystemeCoord&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
       &amp;lt;TypeCoord&amp;gt;eTC_RTL&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4320361.093&amp;lt;/AuxR&amp;gt; #Center or RTL&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;-98032.083&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4675380.773&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
      &amp;lt;TypeCoord&amp;gt;eTC_GeoCentr&amp;lt;/TypeCoord&amp;gt; #Coordinate system of the center&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;/SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;GeoC&amp;lt;/b&amp;gt;.&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_GeoCentr&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;WGS84&amp;lt;/b&amp;gt;, or &amp;lt;b&amp;gt;DegreeWGS84&amp;lt;/b&amp;gt;&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_WGS84&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===RTL planes===&lt;br /&gt;
For this system, you need to define it on a xml file with this structure :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;SystemeCoord&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
       &amp;lt;TypeCoord&amp;gt;eTC_RTL&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4320361.093&amp;lt;/AuxR&amp;gt; #Center or RTL&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;-98032.083&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4675380.773&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
      &amp;lt;TypeCoord&amp;gt;eTC_GeoCentr&amp;lt;/TypeCoord&amp;gt; #Coordinate system of the center&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;/SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Polynomial===&lt;br /&gt;
To do&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2299</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2299"/>
				<updated>2016-11-25T12:12:17Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Polynomial */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===How to Use?===&lt;br /&gt;
Two way to transform coordinates :&lt;br /&gt;
* With the tool [[ChgSysCo]].&lt;br /&gt;
* With other tools such [[OriConvert]] or [[GCPConvert]] and the option ChSys.&lt;br /&gt;
For both case, you have to use the same syntax :&lt;br /&gt;
&amp;lt;pre&amp;gt;initial_coordinate_system@final_coordinate_system&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, if you want to transform geographic to cartesian, you should use :&lt;br /&gt;
&amp;lt;pre&amp;gt;DegreeWGS84@GeoC&amp;lt;/pre&amp;gt;&lt;br /&gt;
===XML codage===&lt;br /&gt;
Sometimes it's more easier to define the systeme in a file to use it several times.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;SystemeCoord&amp;gt;&amp;lt;/b&amp;gt; : Define a system.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;BSC&amp;gt;&amp;lt;/b&amp;gt; : BasicSystemeCoord.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;TypeCoord&amp;gt;&amp;lt;/b&amp;gt; : Type of the coordinate (eTC_RTL,eTC_WGS84,etc...).&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;AuxR&amp;gt;&amp;lt;/b&amp;gt; : for a double.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;AuxI&amp;gt;&amp;lt;/b&amp;gt; : for an integer.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;AuxStr&amp;gt;&amp;lt;/b&amp;gt; : for a string.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;AuxRUnite&amp;gt;&amp;lt;/b&amp;gt; : for unities.&lt;br /&gt;
Exemple :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;SystemeCoord&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
       &amp;lt;TypeCoord&amp;gt;eTC_RTL&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4320361.093&amp;lt;/AuxR&amp;gt; #Center or RTL&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;-98032.083&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4675380.773&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
      &amp;lt;TypeCoord&amp;gt;eTC_GeoCentr&amp;lt;/TypeCoord&amp;gt; #Coordinate system of the center&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;/SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;GeoC&amp;lt;/b&amp;gt;.&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_GeoCentr&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;WGS84&amp;lt;/b&amp;gt;, or &amp;lt;b&amp;gt;DegreeWGS84&amp;lt;/b&amp;gt;&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_WGS84&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===RTL planes===&lt;br /&gt;
For this system, you need to define it on a xml file with this structure :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;SystemeCoord&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
       &amp;lt;TypeCoord&amp;gt;eTC_RTL&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4320361.093&amp;lt;/AuxR&amp;gt; #Center or RTL&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;-98032.083&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4675380.773&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
      &amp;lt;TypeCoord&amp;gt;eTC_GeoCentr&amp;lt;/TypeCoord&amp;gt; #Coordinate system of the center&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;/SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Polynomial===&lt;br /&gt;
#To do#&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2298</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2298"/>
				<updated>2016-11-25T12:11:56Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* XML codage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===How to Use?===&lt;br /&gt;
Two way to transform coordinates :&lt;br /&gt;
* With the tool [[ChgSysCo]].&lt;br /&gt;
* With other tools such [[OriConvert]] or [[GCPConvert]] and the option ChSys.&lt;br /&gt;
For both case, you have to use the same syntax :&lt;br /&gt;
&amp;lt;pre&amp;gt;initial_coordinate_system@final_coordinate_system&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, if you want to transform geographic to cartesian, you should use :&lt;br /&gt;
&amp;lt;pre&amp;gt;DegreeWGS84@GeoC&amp;lt;/pre&amp;gt;&lt;br /&gt;
===XML codage===&lt;br /&gt;
Sometimes it's more easier to define the systeme in a file to use it several times.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;SystemeCoord&amp;gt;&amp;lt;/b&amp;gt; : Define a system.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;BSC&amp;gt;&amp;lt;/b&amp;gt; : BasicSystemeCoord.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;TypeCoord&amp;gt;&amp;lt;/b&amp;gt; : Type of the coordinate (eTC_RTL,eTC_WGS84,etc...).&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;AuxR&amp;gt;&amp;lt;/b&amp;gt; : for a double.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;AuxI&amp;gt;&amp;lt;/b&amp;gt; : for an integer.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;AuxStr&amp;gt;&amp;lt;/b&amp;gt; : for a string.&lt;br /&gt;
*&amp;lt;b&amp;gt;&amp;lt;AuxRUnite&amp;gt;&amp;lt;/b&amp;gt; : for unities.&lt;br /&gt;
Exemple :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;SystemeCoord&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
       &amp;lt;TypeCoord&amp;gt;eTC_RTL&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4320361.093&amp;lt;/AuxR&amp;gt; #Center or RTL&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;-98032.083&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4675380.773&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
      &amp;lt;TypeCoord&amp;gt;eTC_GeoCentr&amp;lt;/TypeCoord&amp;gt; #Coordinate system of the center&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;/SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;GeoC&amp;lt;/b&amp;gt;.&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_GeoCentr&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;WGS84&amp;lt;/b&amp;gt;, or &amp;lt;b&amp;gt;DegreeWGS84&amp;lt;/b&amp;gt;&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_WGS84&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===RTL planes===&lt;br /&gt;
For this system, you need to define it on a xml file with this structure :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;SystemeCoord&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
       &amp;lt;TypeCoord&amp;gt;eTC_RTL&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4320361.093&amp;lt;/AuxR&amp;gt; #Center or RTL&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;-98032.083&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4675380.773&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
      &amp;lt;TypeCoord&amp;gt;eTC_GeoCentr&amp;lt;/TypeCoord&amp;gt; #Coordinate system of the center&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;/SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Polynomial===&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2297</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2297"/>
				<updated>2016-11-25T12:11:16Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===How to Use?===&lt;br /&gt;
Two way to transform coordinates :&lt;br /&gt;
* With the tool [[ChgSysCo]].&lt;br /&gt;
* With other tools such [[OriConvert]] or [[GCPConvert]] and the option ChSys.&lt;br /&gt;
For both case, you have to use the same syntax :&lt;br /&gt;
&amp;lt;pre&amp;gt;initial_coordinate_system@final_coordinate_system&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, if you want to transform geographic to cartesian, you should use :&lt;br /&gt;
&amp;lt;pre&amp;gt;DegreeWGS84@GeoC&amp;lt;/pre&amp;gt;&lt;br /&gt;
===XML codage===&lt;br /&gt;
Sometimes it's more easier to define the systeme in a file to use it several times.&lt;br /&gt;
*&amp;lt;SystemeCoord&amp;gt; : Define a system.&lt;br /&gt;
*&amp;lt;BSC&amp;gt; : BasicSystemeCoord.&lt;br /&gt;
*&amp;lt;TypeCoord&amp;gt; : Type of the coordinate (eTC_RTL,eTC_WGS84,etc...).&lt;br /&gt;
*&amp;lt;AuxR&amp;gt; : for a double.&lt;br /&gt;
*&amp;lt;AuxI&amp;gt; : for an integer.&lt;br /&gt;
*&amp;lt;AuxStr&amp;gt; : for a string.&lt;br /&gt;
*&amp;lt;AuxRUnite&amp;gt; : for unities.&lt;br /&gt;
Exemple :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;SystemeCoord&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
       &amp;lt;TypeCoord&amp;gt;eTC_RTL&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4320361.093&amp;lt;/AuxR&amp;gt; #Center or RTL&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;-98032.083&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4675380.773&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
      &amp;lt;TypeCoord&amp;gt;eTC_GeoCentr&amp;lt;/TypeCoord&amp;gt; #Coordinate system of the center&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;/SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;GeoC&amp;lt;/b&amp;gt;.&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_GeoCentr&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;WGS84&amp;lt;/b&amp;gt;, or &amp;lt;b&amp;gt;DegreeWGS84&amp;lt;/b&amp;gt;&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_WGS84&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===RTL planes===&lt;br /&gt;
For this system, you need to define it on a xml file with this structure :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;SystemeCoord&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
       &amp;lt;TypeCoord&amp;gt;eTC_RTL&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4320361.093&amp;lt;/AuxR&amp;gt; #Center or RTL&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;-98032.083&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4675380.773&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
      &amp;lt;TypeCoord&amp;gt;eTC_GeoCentr&amp;lt;/TypeCoord&amp;gt; #Coordinate system of the center&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;/SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Polynomial===&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2296</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2296"/>
				<updated>2016-11-25T12:04:31Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* XML codage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===How to Use?===&lt;br /&gt;
Two way to transform coordinates :&lt;br /&gt;
* With the tool [[ChgSysCo]].&lt;br /&gt;
* With other tools such [[OriConvert]] or [[GCPConvert]] and the option ChSys.&lt;br /&gt;
For both case, you have to use the same syntax :&lt;br /&gt;
&amp;lt;pre&amp;gt;initial_coordinate_system@final_coordinate_system&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, if you want to transform geographic to cartesian, you should use :&lt;br /&gt;
&amp;lt;pre&amp;gt;DegreeWGS84@GeoC&amp;lt;/pre&amp;gt;&lt;br /&gt;
===XML codage===&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;GeoC&amp;lt;/b&amp;gt;.&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_GeoCentr&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;WGS84&amp;lt;/b&amp;gt;, or &amp;lt;b&amp;gt;DegreeWGS84&amp;lt;/b&amp;gt;&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_WGS84&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===RTL planes===&lt;br /&gt;
For this system, you need to define it on a xml file with this structure :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;SystemeCoord&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
       &amp;lt;TypeCoord&amp;gt;eTC_RTL&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4320361.093&amp;lt;/AuxR&amp;gt; #Center or RTL&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;-98032.083&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4675380.773&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
      &amp;lt;TypeCoord&amp;gt;eTC_GeoCentr&amp;lt;/TypeCoord&amp;gt; #Coordinate system of the center&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;/SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Polynomial===&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2295</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2295"/>
				<updated>2016-11-25T12:04:12Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* RTL planes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===How to Use?===&lt;br /&gt;
Two way to transform coordinates :&lt;br /&gt;
* With the tool [[ChgSysCo]].&lt;br /&gt;
* With other tools such [[OriConvert]] or [[GCPConvert]] and the option ChSys.&lt;br /&gt;
For both case, you have to use the same syntax :&lt;br /&gt;
&amp;lt;pre&amp;gt;initial_coordinate_system@final_coordinate_system&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, if you want to transform geographic to cartesian, you should use :&lt;br /&gt;
&amp;lt;pre&amp;gt;DegreeWGS84@GeoC&amp;lt;/pre&amp;gt;&lt;br /&gt;
===XML codage===&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;GeoC&amp;lt;/b&amp;gt;.&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_GeoCentr&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;WGS84&amp;lt;/b&amp;gt;, or &amp;lt;b&amp;gt;DegreeWGS84&amp;lt;/b&amp;gt;&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_WGS84&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===RTL planes===&lt;br /&gt;
For this system, you need to define it on a xml file with this structure :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;SystemeCoord&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
       &amp;lt;TypeCoord&amp;gt;eTC_RTL&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4320361.093&amp;lt;/AuxR&amp;gt; #Center or RTL&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;-98032.083&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4675380.773&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
      &amp;lt;TypeCoord&amp;gt;eTC_GeoCentr&amp;lt;/TypeCoord&amp;gt; #Coordinate system of the center&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;/SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Polynomial===&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2294</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2294"/>
				<updated>2016-11-25T12:04:00Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* RTL planes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===How to Use?===&lt;br /&gt;
Two way to transform coordinates :&lt;br /&gt;
* With the tool [[ChgSysCo]].&lt;br /&gt;
* With other tools such [[OriConvert]] or [[GCPConvert]] and the option ChSys.&lt;br /&gt;
For both case, you have to use the same syntax :&lt;br /&gt;
&amp;lt;pre&amp;gt;initial_coordinate_system@final_coordinate_system&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, if you want to transform geographic to cartesian, you should use :&lt;br /&gt;
&amp;lt;pre&amp;gt;DegreeWGS84@GeoC&amp;lt;/pre&amp;gt;&lt;br /&gt;
===XML codage===&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;GeoC&amp;lt;/b&amp;gt;.&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_GeoCentr&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;WGS84&amp;lt;/b&amp;gt;, or &amp;lt;b&amp;gt;DegreeWGS84&amp;lt;/b&amp;gt;&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_WGS84&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===RTL planes===&lt;br /&gt;
For this system, you need to define it on a xml file with this structure :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;SystemeCoord&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
       &amp;lt;TypeCoord&amp;gt;eTC_RTL&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4320361.093&amp;lt;/AuxR&amp;gt; #Center or RTL&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;-98032.083&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
          &amp;lt;AuxR&amp;gt;4675380.773&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
   &amp;lt;BSC&amp;gt;&lt;br /&gt;
      &amp;lt;TypeCoord&amp;gt;eTC_GeoCentr&amp;lt;/TypeCoord&amp;gt; #Coordinate system of the center&lt;br /&gt;
   &amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;/SystemeCoord&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Polynomial===&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2293</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2293"/>
				<updated>2016-11-25T12:02:59Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* RTL planes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===How to Use?===&lt;br /&gt;
Two way to transform coordinates :&lt;br /&gt;
* With the tool [[ChgSysCo]].&lt;br /&gt;
* With other tools such [[OriConvert]] or [[GCPConvert]] and the option ChSys.&lt;br /&gt;
For both case, you have to use the same syntax :&lt;br /&gt;
&amp;lt;pre&amp;gt;initial_coordinate_system@final_coordinate_system&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, if you want to transform geographic to cartesian, you should use :&lt;br /&gt;
&amp;lt;pre&amp;gt;DegreeWGS84@GeoC&amp;lt;/pre&amp;gt;&lt;br /&gt;
===XML codage===&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;GeoC&amp;lt;/b&amp;gt;.&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_GeoCentr&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;WGS84&amp;lt;/b&amp;gt;, or &amp;lt;b&amp;gt;DegreeWGS84&amp;lt;/b&amp;gt;&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_WGS84&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===RTL planes===&lt;br /&gt;
For this system, you need to define it on a xml file with this structure :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;BSC&amp;gt;&lt;br /&gt;
	&amp;lt;TypeCoord&amp;gt;eTC_RTL&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
	&amp;lt;AuxR&amp;gt;4320361.093&amp;lt;/AuxR&amp;gt; #Center or RTL&lt;br /&gt;
	&amp;lt;AuxR&amp;gt;-98032.083&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
	&amp;lt;AuxR&amp;gt;4675380.773&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
&amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;BSC&amp;gt;&lt;br /&gt;
	&amp;lt;TypeCoord&amp;gt;eTC_GeoCentr&amp;lt;/TypeCoord&amp;gt; #Coordinate system of the center&lt;br /&gt;
&amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;/SystemeCoord&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Polynomial===&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2292</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2292"/>
				<updated>2016-11-25T12:01:57Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* RTL planes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===How to Use?===&lt;br /&gt;
Two way to transform coordinates :&lt;br /&gt;
* With the tool [[ChgSysCo]].&lt;br /&gt;
* With other tools such [[OriConvert]] or [[GCPConvert]] and the option ChSys.&lt;br /&gt;
For both case, you have to use the same syntax :&lt;br /&gt;
&amp;lt;pre&amp;gt;initial_coordinate_system@final_coordinate_system&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, if you want to transform geographic to cartesian, you should use :&lt;br /&gt;
&amp;lt;pre&amp;gt;DegreeWGS84@GeoC&amp;lt;/pre&amp;gt;&lt;br /&gt;
===XML codage===&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;GeoC&amp;lt;/b&amp;gt;.&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_GeoCentr&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;WGS84&amp;lt;/b&amp;gt;, or &amp;lt;b&amp;gt;DegreeWGS84&amp;lt;/b&amp;gt;&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_WGS84&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===RTL planes===&lt;br /&gt;
For this system, you need to define it on a xml file with this structure :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;BSC&amp;gt;&lt;br /&gt;
	&amp;lt;TypeCoord&amp;gt;eTC_RTL&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
	&amp;lt;AuxR&amp;gt;X_O&amp;lt;/AuxR&amp;gt; #Coordinate of the center.&lt;br /&gt;
	&amp;lt;AuxR&amp;gt;Y_O&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
	&amp;lt;AuxR&amp;gt;Z_O&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
&amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;BSC&amp;gt;&lt;br /&gt;
	&amp;lt;TypeCoord&amp;gt;eTC_GeoCentr&amp;lt;/TypeCoord&amp;gt; #Center coordinate system&lt;br /&gt;
&amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;/SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Polynomial===&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2291</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2291"/>
				<updated>2016-11-25T12:00:42Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* RTL planes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===How to Use?===&lt;br /&gt;
Two way to transform coordinates :&lt;br /&gt;
* With the tool [[ChgSysCo]].&lt;br /&gt;
* With other tools such [[OriConvert]] or [[GCPConvert]] and the option ChSys.&lt;br /&gt;
For both case, you have to use the same syntax :&lt;br /&gt;
&amp;lt;pre&amp;gt;initial_coordinate_system@final_coordinate_system&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, if you want to transform geographic to cartesian, you should use :&lt;br /&gt;
&amp;lt;pre&amp;gt;DegreeWGS84@GeoC&amp;lt;/pre&amp;gt;&lt;br /&gt;
===XML codage===&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;GeoC&amp;lt;/b&amp;gt;.&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_GeoCentr&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;WGS84&amp;lt;/b&amp;gt;, or &amp;lt;b&amp;gt;DegreeWGS84&amp;lt;/b&amp;gt;&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_WGS84&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===RTL planes===&lt;br /&gt;
For this system, you need to define it on a xml file with this structure :&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;BSC&amp;gt;&lt;br /&gt;
	&amp;lt;TypeCoord&amp;gt;eTC_RTL&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
	&amp;lt;AuxR&amp;gt;X_O&amp;lt;/AuxR&amp;gt; #Coordinate of the center.&lt;br /&gt;
	&amp;lt;AuxR&amp;gt;Y_O&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
	&amp;lt;AuxR&amp;gt;Z_O&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
&amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;BSC&amp;gt;&lt;br /&gt;
	&amp;lt;TypeCoord&amp;gt;eTC_GeoCentr&amp;lt;/TypeCoord&amp;gt; #Center coordinate system&lt;br /&gt;
&amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;/SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Polynomial===&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2290</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2290"/>
				<updated>2016-11-25T11:59:20Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* RTL planes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===How to Use?===&lt;br /&gt;
Two way to transform coordinates :&lt;br /&gt;
* With the tool [[ChgSysCo]].&lt;br /&gt;
* With other tools such [[OriConvert]] or [[GCPConvert]] and the option ChSys.&lt;br /&gt;
For both case, you have to use the same syntax :&lt;br /&gt;
&amp;lt;pre&amp;gt;initial_coordinate_system@final_coordinate_system&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, if you want to transform geographic to cartesian, you should use :&lt;br /&gt;
&amp;lt;pre&amp;gt;DegreeWGS84@GeoC&amp;lt;/pre&amp;gt;&lt;br /&gt;
===XML codage===&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;GeoC&amp;lt;/b&amp;gt;.&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_GeoCentr&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;WGS84&amp;lt;/b&amp;gt;, or &amp;lt;b&amp;gt;DegreeWGS84&amp;lt;/b&amp;gt;&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_WGS84&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===RTL planes===&lt;br /&gt;
For this system, you need to define it on a xml file with this structure :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;BSC&amp;gt;&lt;br /&gt;
	&amp;lt;TypeCoord&amp;gt;eTC_RTL&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
	&amp;lt;AuxR&amp;gt;X_O&amp;lt;/AuxR&amp;gt; #Coordinate of the center.&lt;br /&gt;
	&amp;lt;AuxR&amp;gt;Y_O&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
	&amp;lt;AuxR&amp;gt;Z_O&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
&amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;BSC&amp;gt;&lt;br /&gt;
	&amp;lt;TypeCoord&amp;gt;eTC_GeoCentr&amp;lt;/TypeCoord&amp;gt; #Center coordinate system&lt;br /&gt;
&amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;/SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Polynomial===&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2289</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2289"/>
				<updated>2016-11-25T11:56:55Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Implemented systems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===How to Use?===&lt;br /&gt;
Two way to transform coordinates :&lt;br /&gt;
* With the tool [[ChgSysCo]].&lt;br /&gt;
* With other tools such [[OriConvert]] or [[GCPConvert]] and the option ChSys.&lt;br /&gt;
For both case, you have to use the same syntax :&lt;br /&gt;
&amp;lt;pre&amp;gt;initial_coordinate_system@final_coordinate_system&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, if you want to transform geographic to cartesian, you should use :&lt;br /&gt;
&amp;lt;pre&amp;gt;DegreeWGS84@GeoC&amp;lt;/pre&amp;gt;&lt;br /&gt;
===XML codage===&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;GeoC&amp;lt;/b&amp;gt;.&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_GeoCentr&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;WGS84&amp;lt;/b&amp;gt;, or &amp;lt;b&amp;gt;DegreeWGS84&amp;lt;/b&amp;gt;&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_WGS84&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===RTL planes===&lt;br /&gt;
For this system, you need to define it on a xml file with this structure :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;BSC&amp;gt;&lt;br /&gt;
	&amp;lt;TypeCoord&amp;gt;eTC_RTL&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
	&amp;lt;AuxR&amp;gt;$X_{O}$&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
	&amp;lt;AuxR&amp;gt;-98032.083&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
	&amp;lt;AuxR&amp;gt;4675380.773&amp;lt;/AuxR&amp;gt;&lt;br /&gt;
&amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;BSC&amp;gt;&lt;br /&gt;
	&amp;lt;TypeCoord&amp;gt;eTC_GeoCentr&amp;lt;/TypeCoord&amp;gt;&lt;br /&gt;
&amp;lt;/BSC&amp;gt;&lt;br /&gt;
&amp;lt;/SystemeCoord&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
===Polynomial===&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2288</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2288"/>
				<updated>2016-11-25T11:54:52Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* WGS84 geographic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===How to Use?===&lt;br /&gt;
Two way to transform coordinates :&lt;br /&gt;
* With the tool [[ChgSysCo]].&lt;br /&gt;
* With other tools such [[OriConvert]] or [[GCPConvert]] and the option ChSys.&lt;br /&gt;
For both case, you have to use the same syntax :&lt;br /&gt;
&amp;lt;pre&amp;gt;initial_coordinate_system@final_coordinate_system&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, if you want to transform geographic to cartesian, you should use :&lt;br /&gt;
&amp;lt;pre&amp;gt;DegreeWGS84@GeoC&amp;lt;/pre&amp;gt;&lt;br /&gt;
===XML codage===&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;GeoC&amp;lt;/b&amp;gt;.&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_GeoCentr&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;WGS84&amp;lt;/b&amp;gt;, or &amp;lt;b&amp;gt;DegreeWGS84&amp;lt;/b&amp;gt;&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_WGS84&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===RTL planes===&lt;br /&gt;
===Polynomial===&lt;br /&gt;
14.5.2 XML codage&lt;br /&gt;
14.5.2.1 Generalities&lt;br /&gt;
{ speci�cation in �le ParamChantierPhotogram.xml&lt;br /&gt;
{ the class SystemeCoord contains the data necessary to create a C++ object cSysCoord&lt;br /&gt;
{ a SystemeCoord is made of several BasicSystemeCoord (one in the simplest case);&lt;br /&gt;
{ the �rst BasicSystemeCoord de�nes the coordinate system, the possible following BasicSystemeCoord&lt;br /&gt;
are arguments used to de�ne this system;&lt;br /&gt;
A BasicSystemeCoord is made from :&lt;br /&gt;
{ a TypeCoord �eld , of type eTypeCoord;&lt;br /&gt;
{ auxiliary vectors of values : AuxR for doubles, AuxI for integers, AuxStr for strings, AuxRUnite for&lt;br /&gt;
unities ; the number and semantic of these datas is varying according to the TypeCoord;&lt;br /&gt;
{ the optionary boolean value ByFile, meaning that the system is de�ned in an exterior �le;&lt;br /&gt;
The enumerated possible values of a eTypeCoord are :&lt;br /&gt;
{ eTC WGS84;&lt;br /&gt;
{ eTC GeoCentr&lt;br /&gt;
{ eTC RTL&lt;br /&gt;
{ eTC Polyn&lt;br /&gt;
{ eTC Unknown&lt;br /&gt;
Obviously, the set of possible values may grow in the future.&lt;br /&gt;
14.5.2.2 Geocentric&lt;br /&gt;
A geocentric coordinate system, de�ned by eTC GeoCentr, requires no argument.&lt;br /&gt;
14.5.2.3 eTC WGS84&lt;br /&gt;
A WGS84 coordinate system, de�ned by eTC WGS84, requires no argument.&lt;br /&gt;
14.5.2.4 Exterior �le coordinate system&lt;br /&gt;
It is often convenient to de�ne once a coordinate system in a �le, and to use it several times. In this&lt;br /&gt;
case, for the XML-structure :&lt;br /&gt;
{ ByFile must be true ;&lt;br /&gt;
{ there must exist one AuxStr containing the name of the �le, this �le must contain a SystemeCoord&lt;br /&gt;
;&lt;br /&gt;
{ the TypeCoord being redundant must, or be equal to eTC Unknown or be equal to the value speci�ed&lt;br /&gt;
in the �le (for coherence reason, as they are redundant).&lt;br /&gt;
14.6. TOOLS FOR PROCESSING TRAJECTORY AND COORDINATE SYSTEMS 213&lt;br /&gt;
14.5.2.5 Locally tangent repair&lt;br /&gt;
A locally tangent repair, speci�ed by eTC RTL must contain :&lt;br /&gt;
{ three values AuxR containing the origin of the repair;&lt;br /&gt;
{ optional AuxRUnite values, specifying the angular unities in which the origin is given;&lt;br /&gt;
If the �rst BasicSystemeCoord of a SystemeCoord is of type eTC RTL , it must contain a second&lt;br /&gt;
BasicSystemeCoord indicating the coordinate system in which the origin is given.&lt;br /&gt;
14.5.2.6 Polynomial coordinate system&lt;br /&gt;
Sometimes it is convenient to use a coordinate system, that is known by a set of example, the analytic&lt;br /&gt;
formula being unknown. In this case, it can be stored as a polynomial tranformation between a known&lt;br /&gt;
coordinate system and the unknown system.&lt;br /&gt;
A polynomial coordinate system, speci�ed by eTC Polyn, is stored this way in XML format :&lt;br /&gt;
{ the �rst BasicSystemeCoord stores the polynomial transformation, and the second store the known&lt;br /&gt;
coordinate system;&lt;br /&gt;
{ it contains three polynoms Px, Py,Pz for direct mapping and three polynoms for inverts mapping;&lt;br /&gt;
this polynoms works on &amp;quot;normalized&amp;quot; coordinates, the normalization parameters are stored in AuxR&lt;br /&gt;
after the polynom coe�cient;&lt;br /&gt;
{ the degree of the polynom are speci�ed by AuxI (there are 9 AuxI)&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2287</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2287"/>
				<updated>2016-11-25T11:53:45Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Geocentric cartesian */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===How to Use?===&lt;br /&gt;
Two way to transform coordinates :&lt;br /&gt;
* With the tool [[ChgSysCo]].&lt;br /&gt;
* With other tools such [[OriConvert]] or [[GCPConvert]] and the option ChSys.&lt;br /&gt;
For both case, you have to use the same syntax :&lt;br /&gt;
&amp;lt;pre&amp;gt;initial_coordinate_system@final_coordinate_system&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, if you want to transform geographic to cartesian, you should use :&lt;br /&gt;
&amp;lt;pre&amp;gt;DegreeWGS84@GeoC&amp;lt;/pre&amp;gt;&lt;br /&gt;
===XML codage===&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
* Directly on MicMac commands : &amp;lt;b&amp;gt;GeoC&amp;lt;/b&amp;gt;.&lt;br /&gt;
* In file : &amp;lt;b&amp;gt;eTC_GeoCentr&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
===RTL planes===&lt;br /&gt;
===Polynomial===&lt;br /&gt;
14.5.2 XML codage&lt;br /&gt;
14.5.2.1 Generalities&lt;br /&gt;
{ speci�cation in �le ParamChantierPhotogram.xml&lt;br /&gt;
{ the class SystemeCoord contains the data necessary to create a C++ object cSysCoord&lt;br /&gt;
{ a SystemeCoord is made of several BasicSystemeCoord (one in the simplest case);&lt;br /&gt;
{ the �rst BasicSystemeCoord de�nes the coordinate system, the possible following BasicSystemeCoord&lt;br /&gt;
are arguments used to de�ne this system;&lt;br /&gt;
A BasicSystemeCoord is made from :&lt;br /&gt;
{ a TypeCoord �eld , of type eTypeCoord;&lt;br /&gt;
{ auxiliary vectors of values : AuxR for doubles, AuxI for integers, AuxStr for strings, AuxRUnite for&lt;br /&gt;
unities ; the number and semantic of these datas is varying according to the TypeCoord;&lt;br /&gt;
{ the optionary boolean value ByFile, meaning that the system is de�ned in an exterior �le;&lt;br /&gt;
The enumerated possible values of a eTypeCoord are :&lt;br /&gt;
{ eTC WGS84;&lt;br /&gt;
{ eTC GeoCentr&lt;br /&gt;
{ eTC RTL&lt;br /&gt;
{ eTC Polyn&lt;br /&gt;
{ eTC Unknown&lt;br /&gt;
Obviously, the set of possible values may grow in the future.&lt;br /&gt;
14.5.2.2 Geocentric&lt;br /&gt;
A geocentric coordinate system, de�ned by eTC GeoCentr, requires no argument.&lt;br /&gt;
14.5.2.3 eTC WGS84&lt;br /&gt;
A WGS84 coordinate system, de�ned by eTC WGS84, requires no argument.&lt;br /&gt;
14.5.2.4 Exterior �le coordinate system&lt;br /&gt;
It is often convenient to de�ne once a coordinate system in a �le, and to use it several times. In this&lt;br /&gt;
case, for the XML-structure :&lt;br /&gt;
{ ByFile must be true ;&lt;br /&gt;
{ there must exist one AuxStr containing the name of the �le, this �le must contain a SystemeCoord&lt;br /&gt;
;&lt;br /&gt;
{ the TypeCoord being redundant must, or be equal to eTC Unknown or be equal to the value speci�ed&lt;br /&gt;
in the �le (for coherence reason, as they are redundant).&lt;br /&gt;
14.6. TOOLS FOR PROCESSING TRAJECTORY AND COORDINATE SYSTEMS 213&lt;br /&gt;
14.5.2.5 Locally tangent repair&lt;br /&gt;
A locally tangent repair, speci�ed by eTC RTL must contain :&lt;br /&gt;
{ three values AuxR containing the origin of the repair;&lt;br /&gt;
{ optional AuxRUnite values, specifying the angular unities in which the origin is given;&lt;br /&gt;
If the �rst BasicSystemeCoord of a SystemeCoord is of type eTC RTL , it must contain a second&lt;br /&gt;
BasicSystemeCoord indicating the coordinate system in which the origin is given.&lt;br /&gt;
14.5.2.6 Polynomial coordinate system&lt;br /&gt;
Sometimes it is convenient to use a coordinate system, that is known by a set of example, the analytic&lt;br /&gt;
formula being unknown. In this case, it can be stored as a polynomial tranformation between a known&lt;br /&gt;
coordinate system and the unknown system.&lt;br /&gt;
A polynomial coordinate system, speci�ed by eTC Polyn, is stored this way in XML format :&lt;br /&gt;
{ the �rst BasicSystemeCoord stores the polynomial transformation, and the second store the known&lt;br /&gt;
coordinate system;&lt;br /&gt;
{ it contains three polynoms Px, Py,Pz for direct mapping and three polynoms for inverts mapping;&lt;br /&gt;
this polynoms works on &amp;quot;normalized&amp;quot; coordinates, the normalization parameters are stored in AuxR&lt;br /&gt;
after the polynom coe�cient;&lt;br /&gt;
{ the degree of the polynom are speci�ed by AuxI (there are 9 AuxI)&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2286</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2286"/>
				<updated>2016-11-25T11:53:19Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Geocentric cartesian */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===How to Use?===&lt;br /&gt;
Two way to transform coordinates :&lt;br /&gt;
* With the tool [[ChgSysCo]].&lt;br /&gt;
* With other tools such [[OriConvert]] or [[GCPConvert]] and the option ChSys.&lt;br /&gt;
For both case, you have to use the same syntax :&lt;br /&gt;
&amp;lt;pre&amp;gt;initial_coordinate_system@final_coordinate_system&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, if you want to transform geographic to cartesian, you should use :&lt;br /&gt;
&amp;lt;pre&amp;gt;DegreeWGS84@GeoC&amp;lt;/pre&amp;gt;&lt;br /&gt;
===XML codage===&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
* Directly on MicMac commands : GeoC.&lt;br /&gt;
* In file : eTC_GeoCentr&lt;br /&gt;
&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
===RTL planes===&lt;br /&gt;
===Polynomial===&lt;br /&gt;
14.5.2 XML codage&lt;br /&gt;
14.5.2.1 Generalities&lt;br /&gt;
{ speci�cation in �le ParamChantierPhotogram.xml&lt;br /&gt;
{ the class SystemeCoord contains the data necessary to create a C++ object cSysCoord&lt;br /&gt;
{ a SystemeCoord is made of several BasicSystemeCoord (one in the simplest case);&lt;br /&gt;
{ the �rst BasicSystemeCoord de�nes the coordinate system, the possible following BasicSystemeCoord&lt;br /&gt;
are arguments used to de�ne this system;&lt;br /&gt;
A BasicSystemeCoord is made from :&lt;br /&gt;
{ a TypeCoord �eld , of type eTypeCoord;&lt;br /&gt;
{ auxiliary vectors of values : AuxR for doubles, AuxI for integers, AuxStr for strings, AuxRUnite for&lt;br /&gt;
unities ; the number and semantic of these datas is varying according to the TypeCoord;&lt;br /&gt;
{ the optionary boolean value ByFile, meaning that the system is de�ned in an exterior �le;&lt;br /&gt;
The enumerated possible values of a eTypeCoord are :&lt;br /&gt;
{ eTC WGS84;&lt;br /&gt;
{ eTC GeoCentr&lt;br /&gt;
{ eTC RTL&lt;br /&gt;
{ eTC Polyn&lt;br /&gt;
{ eTC Unknown&lt;br /&gt;
Obviously, the set of possible values may grow in the future.&lt;br /&gt;
14.5.2.2 Geocentric&lt;br /&gt;
A geocentric coordinate system, de�ned by eTC GeoCentr, requires no argument.&lt;br /&gt;
14.5.2.3 eTC WGS84&lt;br /&gt;
A WGS84 coordinate system, de�ned by eTC WGS84, requires no argument.&lt;br /&gt;
14.5.2.4 Exterior �le coordinate system&lt;br /&gt;
It is often convenient to de�ne once a coordinate system in a �le, and to use it several times. In this&lt;br /&gt;
case, for the XML-structure :&lt;br /&gt;
{ ByFile must be true ;&lt;br /&gt;
{ there must exist one AuxStr containing the name of the �le, this �le must contain a SystemeCoord&lt;br /&gt;
;&lt;br /&gt;
{ the TypeCoord being redundant must, or be equal to eTC Unknown or be equal to the value speci�ed&lt;br /&gt;
in the �le (for coherence reason, as they are redundant).&lt;br /&gt;
14.6. TOOLS FOR PROCESSING TRAJECTORY AND COORDINATE SYSTEMS 213&lt;br /&gt;
14.5.2.5 Locally tangent repair&lt;br /&gt;
A locally tangent repair, speci�ed by eTC RTL must contain :&lt;br /&gt;
{ three values AuxR containing the origin of the repair;&lt;br /&gt;
{ optional AuxRUnite values, specifying the angular unities in which the origin is given;&lt;br /&gt;
If the �rst BasicSystemeCoord of a SystemeCoord is of type eTC RTL , it must contain a second&lt;br /&gt;
BasicSystemeCoord indicating the coordinate system in which the origin is given.&lt;br /&gt;
14.5.2.6 Polynomial coordinate system&lt;br /&gt;
Sometimes it is convenient to use a coordinate system, that is known by a set of example, the analytic&lt;br /&gt;
formula being unknown. In this case, it can be stored as a polynomial tranformation between a known&lt;br /&gt;
coordinate system and the unknown system.&lt;br /&gt;
A polynomial coordinate system, speci�ed by eTC Polyn, is stored this way in XML format :&lt;br /&gt;
{ the �rst BasicSystemeCoord stores the polynomial transformation, and the second store the known&lt;br /&gt;
coordinate system;&lt;br /&gt;
{ it contains three polynoms Px, Py,Pz for direct mapping and three polynoms for inverts mapping;&lt;br /&gt;
this polynoms works on &amp;quot;normalized&amp;quot; coordinates, the normalization parameters are stored in AuxR&lt;br /&gt;
after the polynom coe�cient;&lt;br /&gt;
{ the degree of the polynom are speci�ed by AuxI (there are 9 AuxI)&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2285</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2285"/>
				<updated>2016-11-25T10:55:42Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Generalities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===How to Use?===&lt;br /&gt;
Two way to transform coordinates :&lt;br /&gt;
* With the tool [[ChgSysCo]].&lt;br /&gt;
* With other tools such [[OriConvert]] or [[GCPConvert]] and the option ChSys.&lt;br /&gt;
For both case, you have to use the same syntax :&lt;br /&gt;
&amp;lt;pre&amp;gt;initial_coordinate_system@final_coordinate_system&amp;lt;/pre&amp;gt;&lt;br /&gt;
For example, if you want to transform geographic to cartesian, you should use :&lt;br /&gt;
&amp;lt;pre&amp;gt;DegreeWGS84@GeoC&amp;lt;/pre&amp;gt;&lt;br /&gt;
===XML codage===&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
===RTL planes===&lt;br /&gt;
===Polynomial===&lt;br /&gt;
14.5.2 XML codage&lt;br /&gt;
14.5.2.1 Generalities&lt;br /&gt;
{ speci�cation in �le ParamChantierPhotogram.xml&lt;br /&gt;
{ the class SystemeCoord contains the data necessary to create a C++ object cSysCoord&lt;br /&gt;
{ a SystemeCoord is made of several BasicSystemeCoord (one in the simplest case);&lt;br /&gt;
{ the �rst BasicSystemeCoord de�nes the coordinate system, the possible following BasicSystemeCoord&lt;br /&gt;
are arguments used to de�ne this system;&lt;br /&gt;
A BasicSystemeCoord is made from :&lt;br /&gt;
{ a TypeCoord �eld , of type eTypeCoord;&lt;br /&gt;
{ auxiliary vectors of values : AuxR for doubles, AuxI for integers, AuxStr for strings, AuxRUnite for&lt;br /&gt;
unities ; the number and semantic of these datas is varying according to the TypeCoord;&lt;br /&gt;
{ the optionary boolean value ByFile, meaning that the system is de�ned in an exterior �le;&lt;br /&gt;
The enumerated possible values of a eTypeCoord are :&lt;br /&gt;
{ eTC WGS84;&lt;br /&gt;
{ eTC GeoCentr&lt;br /&gt;
{ eTC RTL&lt;br /&gt;
{ eTC Polyn&lt;br /&gt;
{ eTC Unknown&lt;br /&gt;
Obviously, the set of possible values may grow in the future.&lt;br /&gt;
14.5.2.2 Geocentric&lt;br /&gt;
A geocentric coordinate system, de�ned by eTC GeoCentr, requires no argument.&lt;br /&gt;
14.5.2.3 eTC WGS84&lt;br /&gt;
A WGS84 coordinate system, de�ned by eTC WGS84, requires no argument.&lt;br /&gt;
14.5.2.4 Exterior �le coordinate system&lt;br /&gt;
It is often convenient to de�ne once a coordinate system in a �le, and to use it several times. In this&lt;br /&gt;
case, for the XML-structure :&lt;br /&gt;
{ ByFile must be true ;&lt;br /&gt;
{ there must exist one AuxStr containing the name of the �le, this �le must contain a SystemeCoord&lt;br /&gt;
;&lt;br /&gt;
{ the TypeCoord being redundant must, or be equal to eTC Unknown or be equal to the value speci�ed&lt;br /&gt;
in the �le (for coherence reason, as they are redundant).&lt;br /&gt;
14.6. TOOLS FOR PROCESSING TRAJECTORY AND COORDINATE SYSTEMS 213&lt;br /&gt;
14.5.2.5 Locally tangent repair&lt;br /&gt;
A locally tangent repair, speci�ed by eTC RTL must contain :&lt;br /&gt;
{ three values AuxR containing the origin of the repair;&lt;br /&gt;
{ optional AuxRUnite values, specifying the angular unities in which the origin is given;&lt;br /&gt;
If the �rst BasicSystemeCoord of a SystemeCoord is of type eTC RTL , it must contain a second&lt;br /&gt;
BasicSystemeCoord indicating the coordinate system in which the origin is given.&lt;br /&gt;
14.5.2.6 Polynomial coordinate system&lt;br /&gt;
Sometimes it is convenient to use a coordinate system, that is known by a set of example, the analytic&lt;br /&gt;
formula being unknown. In this case, it can be stored as a polynomial tranformation between a known&lt;br /&gt;
coordinate system and the unknown system.&lt;br /&gt;
A polynomial coordinate system, speci�ed by eTC Polyn, is stored this way in XML format :&lt;br /&gt;
{ the �rst BasicSystemeCoord stores the polynomial transformation, and the second store the known&lt;br /&gt;
coordinate system;&lt;br /&gt;
{ it contains three polynoms Px, Py,Pz for direct mapping and three polynoms for inverts mapping;&lt;br /&gt;
this polynoms works on &amp;quot;normalized&amp;quot; coordinates, the normalization parameters are stored in AuxR&lt;br /&gt;
after the polynom coe�cient;&lt;br /&gt;
{ the degree of the polynom are speci�ed by AuxI (there are 9 AuxI)&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2284</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2284"/>
				<updated>2016-11-25T10:45:34Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Generalities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
===Presentation===&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
===XML codage===&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
===RTL planes===&lt;br /&gt;
===Polynomial===&lt;br /&gt;
14.5.2 XML codage&lt;br /&gt;
14.5.2.1 Generalities&lt;br /&gt;
{ speci�cation in �le ParamChantierPhotogram.xml&lt;br /&gt;
{ the class SystemeCoord contains the data necessary to create a C++ object cSysCoord&lt;br /&gt;
{ a SystemeCoord is made of several BasicSystemeCoord (one in the simplest case);&lt;br /&gt;
{ the �rst BasicSystemeCoord de�nes the coordinate system, the possible following BasicSystemeCoord&lt;br /&gt;
are arguments used to de�ne this system;&lt;br /&gt;
A BasicSystemeCoord is made from :&lt;br /&gt;
{ a TypeCoord �eld , of type eTypeCoord;&lt;br /&gt;
{ auxiliary vectors of values : AuxR for doubles, AuxI for integers, AuxStr for strings, AuxRUnite for&lt;br /&gt;
unities ; the number and semantic of these datas is varying according to the TypeCoord;&lt;br /&gt;
{ the optionary boolean value ByFile, meaning that the system is de�ned in an exterior �le;&lt;br /&gt;
The enumerated possible values of a eTypeCoord are :&lt;br /&gt;
{ eTC WGS84;&lt;br /&gt;
{ eTC GeoCentr&lt;br /&gt;
{ eTC RTL&lt;br /&gt;
{ eTC Polyn&lt;br /&gt;
{ eTC Unknown&lt;br /&gt;
Obviously, the set of possible values may grow in the future.&lt;br /&gt;
14.5.2.2 Geocentric&lt;br /&gt;
A geocentric coordinate system, de�ned by eTC GeoCentr, requires no argument.&lt;br /&gt;
14.5.2.3 eTC WGS84&lt;br /&gt;
A WGS84 coordinate system, de�ned by eTC WGS84, requires no argument.&lt;br /&gt;
14.5.2.4 Exterior �le coordinate system&lt;br /&gt;
It is often convenient to de�ne once a coordinate system in a �le, and to use it several times. In this&lt;br /&gt;
case, for the XML-structure :&lt;br /&gt;
{ ByFile must be true ;&lt;br /&gt;
{ there must exist one AuxStr containing the name of the �le, this �le must contain a SystemeCoord&lt;br /&gt;
;&lt;br /&gt;
{ the TypeCoord being redundant must, or be equal to eTC Unknown or be equal to the value speci�ed&lt;br /&gt;
in the �le (for coherence reason, as they are redundant).&lt;br /&gt;
14.6. TOOLS FOR PROCESSING TRAJECTORY AND COORDINATE SYSTEMS 213&lt;br /&gt;
14.5.2.5 Locally tangent repair&lt;br /&gt;
A locally tangent repair, speci�ed by eTC RTL must contain :&lt;br /&gt;
{ three values AuxR containing the origin of the repair;&lt;br /&gt;
{ optional AuxRUnite values, specifying the angular unities in which the origin is given;&lt;br /&gt;
If the �rst BasicSystemeCoord of a SystemeCoord is of type eTC RTL , it must contain a second&lt;br /&gt;
BasicSystemeCoord indicating the coordinate system in which the origin is given.&lt;br /&gt;
14.5.2.6 Polynomial coordinate system&lt;br /&gt;
Sometimes it is convenient to use a coordinate system, that is known by a set of example, the analytic&lt;br /&gt;
formula being unknown. In this case, it can be stored as a polynomial tranformation between a known&lt;br /&gt;
coordinate system and the unknown system.&lt;br /&gt;
A polynomial coordinate system, speci�ed by eTC Polyn, is stored this way in XML format :&lt;br /&gt;
{ the �rst BasicSystemeCoord stores the polynomial transformation, and the second store the known&lt;br /&gt;
coordinate system;&lt;br /&gt;
{ it contains three polynoms Px, Py,Pz for direct mapping and three polynoms for inverts mapping;&lt;br /&gt;
this polynoms works on &amp;quot;normalized&amp;quot; coordinates, the normalization parameters are stored in AuxR&lt;br /&gt;
after the polynom coe�cient;&lt;br /&gt;
{ the degree of the polynom are speci�ed by AuxI (there are 9 AuxI)&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2283</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2283"/>
				<updated>2016-11-25T10:44:45Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Implemented systems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
===Geocentric cartesian===&lt;br /&gt;
===WGS84 geographic===&lt;br /&gt;
===RTL planes===&lt;br /&gt;
===Polynomial===&lt;br /&gt;
14.5.2 XML codage&lt;br /&gt;
14.5.2.1 Generalities&lt;br /&gt;
{ speci�cation in �le ParamChantierPhotogram.xml&lt;br /&gt;
{ the class SystemeCoord contains the data necessary to create a C++ object cSysCoord&lt;br /&gt;
{ a SystemeCoord is made of several BasicSystemeCoord (one in the simplest case);&lt;br /&gt;
{ the �rst BasicSystemeCoord de�nes the coordinate system, the possible following BasicSystemeCoord&lt;br /&gt;
are arguments used to de�ne this system;&lt;br /&gt;
A BasicSystemeCoord is made from :&lt;br /&gt;
{ a TypeCoord �eld , of type eTypeCoord;&lt;br /&gt;
{ auxiliary vectors of values : AuxR for doubles, AuxI for integers, AuxStr for strings, AuxRUnite for&lt;br /&gt;
unities ; the number and semantic of these datas is varying according to the TypeCoord;&lt;br /&gt;
{ the optionary boolean value ByFile, meaning that the system is de�ned in an exterior �le;&lt;br /&gt;
The enumerated possible values of a eTypeCoord are :&lt;br /&gt;
{ eTC WGS84;&lt;br /&gt;
{ eTC GeoCentr&lt;br /&gt;
{ eTC RTL&lt;br /&gt;
{ eTC Polyn&lt;br /&gt;
{ eTC Unknown&lt;br /&gt;
Obviously, the set of possible values may grow in the future.&lt;br /&gt;
14.5.2.2 Geocentric&lt;br /&gt;
A geocentric coordinate system, de�ned by eTC GeoCentr, requires no argument.&lt;br /&gt;
14.5.2.3 eTC WGS84&lt;br /&gt;
A WGS84 coordinate system, de�ned by eTC WGS84, requires no argument.&lt;br /&gt;
14.5.2.4 Exterior �le coordinate system&lt;br /&gt;
It is often convenient to de�ne once a coordinate system in a �le, and to use it several times. In this&lt;br /&gt;
case, for the XML-structure :&lt;br /&gt;
{ ByFile must be true ;&lt;br /&gt;
{ there must exist one AuxStr containing the name of the �le, this �le must contain a SystemeCoord&lt;br /&gt;
;&lt;br /&gt;
{ the TypeCoord being redundant must, or be equal to eTC Unknown or be equal to the value speci�ed&lt;br /&gt;
in the �le (for coherence reason, as they are redundant).&lt;br /&gt;
14.6. TOOLS FOR PROCESSING TRAJECTORY AND COORDINATE SYSTEMS 213&lt;br /&gt;
14.5.2.5 Locally tangent repair&lt;br /&gt;
A locally tangent repair, speci�ed by eTC RTL must contain :&lt;br /&gt;
{ three values AuxR containing the origin of the repair;&lt;br /&gt;
{ optional AuxRUnite values, specifying the angular unities in which the origin is given;&lt;br /&gt;
If the �rst BasicSystemeCoord of a SystemeCoord is of type eTC RTL , it must contain a second&lt;br /&gt;
BasicSystemeCoord indicating the coordinate system in which the origin is given.&lt;br /&gt;
14.5.2.6 Polynomial coordinate system&lt;br /&gt;
Sometimes it is convenient to use a coordinate system, that is known by a set of example, the analytic&lt;br /&gt;
formula being unknown. In this case, it can be stored as a polynomial tranformation between a known&lt;br /&gt;
coordinate system and the unknown system.&lt;br /&gt;
A polynomial coordinate system, speci�ed by eTC Polyn, is stored this way in XML format :&lt;br /&gt;
{ the �rst BasicSystemeCoord stores the polynomial transformation, and the second store the known&lt;br /&gt;
coordinate system;&lt;br /&gt;
{ it contains three polynoms Px, Py,Pz for direct mapping and three polynoms for inverts mapping;&lt;br /&gt;
this polynoms works on &amp;quot;normalized&amp;quot; coordinates, the normalization parameters are stored in AuxR&lt;br /&gt;
after the polynom coe�cient;&lt;br /&gt;
{ the degree of the polynom are speci�ed by AuxI (there are 9 AuxI)&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2282</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2282"/>
				<updated>2016-11-25T10:43:57Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
=Generalities=&lt;br /&gt;
Photogrammetry is often accompagned with a georeferencement (direct or indirect). The geographic position of targets or images is usually given in geographic system such WGS84 or RGF93 (France). To work with this coordinates in MicMac, yo have to transform it in a euclidian system. Best way is to work in a Local frame (RTL) define by the coordinates of one point of the field.&lt;br /&gt;
&lt;br /&gt;
=Implemented systems=&lt;br /&gt;
Existing implemented systems, are:&lt;br /&gt;
==Geocentric cartesian==&lt;br /&gt;
==WGS84 geographic==&lt;br /&gt;
==RTL planes==&lt;br /&gt;
==Polynomial==&lt;br /&gt;
14.5.2 XML codage&lt;br /&gt;
14.5.2.1 Generalities&lt;br /&gt;
{ speci�cation in �le ParamChantierPhotogram.xml&lt;br /&gt;
{ the class SystemeCoord contains the data necessary to create a C++ object cSysCoord&lt;br /&gt;
{ a SystemeCoord is made of several BasicSystemeCoord (one in the simplest case);&lt;br /&gt;
{ the �rst BasicSystemeCoord de�nes the coordinate system, the possible following BasicSystemeCoord&lt;br /&gt;
are arguments used to de�ne this system;&lt;br /&gt;
A BasicSystemeCoord is made from :&lt;br /&gt;
{ a TypeCoord �eld , of type eTypeCoord;&lt;br /&gt;
{ auxiliary vectors of values : AuxR for doubles, AuxI for integers, AuxStr for strings, AuxRUnite for&lt;br /&gt;
unities ; the number and semantic of these datas is varying according to the TypeCoord;&lt;br /&gt;
{ the optionary boolean value ByFile, meaning that the system is de�ned in an exterior �le;&lt;br /&gt;
The enumerated possible values of a eTypeCoord are :&lt;br /&gt;
{ eTC WGS84;&lt;br /&gt;
{ eTC GeoCentr&lt;br /&gt;
{ eTC RTL&lt;br /&gt;
{ eTC Polyn&lt;br /&gt;
{ eTC Unknown&lt;br /&gt;
Obviously, the set of possible values may grow in the future.&lt;br /&gt;
14.5.2.2 Geocentric&lt;br /&gt;
A geocentric coordinate system, de�ned by eTC GeoCentr, requires no argument.&lt;br /&gt;
14.5.2.3 eTC WGS84&lt;br /&gt;
A WGS84 coordinate system, de�ned by eTC WGS84, requires no argument.&lt;br /&gt;
14.5.2.4 Exterior �le coordinate system&lt;br /&gt;
It is often convenient to de�ne once a coordinate system in a �le, and to use it several times. In this&lt;br /&gt;
case, for the XML-structure :&lt;br /&gt;
{ ByFile must be true ;&lt;br /&gt;
{ there must exist one AuxStr containing the name of the �le, this �le must contain a SystemeCoord&lt;br /&gt;
;&lt;br /&gt;
{ the TypeCoord being redundant must, or be equal to eTC Unknown or be equal to the value speci�ed&lt;br /&gt;
in the �le (for coherence reason, as they are redundant).&lt;br /&gt;
14.6. TOOLS FOR PROCESSING TRAJECTORY AND COORDINATE SYSTEMS 213&lt;br /&gt;
14.5.2.5 Locally tangent repair&lt;br /&gt;
A locally tangent repair, speci�ed by eTC RTL must contain :&lt;br /&gt;
{ three values AuxR containing the origin of the repair;&lt;br /&gt;
{ optional AuxRUnite values, specifying the angular unities in which the origin is given;&lt;br /&gt;
If the �rst BasicSystemeCoord of a SystemeCoord is of type eTC RTL , it must contain a second&lt;br /&gt;
BasicSystemeCoord indicating the coordinate system in which the origin is given.&lt;br /&gt;
14.5.2.6 Polynomial coordinate system&lt;br /&gt;
Sometimes it is convenient to use a coordinate system, that is known by a set of example, the analytic&lt;br /&gt;
formula being unknown. In this case, it can be stored as a polynomial tranformation between a known&lt;br /&gt;
coordinate system and the unknown system.&lt;br /&gt;
A polynomial coordinate system, speci�ed by eTC Polyn, is stored this way in XML format :&lt;br /&gt;
{ the �rst BasicSystemeCoord stores the polynomial transformation, and the second store the known&lt;br /&gt;
coordinate system;&lt;br /&gt;
{ it contains three polynoms Px, Py,Pz for direct mapping and three polynoms for inverts mapping;&lt;br /&gt;
this polynoms works on &amp;quot;normalized&amp;quot; coordinates, the normalization parameters are stored in AuxR&lt;br /&gt;
after the polynom coe�cient;&lt;br /&gt;
{ the degree of the polynom are speci�ed by AuxI (there are 9 AuxI)&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2281</id>
		<title>Coordinates Systems</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Coordinates_Systems&amp;diff=2281"/>
				<updated>2016-11-25T10:29:42Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : Page vide créée&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=MicMac_tools&amp;diff=2280</id>
		<title>MicMac tools</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=MicMac_tools&amp;diff=2280"/>
				<updated>2016-11-25T10:29:23Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* C */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About all commands ==&lt;br /&gt;
All commands come with an inline Help that can be accessed by typing :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d CommandName -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Commands have Unnamed and Named arguments. The Unnamed are mandatory and must be given in order while the Named can be given in any order. For instance:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d CommandName UnnamedValue1 UnnamedValue2 NamedArg1=NamedValue1 NamedArg2=NamedValue2&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you have a version of MicMac that include the QT tools (binaries from the [http://logiciels.ign.fr/?Telechargement,20 IGN download page] or self compiled with the QT option activated), each command come with a GUI containing the options to fill and a file selection tool when appropriate. These GUI can be called using the command with a ''v'' prefix:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d vCommandName&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
=== A ===&lt;br /&gt;
*[[ AperiCloud]] :  Visualization of camera in ply file&lt;br /&gt;
*[[ Apero]] :  Compute external and internal orientations&lt;br /&gt;
*[[ Apero2Meshlab]] : Convert Orientation from Apero-Micmac workflow to a meshlab-compatible format&lt;br /&gt;
*[[ Apero2NVM]] : Matthieu Moneyrond's convertor to VSfM, MVE, SURE, MeshRecon &lt;br /&gt;
*[[ Apero2PMVS]] :  Convert Orientation from Apero-Micmac workflow to PMVS format&lt;br /&gt;
*[[ AperoChImSecMM]] :  Select secondary images for MicMac&lt;br /&gt;
*[[ Arsenic]] :  IN DEV : Radiometric equalization from tie points&lt;br /&gt;
*[[ Aspro]] :  Init  External orientation of calibrated camera from GCP&lt;br /&gt;
&lt;br /&gt;
=== B ===&lt;br /&gt;
*[[ Bascule]] :  Generate orientations coherent with some physical information on the scene&lt;br /&gt;
*[[ BatchFDC]] :  Tool for batching a set of commands&lt;br /&gt;
*[[ Blinis]] : Block Initialisation&lt;br /&gt;
=== C === &lt;br /&gt;
*[[ C3DC]] : Automatic Matching from Culture 3D Cloud project&lt;br /&gt;
*[[ CalibFinale]] :  Compute Final Radial distortion model&lt;br /&gt;
*[[ CalibInit]] :  Compute Initial Radial distortion model&lt;br /&gt;
*[[ Campari]] :  Interface to Apero, for compensation of heterogeneous measures&lt;br /&gt;
*[[ CASA]] :  Analytic Surface Estimation&lt;br /&gt;
*[[ CenterBascule]] :  Relative to absolute using embedded GPS&lt;br /&gt;
*[[ ChantierClip]] :  Clip Chantier&lt;br /&gt;
*[[ CheckDependencies]] :  check dependencies to third-party tools&lt;br /&gt;
*[[ ChgSysCo]] :  Change coordinate system of orientation&lt;br /&gt;
*[[ ClipIm]] :  Clip Chantier&lt;br /&gt;
*[[ CmpCalib]] :  Compare two  calibrations&lt;br /&gt;
*[[ CmpIm]] :  Basic tool for images comparison&lt;br /&gt;
*[[ CmpOri]] :  Compare two sets of orientation&lt;br /&gt;
*[[ CoherEpip]] :  Test coherence between conjugate epipolar depth-map&lt;br /&gt;
*[[ ContrastFilter]] : Some contrast filtering &lt;br /&gt;
*[[ Convert2GenBundle]] : Import RPC or other to MicMac format, for adjustment, matching ...&lt;br /&gt;
*[[ ConvertCalib]] :  Conversion of calibration from one model 2 the other&lt;br /&gt;
*[[ ConvertIm]] :  Tool for convertion inside tiff-format&lt;br /&gt;
*[[ CreateEpip]] :  Create epipolar images&lt;br /&gt;
*[[ Coordinates Systems]] : How coordinates systems are defined on MicMac.&lt;br /&gt;
&lt;br /&gt;
=== D ===&lt;br /&gt;
*[[ Dequant]] :  Tool for dequantifying an image&lt;br /&gt;
*[[ Digeo]] :  In development- Will compute tie points &lt;br /&gt;
*[[ DIV]] : Videos development (require ffmpeg)&lt;br /&gt;
*[[ Donuts]] : Cyl to Torus (Donuts like)&lt;br /&gt;
*[[ Drunk]] :  Images distortion removing tool&lt;br /&gt;
&lt;br /&gt;
=== E ===&lt;br /&gt;
*[[ ExtractAppui3D]] :  Extract points from a 3D appui points xml file&lt;br /&gt;
*[[ ExtractMesure2D]] :  Extract points from a 2D measures xml file&lt;br /&gt;
&lt;br /&gt;
=== F ===&lt;br /&gt;
*[[ FFTKugelhupf]] :  Version of Kugelhupf using FFT, expecetd faster when it works (if ever ...)&lt;br /&gt;
*[[ FieldDep3d]] :  To export results of matching as 3D shifting&lt;br /&gt;
=== G ===&lt;br /&gt;
*[[ GCPBascule]] :  Relative to absolute using GCP&lt;br /&gt;
*[[ GCPConvert]] : Convert GCP from Txt 2 XML&lt;br /&gt;
*[[ GCPCtrl]] :  Control accuracy with GCP&lt;br /&gt;
*[[ GCPVisib]] :  Print a list of GCP visibility in images&lt;br /&gt;
*[[ Genepi]] :  Generate 3D/2d synthetical points from orientation&lt;br /&gt;
*[[ Genere_Header_TiffFile]] :  Generate Header for internal tiling format &lt;br /&gt;
*[[ GenPairsFile]] : Generate pairs files between one image and a pattern&lt;br /&gt;
*[[ GrapheHom]] : Compute XML-Visibility graph from approximate orientation&lt;br /&gt;
*[[ GrShade]] :  Compute shading from depth image&lt;br /&gt;
&lt;br /&gt;
=== H ===&lt;br /&gt;
*[[ HomolFilterMasq]] :  Tool for filter homologous points according to masq&lt;br /&gt;
*[[ HomolMergePDVUnik]] :  Tool for merge homologous point from unik point of view&lt;br /&gt;
=== I ===&lt;br /&gt;
*[[ Im2XYZ]] :  tool to transform a 2D point (text file) to their 3D cloud homologous&lt;br /&gt;
*[[ ImMire]] :  For generation of some synthetic calibration image&lt;br /&gt;
*[[ Impaint]] : Basic Impainting&lt;br /&gt;
*[[ ImRandGray]] :  Generate Random Gray Textured Images&lt;br /&gt;
*[[ Init11P]] :  Init Internal &amp;amp; External from GCP using 11-parameters algo&lt;br /&gt;
*[[ InitOriLinear]] :  Initialize orientation for linear acquisition&lt;br /&gt;
=== K ===&lt;br /&gt;
*[[ Kugelhupf]] :  Semi-automatic fiducial points determination&lt;br /&gt;
=== L ===&lt;br /&gt;
*[[ Liquor]] : Orientation specialized for linear acquisition&lt;br /&gt;
*[[ LumRas]] :  Compute image mixing with raking light&lt;br /&gt;
=== M ===&lt;br /&gt;
*[[ MakeGrid]] :  Generate orientations in a grid format&lt;br /&gt;
*[[ Malt]] :  Simplified matching (interface to MicMac)&lt;br /&gt;
*[[ MapCmd]] :  Transforms a command working on a single file in a command working on a set of files&lt;br /&gt;
*[[ Martini]] :  New orientation initialisation (uncomplete, still in dev...) &lt;br /&gt;
*[[ MartiniGin]] :  New orientation initialisation (uncomplete, still in dev...) &lt;br /&gt;
*[[ MergeDepthMap]] :  Merging of individual, stackable, depth maps &lt;br /&gt;
*[[ MergeHomol]] :  Merge Homol dir&lt;br /&gt;
*[[ MergePly]] :  Merge ply files&lt;br /&gt;
*[[ MeshProjOnImg]] :  Reproject mesh on image&lt;br /&gt;
*[[ MICMAC]] :  Computes image matching from oriented images&lt;br /&gt;
*[[ MICMACSaisieLiaisons]] :  Low level version of SEL, not recommended&lt;br /&gt;
*[[ MM1P]] :  Matching One Pair of images&lt;br /&gt;
*[[ MM2DPosSism]] :  Simplified interface for post 2D post sismic deformation &lt;br /&gt;
*[[ MMByP]] :  Matching By Pair of images&lt;br /&gt;
*[[ MMCalcSzWCor]] :  Compute Image of Size of correlation windows (Atomic tool, for adaptive window in geom image)&lt;br /&gt;
*[[ MMHomCorOri]] :  Tool to compute homologues for correcting orientation in epip matching&lt;br /&gt;
*[[ MMInitialModel]] :  Initial Model for MicMac &lt;br /&gt;
*[[ MMMergeCloud]] :  Merging of low resol cloud, in preparation 2 MicMac &lt;br /&gt;
*[[ MMPyram]] :  Computes pyram for micmac (internal use)&lt;br /&gt;
*[[ MMTestAllAuto]] :  Full automatic version for 1 view point, test mode &lt;br /&gt;
*[[ MMTestOrient]] :  Tool for testing quality of orientation&lt;br /&gt;
*[[ MMXmlXif]] :  Generate Xml from Xif (internal use mainly)&lt;br /&gt;
*[[ mmxv]] :  Interface to xv (due to problem in tiff lib)&lt;br /&gt;
*[[ Morito]] : Merge set of Orientations with common values&lt;br /&gt;
*[[ MpDcraw]] :  Interface to dcraw&lt;br /&gt;
*[[ MPDtest]] :  My own test&lt;br /&gt;
*[[ MyRename]] :  File renaming using posix regular expression&lt;br /&gt;
=== N ===&lt;br /&gt;
*[[ NewTapas]] : Replace OldTapas - now same as Tapas&lt;br /&gt;
*[[ Nuage2Ply]] :  Convert depth map into point cloud&lt;br /&gt;
*[[ NuageBascule]] :  To Change geometry of depth map&lt;br /&gt;
=== O === &lt;br /&gt;
*[[ OldTapas]] :  Interface to Apero to compute external and internal orientations&lt;br /&gt;
*[[ Ori2Xml]] : Convert &amp;quot;historical&amp;quot; Matis'Ori format to xml &lt;br /&gt;
*[[ OriConvert]] : Convert Orientation from Txt 2 XML&lt;br /&gt;
*[[ OriExport]] : Export orientation from XML to XML or TXT with specified convention&lt;br /&gt;
*[[ OriRedTieP]] : Tie points filtering, using Martini results&lt;br /&gt;
=== P ===&lt;br /&gt;
*[[ PanelIm]] : Tool for creating a panel of images &lt;br /&gt;
*[[ Pasta]] :  Compute external calibration and radial basic internal calibration&lt;br /&gt;
*[[ Pastis]] :  Tie points detection&lt;br /&gt;
*[[ PatFromOri]] : Get pattern of images from Ori folder&lt;br /&gt;
*[[ PHO_MI]] :  Filter homologue points from initial orientation to reduce number of observations&lt;br /&gt;
*[[ PIMs]] : Per Image Matchings&lt;br /&gt;
*[[ PIMs2Mnt]] : Generate Mnt from Per Image Matchings&lt;br /&gt;
*[[ PIMs2Ply]] : Generate Ply from Per Image Matchings&lt;br /&gt;
*[[ Porto]] :  Generates a global ortho-photo&lt;br /&gt;
*[[ Prep4masq]] :  Generates files for making Masks (if SaisieMasq unavailable)&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
*[[ Ratafia]] : Some stuff to be described later&lt;br /&gt;
*[[ RedTieP]] : Test tie points filtering &lt;br /&gt;
*[[ RepLocBascule]] :  Tool to define a local repair without changing the orientation&lt;br /&gt;
*[[ ReprojImg]] :  Reproject an image into geometry of another&lt;br /&gt;
*[[ ReSampFid]] : Resampling using one fiducial mark&lt;br /&gt;
&lt;br /&gt;
=== S ===&lt;br /&gt;
*[[ SaisieAppuisInit]] :  Interactive tool for initial capture of GCP&lt;br /&gt;
*[[ SaisieAppuisInitQT]] :  Interactive tool for initial capture of GCP&lt;br /&gt;
*[[ SaisieAppuisPredic]] :  Interactive tool for assisted capture of GCP&lt;br /&gt;
*[[ SaisieAppuisPredicQT]] :  Interactive tool for assisted capture of GCP&lt;br /&gt;
*[[ SaisieBasc]] :  Interactive tool to capture information on the scene&lt;br /&gt;
*[[ SaisieBascQT]] :  Interactive tool to capture information on the scene&lt;br /&gt;
*[[ SaisieBoxQT]] :  Interactive tool to capture 2D box&lt;br /&gt;
*[[ SaisieCyl]] :  Interactive tool to capture information on the scene for cylinders&lt;br /&gt;
*[[ SaisieCylQT]] :  Interactive tool to capture information on the scene for cylinders&lt;br /&gt;
*[[ SaisieMasq]] :  Interactive tool to capture masq&lt;br /&gt;
*[[ SaisieMasqQT]] :  Interactive tool to capture masq&lt;br /&gt;
*[[ SaisiePts]] :  Tool to capture GCP (low level, not recommended)&lt;br /&gt;
*[[ Sake]] :  Simplified MicMac interface for satellite images&lt;br /&gt;
*[[ SateLib]] :  Library of satellite images meta-data handling - early work in progress!&lt;br /&gt;
*[[ SBGlobBascule]] :  Tool for 'scene based global' bascule&lt;br /&gt;
*[[ ScaleIm]] :  Tool for image scaling&lt;br /&gt;
*[[ ScaleNuage]] :  Tool for scaling internal representation of point cloud&lt;br /&gt;
*[[ Schnaps]] :  Reduction of homologue points in image geometry&lt;br /&gt;
*[[ ScriptCalib]] :  Do some stuff&lt;br /&gt;
*[[ SEL]] :  Tool to visualize tie points&lt;br /&gt;
*[[ SetExif]] : Modification of exif file (requires exiv2)&lt;br /&gt;
*[[ SetGpsExif]] : Add GPS infos in images exif meta-data (requires exiv2)&lt;br /&gt;
*[[ Sift]] :  Tool for extracting points of interest using Lowe's SIFT method&lt;br /&gt;
*[[ SimplePredict]] :  Project ground points on oriented cameras&lt;br /&gt;
*[[ SMDM]] :  Simplified Merging of individual, stackable, depth maps &lt;br /&gt;
*[[ SplitMPO]] : tool to develop MPO stereo format in pair of images&lt;br /&gt;
*[[ StackFlatField]] : Basic Flat Field estimation by image stacking&lt;br /&gt;
*[[ StatIm]] :  Tool for basic stat on an image&lt;br /&gt;
*[[ SupMntIm]] :  Tool for superposition of Mnt Im &amp;amp; level curve&lt;br /&gt;
*[[ SysCoordPolyn]] :  Tool for creating a polynomial coordinate system from a set of known pair of coordinate&lt;br /&gt;
=== T ===&lt;br /&gt;
*[[ Tapas]] : NEW version !! Compatible . Call &amp;quot;OldTapas&amp;quot; if problem specific to this version&lt;br /&gt;
*[[ Tapioca]] :  Interface to Pastis for tie point detection and matching&lt;br /&gt;
*[[ Tarama]] :  Compute a rectified image&lt;br /&gt;
*[[ Tawny]] :  Interface to Porto to generate ortho-image&lt;br /&gt;
*[[ Tequila]] :  Texture mesh&lt;br /&gt;
*[[ TestBundleInter]] : Block Initialisation &lt;br /&gt;
*[[ TestCam]] :  Test camera orientation convention&lt;br /&gt;
*[[ TestChantier]] :  Test global acquisition&lt;br /&gt;
*[[ TestCmds]] :  Test MM3D commands on micmac_data sets&lt;br /&gt;
*[[ TestDistM2C]] :  Basic Test for problematic camera &lt;br /&gt;
*[[ TestKey]] :  Test Keys for Sets and Assoc&lt;br /&gt;
*[[ TestLib]] :  To call the program illustrating the library&lt;br /&gt;
*[[ TestMTD]] :  Test meta data of image&lt;br /&gt;
*[[ TestNameCalib]] :  Test Name of calibration&lt;br /&gt;
*[[ TestPbRPC]] : Test possible Problems on RPC &lt;br /&gt;
*[[ TestRegEx]] :  Test regular expression&lt;br /&gt;
*[[ TiePAll]] :  matches points of interest of two images&lt;br /&gt;
*[[ TiePByMesh]] :  Raffiner pts homologue par mesh&lt;br /&gt;
*[[ TiePLine]] :  matches points of interest of two images&lt;br /&gt;
*[[ TiePMS]] :  matches points of interest of two images&lt;br /&gt;
*[[ TifDev]] :  Develop raw-jpg-tif, in suitable tiff file&lt;br /&gt;
*[[ tiff_info]] :  Tool for giving information about a tiff file&lt;br /&gt;
*[[ TiPunch]] :  Compute mesh&lt;br /&gt;
*[[ to8Bits]] :  Tool for converting 16 or 32 bit image in a 8 bit image.&lt;br /&gt;
*[[ TripleSec]] : Test Non Regression&lt;br /&gt;
=== U ===&lt;br /&gt;
*[[ Undist]] :  Tool for removing images distortion&lt;br /&gt;
=== V ===&lt;br /&gt;
*[[ Vino]] : Image Viewer&lt;br /&gt;
*[[ Vodka]] :  IN DEV : Compute the vignette correction parameters from tie points&lt;br /&gt;
*[[ VV]] :  A very simplified tool for 3D model of visage out of video, just for fun&lt;br /&gt;
&lt;br /&gt;
=== X ===&lt;br /&gt;
*[[ XifGps2Txt]] : Export embedded EXIF GPS data 2 Txt&lt;br /&gt;
*[[ XifGps2Xml]] : Create MicMac-Xml struct from GPS embedded in EXIF&lt;br /&gt;
*[[ XLib]] :  Xeres Lib - early work in progress!&lt;br /&gt;
*[[ XYZ2Im]] :  tool to transform a 3D point (text file) to their 2D proj in cam or cloud&lt;br /&gt;
=== Z ===&lt;br /&gt;
*[[ Zlimit]] :  Crop Depth image (or DEM) in Z&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Accueil&amp;diff=2276</id>
		<title>Accueil</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Accueil&amp;diff=2276"/>
				<updated>2016-11-23T09:40:39Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''This wiki is under construction : Thank you for your understanding !'''&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=5 cellpadding=5 border=0 width=100%&lt;br /&gt;
|- style=&amp;quot;background:#cee18e; color:black; font-size:18px; -moz-border-radius:8px;&amp;quot;&lt;br /&gt;
! width=&amp;quot;75%&amp;quot; colspan=&amp;quot;2&amp;quot; | Welcome on the Wiki dedicated to MicMac !&lt;br /&gt;
|-&lt;br /&gt;
|valign=middle|&lt;br /&gt;
&lt;br /&gt;
Here you will find various informations related to Micmac, the photogrammetry software developped at the [http://www.ign.fr/ IGN] (French National Geographic Institute) and [http://www.ensg.eu/ ENSG] (French national school for geographic sciences). This wiki is maintained by the department of Aerial and Spatial Imagery (DIAS) of [http://www.ensg.eu/ ENSG] school.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[[Image:IconeIntro.png|50px|link=Presentation]]&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td style=&amp;quot;width:50%&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div style=&amp;quot;padding:5px&amp;quot;&amp;gt;&lt;br /&gt;
				[[Presentation|&amp;lt;b&amp;gt;What is MicMac ?&amp;lt;/b&amp;gt;]]&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;p style=&amp;quot;font-size:8pt&amp;quot;&amp;gt;Presentation of MicMac&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[[Image:IconeTuto.png|50px|link=Tutorials]]&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&lt;br /&gt;
			&amp;lt;div style=&amp;quot;padding:5px&amp;quot;&amp;gt;&lt;br /&gt;
				[[Tutorials|&amp;lt;b&amp;gt;Tutorials&amp;lt;/b&amp;gt;]]&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;p style=&amp;quot;font-size:8pt&amp;quot;&amp;gt;Some exercices to learn how to use MicMac&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[[Image:IconeInstall.png|50px|link=Install]]&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&lt;br /&gt;
			&amp;lt;div style=&amp;quot;padding:5px&amp;quot;&amp;gt;&lt;br /&gt;
				[[Install|&amp;lt;b&amp;gt;Installation&amp;lt;/b&amp;gt;]]&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;p style=&amp;quot;font-size:8pt&amp;quot;&amp;gt;How to install MicMac&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[[Image:IconeTools.png|50px|link=MicMac tools]]&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&lt;br /&gt;
			&amp;lt;div style=&amp;quot;padding:5px&amp;quot;&amp;gt;&lt;br /&gt;
				[[MicMac tools|&amp;lt;b&amp;gt;Tools&amp;lt;/b&amp;gt;]]&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;p style=&amp;quot;font-size:8pt&amp;quot;&amp;gt;List of MicMac commands&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[[Image:IconeForum.png|50px|link=Forum]]&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td style=&amp;quot;width:50%&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div style=&amp;quot;padding:5px&amp;quot;&amp;gt;&lt;br /&gt;
				[[Forum|&amp;lt;b&amp;gt;Forum&amp;lt;/b&amp;gt;]]&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;p style=&amp;quot;font-size:8pt&amp;quot;&amp;gt;The Forum dedicated to MicMac&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[[Image:IconeBiblio.png|50px|link=Bibliography]]&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&lt;br /&gt;
			&amp;lt;div style=&amp;quot;padding:5px&amp;quot;&amp;gt;&lt;br /&gt;
				[[Bibliography|&amp;lt;b&amp;gt;Bibliography&amp;lt;/b&amp;gt;]]&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;p style=&amp;quot;font-size:8pt&amp;quot;&amp;gt;Scientific papers presenting/using MicMac&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[[Image:IconeContributor.png|50px|link=Contributors]]&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td style=&amp;quot;width:50%&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div style=&amp;quot;padding:5px&amp;quot;&amp;gt;&lt;br /&gt;
				[[Contributors|&amp;lt;b&amp;gt;Contributors&amp;lt;/b&amp;gt;]]&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;p style=&amp;quot;font-size:8pt&amp;quot;&amp;gt;People who work on MicMac&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td style=&amp;quot;width:50%&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div style=&amp;quot;padding:5px&amp;quot;&amp;gt;&lt;br /&gt;
				[[Courses|&amp;lt;b&amp;gt;Courses&amp;lt;/b&amp;gt;]]&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;p style=&amp;quot;font-size:8pt&amp;quot;&amp;gt;Digital photogrammetry courses&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|halign=mid|[[Image:Micmac_gif2.gif]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Autre couleur de background #00CCFF --&amp;gt;&lt;br /&gt;
{| cellspacing=5 cellpadding=5 border=0 width=100% &lt;br /&gt;
|- style=&amp;quot;background:#cee18e; color:black; font-size:16px; -moz-border-radius:8px;&amp;quot;&lt;br /&gt;
! width=&amp;quot;66%&amp;quot; | About the wiki !! External links&lt;br /&gt;
|-&lt;br /&gt;
|valign=top|&lt;br /&gt;
=====New MicMac Wiki=====&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
* If you never used MediaWiki, you can find more information about it here : [https://meta.wikimedia.org/wiki/Help:Contents User Guide] + [https://www.mediawiki.org/wiki/Manual:FAQ FAQ MediaWiki]&lt;br /&gt;
* Here you can find [[Special:Allpages | every pages already online ]]&lt;br /&gt;
* If you have already an account, you can create your own personal profile [[ Special:Listusers | (Access with your UserId)]], once you are [[Special:Userlogin | logged]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====How to participate=====&lt;br /&gt;
If you want to take part of the building of this wiki, you are really welcome. But to keep this documentation structured and coherent, we use a special formalism :&lt;br /&gt;
* [[MicMacWiki_develop | How to collaborate in MicMac wiki ]].&lt;br /&gt;
| &lt;br /&gt;
{{External links}}&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=Accueil&amp;diff=2275</id>
		<title>Accueil</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=Accueil&amp;diff=2275"/>
				<updated>2016-11-23T09:39:14Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''This wiki is under construction : Thank you for your understanding !'''&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=5 cellpadding=5 border=0 width=100%&lt;br /&gt;
|- style=&amp;quot;background:#cee18e; color:black; font-size:18px; -moz-border-radius:8px;&amp;quot;&lt;br /&gt;
! width=&amp;quot;75%&amp;quot; colspan=&amp;quot;2&amp;quot; | Welcome on the Wiki dedicated to MicMac !&lt;br /&gt;
|-&lt;br /&gt;
|valign=middle|&lt;br /&gt;
&lt;br /&gt;
Here you will find various informations related to Micmac, the photogrammetry software developped at the [http://www.ign.fr/ IGN] (French National Geographic Institute) and [http://www.ensg.eu/ ENSG] (French national school for geographic sciences). This wiki is maintained by the department of Aerial and Spatial Imagery (DIAS) of [http://www.ensg.eu/ ENSG] school.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[[Image:IconeIntro.png|50px|link=Presentation]]&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td style=&amp;quot;width:50%&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div style=&amp;quot;padding:5px&amp;quot;&amp;gt;&lt;br /&gt;
				[[Presentation|&amp;lt;b&amp;gt;What is MicMac ?&amp;lt;/b&amp;gt;]]&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;p style=&amp;quot;font-size:8pt&amp;quot;&amp;gt;Presentation of MicMac&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[[Image:IconeTuto.png|50px|link=Tutorials]]&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&lt;br /&gt;
			&amp;lt;div style=&amp;quot;padding:5px&amp;quot;&amp;gt;&lt;br /&gt;
				[[Tutorials|&amp;lt;b&amp;gt;Tutorials&amp;lt;/b&amp;gt;]]&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;p style=&amp;quot;font-size:8pt&amp;quot;&amp;gt;Some exercices to learn how to use MicMac&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[[Image:IconeInstall.png|50px|link=Install]]&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&lt;br /&gt;
			&amp;lt;div style=&amp;quot;padding:5px&amp;quot;&amp;gt;&lt;br /&gt;
				[[Install|&amp;lt;b&amp;gt;Installation&amp;lt;/b&amp;gt;]]&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;p style=&amp;quot;font-size:8pt&amp;quot;&amp;gt;How to install MicMac&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[[Image:IconeTools.png|50px|link=MicMac tools]]&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&lt;br /&gt;
			&amp;lt;div style=&amp;quot;padding:5px&amp;quot;&amp;gt;&lt;br /&gt;
				[[MicMac tools|&amp;lt;b&amp;gt;Tools&amp;lt;/b&amp;gt;]]&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;p style=&amp;quot;font-size:8pt&amp;quot;&amp;gt;List of MicMac commands&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[[Image:IconeForum.png|50px|link=Forum]]&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td style=&amp;quot;width:50%&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div style=&amp;quot;padding:5px&amp;quot;&amp;gt;&lt;br /&gt;
				[[Forum|&amp;lt;b&amp;gt;Forum&amp;lt;/b&amp;gt;]]&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;p style=&amp;quot;font-size:8pt&amp;quot;&amp;gt;The Forum dedicated to MicMac&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[[Image:IconeBiblio.png|50px|link=Bibliography]]&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;&lt;br /&gt;
			&amp;lt;div style=&amp;quot;padding:5px&amp;quot;&amp;gt;&lt;br /&gt;
				[[Bibliography|&amp;lt;b&amp;gt;Bibliography&amp;lt;/b&amp;gt;]]&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;p style=&amp;quot;font-size:8pt&amp;quot;&amp;gt;Scientific papers presenting/using MicMac&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
	&amp;lt;tr&amp;gt;&lt;br /&gt;
		&amp;lt;td&amp;gt;[[Image:IconeContributor.png|50px|link=Contributors]]&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td style=&amp;quot;width:50%&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div style=&amp;quot;padding:5px&amp;quot;&amp;gt;&lt;br /&gt;
				[[Contributors|&amp;lt;b&amp;gt;Contributors&amp;lt;/b&amp;gt;]]&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;p style=&amp;quot;font-size:8pt&amp;quot;&amp;gt;People who work on MicMac&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
                &amp;lt;td&amp;gt;[[Image:IconeContributor.png|50px|link=Contributors]]&amp;lt;/td&amp;gt;&lt;br /&gt;
		&amp;lt;td style=&amp;quot;width:50%&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div style=&amp;quot;padding:5px&amp;quot;&amp;gt;&lt;br /&gt;
				[[Contributors|&amp;lt;b&amp;gt;Contributors&amp;lt;/b&amp;gt;]]&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;p style=&amp;quot;font-size:8pt&amp;quot;&amp;gt;People who work on MicMac&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|halign=mid|[[Image:Micmac_gif2.gif]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Autre couleur de background #00CCFF --&amp;gt;&lt;br /&gt;
{| cellspacing=5 cellpadding=5 border=0 width=100% &lt;br /&gt;
|- style=&amp;quot;background:#cee18e; color:black; font-size:16px; -moz-border-radius:8px;&amp;quot;&lt;br /&gt;
! width=&amp;quot;66%&amp;quot; | About the wiki !! External links&lt;br /&gt;
|-&lt;br /&gt;
|valign=top|&lt;br /&gt;
=====New MicMac Wiki=====&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
* If you never used MediaWiki, you can find more information about it here : [https://meta.wikimedia.org/wiki/Help:Contents User Guide] + [https://www.mediawiki.org/wiki/Manual:FAQ FAQ MediaWiki]&lt;br /&gt;
* Here you can find [[Special:Allpages | every pages already online ]]&lt;br /&gt;
* If you have already an account, you can create your own personal profile [[ Special:Listusers | (Access with your UserId)]], once you are [[Special:Userlogin | logged]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====How to participate=====&lt;br /&gt;
If you want to take part of the building of this wiki, you are really welcome. But to keep this documentation structured and coherent, we use a special formalism :&lt;br /&gt;
* [[MicMacWiki_develop | How to collaborate in MicMac wiki ]].&lt;br /&gt;
| &lt;br /&gt;
{{External links}}&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Txt&amp;diff=2274</id>
		<title>XifGps2Txt</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Txt&amp;diff=2274"/>
				<updated>2016-11-23T09:34:44Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
[[XifGps2Xml]] and [[XifGps2Txt]] allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Txt FullName NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Txt -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Mandatory unnamed args :====&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
====Named args :====&lt;br /&gt;
* [Name=OutTxtFile] string :: {Def file created : ’GpsCoordinatesFromExif.txt’ }&lt;br /&gt;
* [Name=Sys] string :: {System to express output coordinates : WGS84_deg/WGS84_rad/GeoC ; Def=WGS84_deg}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
====Options :====&lt;br /&gt;
* &amp;lt;b&amp;gt;OutTxtFile&amp;lt;/b&amp;gt; : Transform the coordinate in RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;DefZ&amp;lt;/b&amp;gt; : Will allow to specify the altitude value, not implemanted for now.&lt;br /&gt;
* &amp;lt;b&amp;gt;SysCo&amp;lt;/b&amp;gt; : System to express output coordinates, default is WGS84.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
For example, with :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Txt .*jpg Test&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat GpsCoordinatesFromExif.txt&lt;br /&gt;
2016-04-02_12-22-07.jpg 1.908783 47.902767 161.000000&lt;br /&gt;
2016-04-02_12-22-18.jpg 1.908758 47.902861 161.000000&lt;br /&gt;
2016-04-02_12-22-29.jpg 1.908717 47.902964 159.000000&lt;br /&gt;
2016-04-02_12-22-56.jpg 1.908556 47.902828 154.000000&lt;br /&gt;
2016-04-02_12-23-07.jpg 1.908506 47.902789 157.000000&lt;br /&gt;
2016-04-02_12-23-12.jpg 1.908511 47.902722 157.000000&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Txt&amp;diff=2273</id>
		<title>XifGps2Txt</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Txt&amp;diff=2273"/>
				<updated>2016-11-23T09:33:25Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
[[XifGps2Xml]] and [[XifGps2Txt]] allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Txt FullName NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Txt -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Mandatory unnamed args :====&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
====Named args :====&lt;br /&gt;
* [Name=OutTxtFile] string :: {Def file created : ’GpsCoordinatesFromExif.txt’ }&lt;br /&gt;
* [Name=Sys] string :: {System to express output coordinates : WGS84_deg/WGS84_rad/GeoC ; Def=WGS84_deg}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
====Options :====&lt;br /&gt;
* &amp;lt;b&amp;gt;OutTxtFile&amp;lt;/b&amp;gt; : Transform the coordinate in RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;DefZ&amp;lt;/b&amp;gt; : Will allow to specify the altitude value, not implemanted for now.&lt;br /&gt;
* &amp;lt;b&amp;gt;SysCo&amp;lt;/b&amp;gt; : System to express output coordinates, default is WGS84.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
For example, with :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Txt .*jpg Test&amp;lt;/pre&amp;gt;&lt;br /&gt;
* For each image, containing gps data in exif, a file is created containing the gps information in xml micmac format.&lt;br /&gt;
* For example for &amp;lt;b&amp;gt;Image100.jpg&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Ori-Test/Orientation-Image100.jpg.xml&amp;lt;/b&amp;gt; is created, in xml micmac format.&lt;br /&gt;
* The coordinate system is a local tangent sytem, with origin at centre of images.&lt;br /&gt;
* The file RTLFromExif.xml contains the definition of this system in MicMac format.&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Txt&amp;diff=2272</id>
		<title>XifGps2Txt</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Txt&amp;diff=2272"/>
				<updated>2016-11-23T09:32:27Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : Page créée avec « 25px List of commands ==Description== Often the Gps information is not in separate files but directly embeded in the exif metadat. Th... »&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
[[XifGps2Xml]] and [[XifGps2Txt]] allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Txt FullName NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Txt -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Mandatory unnamed args :====&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
====Named args :====&lt;br /&gt;
* [Name=OutTxtFile] string :: {Def file created : ’GpsCoordinatesFromExif.txt’ }&lt;br /&gt;
* [Name=Sys] string :: {System to express output coordinates : WGS84_deg/WGS84_rad/GeoC ; Def=WGS84_deg}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
====Options :====&lt;br /&gt;
* &amp;lt;b&amp;gt;OutTxtFile&amp;lt;/b&amp;gt; : Transform the coordinate in RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;DefZ&amp;lt;/b&amp;gt; : Will allow to specify the altitude value, not implemanted for now.&lt;br /&gt;
* &amp;lt;b&amp;gt;SysCo&amp;lt;/b&amp;gt; : System to express output coordinates, default is WGS84.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
For example, with :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml .*jpg Test&amp;lt;/pre&amp;gt;&lt;br /&gt;
* For each image, containing gps data in exif, a file is created containing the gps information in xml micmac format.&lt;br /&gt;
* For example for &amp;lt;b&amp;gt;Image100.jpg&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Ori-Test/Orientation-Image100.jpg.xml&amp;lt;/b&amp;gt; is created, in xml micmac format.&lt;br /&gt;
* The coordinate system is a local tangent sytem, with origin at centre of images.&lt;br /&gt;
* The file RTLFromExif.xml contains the definition of this system in MicMac format.&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2271</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2271"/>
				<updated>2016-11-23T09:23:10Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
[[XifGps2Xml]] and [[XifGps2Txt]] allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml FullName Orientation NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Mandatory unnamed args :====&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
* string :: {Orientation}&lt;br /&gt;
====Named args :====&lt;br /&gt;
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}&lt;br /&gt;
* [Name=RTL] string :: {Name RTL}&lt;br /&gt;
* [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
&lt;br /&gt;
====Options :====&lt;br /&gt;
* &amp;lt;b&amp;gt;DoRTL&amp;lt;/b&amp;gt; : Transform the coordinate in RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;RTL&amp;lt;/b&amp;gt; : Name of the file which define the RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;DefZ&amp;lt;/b&amp;gt; : Will allow to specify the altitude value, not implemanted for now.&lt;br /&gt;
* &amp;lt;b&amp;gt;SysCo&amp;lt;/b&amp;gt; : Allow to change the coordinate system.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
For example, with :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml .*jpg Test&amp;lt;/pre&amp;gt;&lt;br /&gt;
* For each image, containing gps data in exif, a file is created containing the gps information in xml micmac format.&lt;br /&gt;
* For example for &amp;lt;b&amp;gt;Image100.jpg&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Ori-Test/Orientation-Image100.jpg.xml&amp;lt;/b&amp;gt; is created, in xml micmac format.&lt;br /&gt;
* The coordinate system is a local tangent sytem, with origin at centre of images.&lt;br /&gt;
* The file RTLFromExif.xml contains the definition of this system in MicMac format.&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2270</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2270"/>
				<updated>2016-11-23T09:22:50Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
[XifGps2Xml] and [XifGps2Txt] allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml FullName Orientation NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Mandatory unnamed args :====&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
* string :: {Orientation}&lt;br /&gt;
====Named args :====&lt;br /&gt;
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}&lt;br /&gt;
* [Name=RTL] string :: {Name RTL}&lt;br /&gt;
* [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
&lt;br /&gt;
====Options :====&lt;br /&gt;
* &amp;lt;b&amp;gt;DoRTL&amp;lt;/b&amp;gt; : Transform the coordinate in RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;RTL&amp;lt;/b&amp;gt; : Name of the file which define the RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;DefZ&amp;lt;/b&amp;gt; : Will allow to specify the altitude value, not implemanted for now.&lt;br /&gt;
* &amp;lt;b&amp;gt;SysCo&amp;lt;/b&amp;gt; : Allow to change the coordinate system.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
For example, with :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml .*jpg Test&amp;lt;/pre&amp;gt;&lt;br /&gt;
* For each image, containing gps data in exif, a file is created containing the gps information in xml micmac format.&lt;br /&gt;
* For example for &amp;lt;b&amp;gt;Image100.jpg&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Ori-Test/Orientation-Image100.jpg.xml&amp;lt;/b&amp;gt; is created, in xml micmac format.&lt;br /&gt;
* The coordinate system is a local tangent sytem, with origin at centre of images.&lt;br /&gt;
* The file RTLFromExif.xml contains the definition of this system in MicMac format.&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2269</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2269"/>
				<updated>2016-11-23T09:22:29Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml FullName Orientation NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Mandatory unnamed args :====&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
* string :: {Orientation}&lt;br /&gt;
====Named args :====&lt;br /&gt;
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}&lt;br /&gt;
* [Name=RTL] string :: {Name RTL}&lt;br /&gt;
* [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
&lt;br /&gt;
====Options :====&lt;br /&gt;
* &amp;lt;b&amp;gt;DoRTL&amp;lt;/b&amp;gt; : Transform the coordinate in RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;RTL&amp;lt;/b&amp;gt; : Name of the file which define the RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;DefZ&amp;lt;/b&amp;gt; : Will allow to specify the altitude value, not implemanted for now.&lt;br /&gt;
* &amp;lt;b&amp;gt;SysCo&amp;lt;/b&amp;gt; : Allow to change the coordinate system.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
For example, with :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml .*jpg Test&amp;lt;/pre&amp;gt;&lt;br /&gt;
* For each image, containing gps data in exif, a file is created containing the gps information in xml micmac format.&lt;br /&gt;
* For example for &amp;lt;b&amp;gt;Image100.jpg&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Ori-Test/Orientation-Image100.jpg.xml&amp;lt;/b&amp;gt; is created, in xml micmac format.&lt;br /&gt;
* The coordinate system is a local tangent sytem, with origin at centre of images.&lt;br /&gt;
* The file RTLFromExif.xml contains the definition of this system in MicMac format.&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2268</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2268"/>
				<updated>2016-11-23T09:22:09Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&lt;br /&gt;
— for each image, containing gps data in exif, a file is created containing the gps information in xml micmac&lt;br /&gt;
format;&lt;br /&gt;
— for example for Image100.jpg, Ori-Test/Orientation-Image100.jpg.xml is created; in xml micmac for-&lt;br /&gt;
mat;&lt;br /&gt;
— the coordinate system is a local tangent sytem, with origin at centre of images;&lt;br /&gt;
— the file RTLFromExif.xml contains the definition of this system in MicMac format;&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml FullName Orientation NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Mandatory unnamed args :====&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
* string :: {Orientation}&lt;br /&gt;
====Named args :====&lt;br /&gt;
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}&lt;br /&gt;
* [Name=RTL] string :: {Name RTL}&lt;br /&gt;
* [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
&lt;br /&gt;
====Options :====&lt;br /&gt;
* &amp;lt;b&amp;gt;DoRTL&amp;lt;/b&amp;gt; : Transform the coordinate in RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;RTL&amp;lt;/b&amp;gt; : Name of the file which define the RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;DefZ&amp;lt;/b&amp;gt; : Will allow to specify the altitude value, not implemanted for now.&lt;br /&gt;
* &amp;lt;b&amp;gt;SysCo&amp;lt;/b&amp;gt; : Allow to change the coordinate system.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
For example, with :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml .*jpg Test&amp;lt;/pre&amp;gt;&lt;br /&gt;
* For each image, containing gps data in exif, a file is created containing the gps information in xml micmac format.&lt;br /&gt;
* For example for &amp;lt;b&amp;gt;Image100.jpg&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Ori-Test/Orientation-Image100.jpg.xml&amp;lt;/b&amp;gt; is created, in xml micmac format.&lt;br /&gt;
* The coordinate system is a local tangent sytem, with origin at centre of images.&lt;br /&gt;
* The file RTLFromExif.xml contains the definition of this system in MicMac format.&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2267</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2267"/>
				<updated>2016-11-23T09:21:42Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Output */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&lt;br /&gt;
— for each image, containing gps data in exif, a file is created containing the gps information in xml micmac&lt;br /&gt;
format;&lt;br /&gt;
— for example for Image100.jpg, Ori-Test/Orientation-Image100.jpg.xml is created; in xml micmac for-&lt;br /&gt;
mat;&lt;br /&gt;
— the coordinate system is a local tangent sytem, with origin at centre of images;&lt;br /&gt;
— the file RTLFromExif.xml contains the definition of this system in MicMac format;&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml FullName Orientation NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Mandatory unnamed args :====&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
* string :: {Orientation}&lt;br /&gt;
====Named args :====&lt;br /&gt;
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}&lt;br /&gt;
* [Name=RTL] string :: {Name RTL}&lt;br /&gt;
* [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
&lt;br /&gt;
====Options :====&lt;br /&gt;
* &amp;lt;b&amp;gt;DoRTL&amp;lt;/b&amp;gt; : Transform the coordinate in RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;RTL&amp;lt;/b&amp;gt; : Name of the file which define the RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;DefZ&amp;lt;/b&amp;gt; : Will allow to specify the altitude value, not implemanted for now.&lt;br /&gt;
* &amp;lt;b&amp;gt;SysCo&amp;lt;/b&amp;gt; : Allow to change the coordinate system.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
For example, with :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml .*jpg Test&amp;lt;/pre&amp;gt;&lt;br /&gt;
* For each image, containing gps data in exif, a file is created containing the gps information in xml micmac format.&lt;br /&gt;
* For example for &amp;lt;b&amp;gt;Image100.jpg&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Ori-Test/Orientation-Image100.jpg.xml&amp;lt;/b&amp;gt; is created, in xml micmac format.&lt;br /&gt;
* The coordinate system is a local tangent sytem, with origin at centre of images.&lt;br /&gt;
* The file RTLFromExif.xml contains the definition of this system in MicMac format.&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2266</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2266"/>
				<updated>2016-11-23T09:21:00Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Options : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&lt;br /&gt;
— for each image, containing gps data in exif, a file is created containing the gps information in xml micmac&lt;br /&gt;
format;&lt;br /&gt;
— for example for Image100.jpg, Ori-Test/Orientation-Image100.jpg.xml is created; in xml micmac for-&lt;br /&gt;
mat;&lt;br /&gt;
— the coordinate system is a local tangent sytem, with origin at centre of images;&lt;br /&gt;
— the file RTLFromExif.xml contains the definition of this system in MicMac format;&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml FullName Orientation NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Mandatory unnamed args :====&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
* string :: {Orientation}&lt;br /&gt;
====Named args :====&lt;br /&gt;
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}&lt;br /&gt;
* [Name=RTL] string :: {Name RTL}&lt;br /&gt;
* [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
&lt;br /&gt;
====Options :====&lt;br /&gt;
* &amp;lt;b&amp;gt;DoRTL&amp;lt;/b&amp;gt; : Transform the coordinate in RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;RTL&amp;lt;/b&amp;gt; : Name of the file which define the RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;DefZ&amp;lt;/b&amp;gt; : Will allow to specify the altitude value, not implemanted for now.&lt;br /&gt;
* &amp;lt;b&amp;gt;SysCo&amp;lt;/b&amp;gt; : Allow to change the coordinate system.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&amp;lt;br&amp;gt;&lt;br /&gt;
* For each image, containing gps data in exif, a file is created containing the gps information in xml micmac format.&lt;br /&gt;
* For example for &amp;lt;b&amp;gt;Image100.jpg&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Ori-Test/Orientation-Image100.jpg.xml&amp;lt;/b&amp;gt; is created, in xml micmac format.&lt;br /&gt;
* The coordinate system is a local tangent sytem, with origin at centre of images.&lt;br /&gt;
* The file RTLFromExif.xml contains the definition of this system in MicMac format.&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2265</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2265"/>
				<updated>2016-11-23T09:20:22Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Help */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&lt;br /&gt;
— for each image, containing gps data in exif, a file is created containing the gps information in xml micmac&lt;br /&gt;
format;&lt;br /&gt;
— for example for Image100.jpg, Ori-Test/Orientation-Image100.jpg.xml is created; in xml micmac for-&lt;br /&gt;
mat;&lt;br /&gt;
— the coordinate system is a local tangent sytem, with origin at centre of images;&lt;br /&gt;
— the file RTLFromExif.xml contains the definition of this system in MicMac format;&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml FullName Orientation NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Mandatory unnamed args :====&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
* string :: {Orientation}&lt;br /&gt;
====Named args :====&lt;br /&gt;
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}&lt;br /&gt;
* [Name=RTL] string :: {Name RTL}&lt;br /&gt;
* [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
&lt;br /&gt;
====Options :====&lt;br /&gt;
* &amp;lt;b&amp;gt;DoRTL&amp;lt;/b&amp;gt; Transform the coordinate in RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;RTL&amp;lt;/b&amp;gt; Name of the file which define the RTL.&lt;br /&gt;
* &amp;lt;b&amp;gt;DefZ&amp;lt;/b&amp;gt; will allow to specify the altitude value, not implemanted for now.&lt;br /&gt;
* &amp;lt;b&amp;gt;SysCo&amp;lt;/b&amp;gt; allow to change the coordinate system.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&amp;lt;br&amp;gt;&lt;br /&gt;
* For each image, containing gps data in exif, a file is created containing the gps information in xml micmac format.&lt;br /&gt;
* For example for &amp;lt;b&amp;gt;Image100.jpg&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Ori-Test/Orientation-Image100.jpg.xml&amp;lt;/b&amp;gt; is created, in xml micmac format.&lt;br /&gt;
* The coordinate system is a local tangent sytem, with origin at centre of images.&lt;br /&gt;
* The file RTLFromExif.xml contains the definition of this system in MicMac format.&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2264</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2264"/>
				<updated>2016-11-23T09:17:41Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Help */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&lt;br /&gt;
— for each image, containing gps data in exif, a file is created containing the gps information in xml micmac&lt;br /&gt;
format;&lt;br /&gt;
— for example for Image100.jpg, Ori-Test/Orientation-Image100.jpg.xml is created; in xml micmac for-&lt;br /&gt;
mat;&lt;br /&gt;
— the coordinate system is a local tangent sytem, with origin at centre of images;&lt;br /&gt;
— the file RTLFromExif.xml contains the definition of this system in MicMac format;&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml FullName Orientation NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args :&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
* string :: {Orientation}&lt;br /&gt;
Named args :&lt;br /&gt;
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}&lt;br /&gt;
* [Name=RTL] string :: {Name RTL}&lt;br /&gt;
* [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
&lt;br /&gt;
Some options :&lt;br /&gt;
* DefZ will allow to specify the altitude value , not implemanted for now.&lt;br /&gt;
* SysCo allow to change the coordinate system.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&amp;lt;br&amp;gt;&lt;br /&gt;
* For each image, containing gps data in exif, a file is created containing the gps information in xml micmac format.&lt;br /&gt;
* For example for &amp;lt;b&amp;gt;Image100.jpg&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Ori-Test/Orientation-Image100.jpg.xml&amp;lt;/b&amp;gt; is created, in xml micmac format.&lt;br /&gt;
* The coordinate system is a local tangent sytem, with origin at centre of images.&lt;br /&gt;
* The file RTLFromExif.xml contains the definition of this system in MicMac format.&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2263</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2263"/>
				<updated>2016-11-23T09:17:21Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Output */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&lt;br /&gt;
— for each image, containing gps data in exif, a file is created containing the gps information in xml micmac&lt;br /&gt;
format;&lt;br /&gt;
— for example for Image100.jpg, Ori-Test/Orientation-Image100.jpg.xml is created; in xml micmac for-&lt;br /&gt;
mat;&lt;br /&gt;
— the coordinate system is a local tangent sytem, with origin at centre of images;&lt;br /&gt;
— the file RTLFromExif.xml contains the definition of this system in MicMac format;&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml FullName Orientation NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args :&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
* string :: {Orientation}&lt;br /&gt;
Named args :&lt;br /&gt;
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}&lt;br /&gt;
* [Name=RTL] string :: {Name RTL}&lt;br /&gt;
* [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
&lt;br /&gt;
Some options :&amp;lt;br&amp;gt;&lt;br /&gt;
— DefZ will allow to specify the altitude value , not implemanted for now.&amp;lt;br&amp;gt;&lt;br /&gt;
— SysCo allow to change the coordinate system.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&amp;lt;br&amp;gt;&lt;br /&gt;
* For each image, containing gps data in exif, a file is created containing the gps information in xml micmac format.&lt;br /&gt;
* For example for &amp;lt;b&amp;gt;Image100.jpg&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Ori-Test/Orientation-Image100.jpg.xml&amp;lt;/b&amp;gt; is created, in xml micmac format.&lt;br /&gt;
* The coordinate system is a local tangent sytem, with origin at centre of images.&lt;br /&gt;
* The file RTLFromExif.xml contains the definition of this system in MicMac format.&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2262</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2262"/>
				<updated>2016-11-23T09:16:56Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Output */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&lt;br /&gt;
— for each image, containing gps data in exif, a file is created containing the gps information in xml micmac&lt;br /&gt;
format;&lt;br /&gt;
— for example for Image100.jpg, Ori-Test/Orientation-Image100.jpg.xml is created; in xml micmac for-&lt;br /&gt;
mat;&lt;br /&gt;
— the coordinate system is a local tangent sytem, with origin at centre of images;&lt;br /&gt;
— the file RTLFromExif.xml contains the definition of this system in MicMac format;&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml FullName Orientation NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args :&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
* string :: {Orientation}&lt;br /&gt;
Named args :&lt;br /&gt;
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}&lt;br /&gt;
* [Name=RTL] string :: {Name RTL}&lt;br /&gt;
* [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
&lt;br /&gt;
Some options :&amp;lt;br&amp;gt;&lt;br /&gt;
— DefZ will allow to specify the altitude value , not implemanted for now.&amp;lt;br&amp;gt;&lt;br /&gt;
— SysCo allow to change the coordinate system.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&amp;lt;br&amp;gt;&lt;br /&gt;
* For each image, containing gps data in exif, a file is created containing the gps information in xml micmac&lt;br /&gt;
format.&amp;lt;br&amp;gt;&lt;br /&gt;
* For example for &amp;lt;b&amp;gt;Image100.jpg&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Ori-Test/Orientation-Image100.jpg.xml&amp;lt;/b&amp;gt; is created, in xml micmac for-&lt;br /&gt;
mat.&amp;lt;br&amp;gt;&lt;br /&gt;
* The coordinate system is a local tangent sytem, with origin at centre of images.&amp;lt;br&amp;gt;&lt;br /&gt;
* The file RTLFromExif.xml contains the definition of this system in MicMac format.&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2261</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2261"/>
				<updated>2016-11-23T09:16:31Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Formalism */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&lt;br /&gt;
— for each image, containing gps data in exif, a file is created containing the gps information in xml micmac&lt;br /&gt;
format;&lt;br /&gt;
— for example for Image100.jpg, Ori-Test/Orientation-Image100.jpg.xml is created; in xml micmac for-&lt;br /&gt;
mat;&lt;br /&gt;
— the coordinate system is a local tangent sytem, with origin at centre of images;&lt;br /&gt;
— the file RTLFromExif.xml contains the definition of this system in MicMac format;&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml FullName Orientation NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args :&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
* string :: {Orientation}&lt;br /&gt;
Named args :&lt;br /&gt;
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}&lt;br /&gt;
* [Name=RTL] string :: {Name RTL}&lt;br /&gt;
* [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
&lt;br /&gt;
Some options :&amp;lt;br&amp;gt;&lt;br /&gt;
— DefZ will allow to specify the altitude value , not implemanted for now.&amp;lt;br&amp;gt;&lt;br /&gt;
— SysCo allow to change the coordinate system.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&amp;lt;br&amp;gt;&lt;br /&gt;
— For each image, containing gps data in exif, a file is created containing the gps information in xml micmac&lt;br /&gt;
format.&amp;lt;br&amp;gt;&lt;br /&gt;
— For example for &amp;lt;b&amp;gt;Image100.jpg&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;Ori-Test/Orientation-Image100.jpg.xml&amp;lt;/b&amp;gt; is created, in xml micmac for-&lt;br /&gt;
mat.&amp;lt;br&amp;gt;&lt;br /&gt;
— The coordinate system is a local tangent sytem, with origin at centre of images.&amp;lt;br&amp;gt;&lt;br /&gt;
— The file RTLFromExif.xml contains the definition of this system in MicMac format.&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2260</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2260"/>
				<updated>2016-11-23T09:15:00Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&lt;br /&gt;
— for each image, containing gps data in exif, a file is created containing the gps information in xml micmac&lt;br /&gt;
format;&lt;br /&gt;
— for example for Image100.jpg, Ori-Test/Orientation-Image100.jpg.xml is created; in xml micmac for-&lt;br /&gt;
mat;&lt;br /&gt;
— the coordinate system is a local tangent sytem, with origin at centre of images;&lt;br /&gt;
— the file RTLFromExif.xml contains the definition of this system in MicMac format;&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml FullName Orientation NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args :&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
* string :: {Orientation}&lt;br /&gt;
Named args :&lt;br /&gt;
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}&lt;br /&gt;
* [Name=RTL] string :: {Name RTL}&lt;br /&gt;
* [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
&lt;br /&gt;
Some options :&amp;lt;br&amp;gt;&lt;br /&gt;
— DefZ will allow to specify the altitude value , not implemanted for now.&amp;lt;br&amp;gt;&lt;br /&gt;
— SysCo allow to change the coordinate system.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&amp;lt;br&amp;gt;&lt;br /&gt;
— for each image, containing gps data in exif, a file is created containing the gps information in xml micmac&lt;br /&gt;
format.&amp;lt;br&amp;gt;&lt;br /&gt;
— for example for Image100.jpg, Ori-Test/Orientation-Image100.jpg.xml is created; in xml micmac for-&lt;br /&gt;
mat.&amp;lt;br&amp;gt;&lt;br /&gt;
— the coordinate system is a local tangent sytem, with origin at centre of images.&amp;lt;br&amp;gt;&lt;br /&gt;
— the file RTLFromExif.xml contains the definition of this system in MicMac format.&lt;br /&gt;
&lt;br /&gt;
==Rotation matrix== &lt;br /&gt;
Matrix R gives rotation terms to compute parameters in matrix encoding with respect to omega-phi-kappa&lt;br /&gt;
angles given by the tool OriExport.&lt;br /&gt;
&lt;br /&gt;
\begin{equation}&lt;br /&gt;
R=&lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
\cos(\phi)\cos(\kappa) &amp;amp; \cos(\phi)\sin(\kappa) &amp;amp; -\sin(\phi)\\&lt;br /&gt;
\cos(\omega)\sin(\kappa) + \sin(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\cos(\omega)\cos(\kappa) + \sin(\omega)\sin(\phi)\sin(\kappa) &amp;amp; \sin(\omega)\cos(\phi)\\&lt;br /&gt;
\sin(\omega)\sin(\kappa)-\cos(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\sin(\omega)\cos(\kappa)-\cos(\omega)\sin(\phi)\sin(\kappa) &amp;amp; -\cos(\omega)\cos(\phi)&lt;br /&gt;
\end{pmatrix}&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
For example OriExport will give in degree:\\&lt;br /&gt;
\begin{equation}&lt;br /&gt;
\omega = 5.819826\\&lt;br /&gt;
\phi = 7.058795\\&lt;br /&gt;
\kappa = 12.262634&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
The corresponding matrix encoding using R is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;L1&amp;gt;0.969777798578237427 -0.210783330505758815 0.122887790140630643&amp;lt;/L1&amp;gt;&lt;br /&gt;
&amp;lt;L2&amp;gt;-0.199121821850641506 -0.974794184828703614 -0.100631989382226852&amp;lt;/L2&amp;gt;&lt;br /&gt;
&amp;lt;L3&amp;gt;0.141001849092942777 0.0731210284736428379 -0.987305319416100224&amp;lt;/L3&amp;gt;&lt;br /&gt;
&amp;lt;/CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;/ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2259</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2259"/>
				<updated>2016-11-23T09:13:20Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Help */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&lt;br /&gt;
— for each image, containing gps data in exif, a file is created containing the gps information in xml micmac&lt;br /&gt;
format;&lt;br /&gt;
— for example for Image100.jpg, Ori-Test/Orientation-Image100.jpg.xml is created; in xml micmac for-&lt;br /&gt;
mat;&lt;br /&gt;
— the coordinate system is a local tangent sytem, with origin at centre of images;&lt;br /&gt;
— the file RTLFromExif.xml contains the definition of this system in MicMac format;&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml FullName Orientation NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args :&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
* string :: {Orientation}&lt;br /&gt;
Named args :&lt;br /&gt;
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}&lt;br /&gt;
* [Name=RTL] string :: {Name RTL}&lt;br /&gt;
* [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
&lt;br /&gt;
Some options :&amp;lt;br&amp;gt;&lt;br /&gt;
— DefZ will allow to specify the altitude value , not implemanted for now.&amp;lt;br&amp;gt;&lt;br /&gt;
— SysCo allow to change the coordinate system.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
OriExport will generate the file res.txt containinig :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Abbey-IMG_0340.jpg -4.304443 11.785803 136.229854 -5.491274 2.702560 -0.004106&lt;br /&gt;
Abbey-IMG_0341.jpg -3.775959 11.249636 137.040260 -6.109496 2.042527 0.097497&lt;br /&gt;
Abbey-IMG_0342.jpg -3.849398 11.231276 137.533559 -6.707432 1.351133 0.224315&lt;br /&gt;
Abbey-IMG_0343.jpg -3.921196 11.302498 137.899618 -7.334180 0.668316 0.362218&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Which correspond to :&lt;br /&gt;
&amp;lt;pre&amp;gt;ImageName X Y Z omega phi kappa&amp;lt;/pre&amp;gt;&lt;br /&gt;
NB : The image coordinates are exported in the system you have choosen (often a local euclidian frame).&lt;br /&gt;
&lt;br /&gt;
==Rotation matrix== &lt;br /&gt;
Matrix R gives rotation terms to compute parameters in matrix encoding with respect to omega-phi-kappa&lt;br /&gt;
angles given by the tool OriExport.&lt;br /&gt;
&lt;br /&gt;
\begin{equation}&lt;br /&gt;
R=&lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
\cos(\phi)\cos(\kappa) &amp;amp; \cos(\phi)\sin(\kappa) &amp;amp; -\sin(\phi)\\&lt;br /&gt;
\cos(\omega)\sin(\kappa) + \sin(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\cos(\omega)\cos(\kappa) + \sin(\omega)\sin(\phi)\sin(\kappa) &amp;amp; \sin(\omega)\cos(\phi)\\&lt;br /&gt;
\sin(\omega)\sin(\kappa)-\cos(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\sin(\omega)\cos(\kappa)-\cos(\omega)\sin(\phi)\sin(\kappa) &amp;amp; -\cos(\omega)\cos(\phi)&lt;br /&gt;
\end{pmatrix}&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
For example OriExport will give in degree:\\&lt;br /&gt;
\begin{equation}&lt;br /&gt;
\omega = 5.819826\\&lt;br /&gt;
\phi = 7.058795\\&lt;br /&gt;
\kappa = 12.262634&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
The corresponding matrix encoding using R is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;L1&amp;gt;0.969777798578237427 -0.210783330505758815 0.122887790140630643&amp;lt;/L1&amp;gt;&lt;br /&gt;
&amp;lt;L2&amp;gt;-0.199121821850641506 -0.974794184828703614 -0.100631989382226852&amp;lt;/L2&amp;gt;&lt;br /&gt;
&amp;lt;L3&amp;gt;0.141001849092942777 0.0731210284736428379 -0.987305319416100224&amp;lt;/L3&amp;gt;&lt;br /&gt;
&amp;lt;/CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;/ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2258</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2258"/>
				<updated>2016-11-23T09:13:05Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Help */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&lt;br /&gt;
— for each image, containing gps data in exif, a file is created containing the gps information in xml micmac&lt;br /&gt;
format;&lt;br /&gt;
— for example for Image100.jpg, Ori-Test/Orientation-Image100.jpg.xml is created; in xml micmac for-&lt;br /&gt;
mat;&lt;br /&gt;
— the coordinate system is a local tangent sytem, with origin at centre of images;&lt;br /&gt;
— the file RTLFromExif.xml contains the definition of this system in MicMac format;&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml FullName Orientation NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args :&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
* string :: {Orientation}&lt;br /&gt;
Named args :&lt;br /&gt;
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}&lt;br /&gt;
* [Name=RTL] string :: {Name RTL}&lt;br /&gt;
* [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
&lt;br /&gt;
Some options :\\&lt;br /&gt;
— DefZ will allow to specify the altitude value , not implemanted for now.\\&lt;br /&gt;
— SysCo allow to change the coordinate system.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
OriExport will generate the file res.txt containinig :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Abbey-IMG_0340.jpg -4.304443 11.785803 136.229854 -5.491274 2.702560 -0.004106&lt;br /&gt;
Abbey-IMG_0341.jpg -3.775959 11.249636 137.040260 -6.109496 2.042527 0.097497&lt;br /&gt;
Abbey-IMG_0342.jpg -3.849398 11.231276 137.533559 -6.707432 1.351133 0.224315&lt;br /&gt;
Abbey-IMG_0343.jpg -3.921196 11.302498 137.899618 -7.334180 0.668316 0.362218&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Which correspond to :&lt;br /&gt;
&amp;lt;pre&amp;gt;ImageName X Y Z omega phi kappa&amp;lt;/pre&amp;gt;&lt;br /&gt;
NB : The image coordinates are exported in the system you have choosen (often a local euclidian frame).&lt;br /&gt;
&lt;br /&gt;
==Rotation matrix== &lt;br /&gt;
Matrix R gives rotation terms to compute parameters in matrix encoding with respect to omega-phi-kappa&lt;br /&gt;
angles given by the tool OriExport.&lt;br /&gt;
&lt;br /&gt;
\begin{equation}&lt;br /&gt;
R=&lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
\cos(\phi)\cos(\kappa) &amp;amp; \cos(\phi)\sin(\kappa) &amp;amp; -\sin(\phi)\\&lt;br /&gt;
\cos(\omega)\sin(\kappa) + \sin(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\cos(\omega)\cos(\kappa) + \sin(\omega)\sin(\phi)\sin(\kappa) &amp;amp; \sin(\omega)\cos(\phi)\\&lt;br /&gt;
\sin(\omega)\sin(\kappa)-\cos(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\sin(\omega)\cos(\kappa)-\cos(\omega)\sin(\phi)\sin(\kappa) &amp;amp; -\cos(\omega)\cos(\phi)&lt;br /&gt;
\end{pmatrix}&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
For example OriExport will give in degree:\\&lt;br /&gt;
\begin{equation}&lt;br /&gt;
\omega = 5.819826\\&lt;br /&gt;
\phi = 7.058795\\&lt;br /&gt;
\kappa = 12.262634&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
The corresponding matrix encoding using R is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;L1&amp;gt;0.969777798578237427 -0.210783330505758815 0.122887790140630643&amp;lt;/L1&amp;gt;&lt;br /&gt;
&amp;lt;L2&amp;gt;-0.199121821850641506 -0.974794184828703614 -0.100631989382226852&amp;lt;/L2&amp;gt;&lt;br /&gt;
&amp;lt;L3&amp;gt;0.141001849092942777 0.0731210284736428379 -0.987305319416100224&amp;lt;/L3&amp;gt;&lt;br /&gt;
&amp;lt;/CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;/ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2257</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2257"/>
				<updated>2016-11-23T09:12:44Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&lt;br /&gt;
— for each image, containing gps data in exif, a file is created containing the gps information in xml micmac&lt;br /&gt;
format;&lt;br /&gt;
— for example for Image100.jpg, Ori-Test/Orientation-Image100.jpg.xml is created; in xml micmac for-&lt;br /&gt;
mat;&lt;br /&gt;
— the coordinate system is a local tangent sytem, with origin at centre of images;&lt;br /&gt;
— the file RTLFromExif.xml contains the definition of this system in MicMac format;&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml FullName Orientation NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args :&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
* string :: {Orientation}&lt;br /&gt;
Named args :&lt;br /&gt;
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}&lt;br /&gt;
* [Name=RTL] string :: {Name RTL}&lt;br /&gt;
* [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
&lt;br /&gt;
Some options :&lt;br /&gt;
— DefZ will allow to specify the altitude value , not implemanted for now;&lt;br /&gt;
— SysCo allow to change the coordinate system;&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
OriExport will generate the file res.txt containinig :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Abbey-IMG_0340.jpg -4.304443 11.785803 136.229854 -5.491274 2.702560 -0.004106&lt;br /&gt;
Abbey-IMG_0341.jpg -3.775959 11.249636 137.040260 -6.109496 2.042527 0.097497&lt;br /&gt;
Abbey-IMG_0342.jpg -3.849398 11.231276 137.533559 -6.707432 1.351133 0.224315&lt;br /&gt;
Abbey-IMG_0343.jpg -3.921196 11.302498 137.899618 -7.334180 0.668316 0.362218&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Which correspond to :&lt;br /&gt;
&amp;lt;pre&amp;gt;ImageName X Y Z omega phi kappa&amp;lt;/pre&amp;gt;&lt;br /&gt;
NB : The image coordinates are exported in the system you have choosen (often a local euclidian frame).&lt;br /&gt;
&lt;br /&gt;
==Rotation matrix== &lt;br /&gt;
Matrix R gives rotation terms to compute parameters in matrix encoding with respect to omega-phi-kappa&lt;br /&gt;
angles given by the tool OriExport.&lt;br /&gt;
&lt;br /&gt;
\begin{equation}&lt;br /&gt;
R=&lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
\cos(\phi)\cos(\kappa) &amp;amp; \cos(\phi)\sin(\kappa) &amp;amp; -\sin(\phi)\\&lt;br /&gt;
\cos(\omega)\sin(\kappa) + \sin(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\cos(\omega)\cos(\kappa) + \sin(\omega)\sin(\phi)\sin(\kappa) &amp;amp; \sin(\omega)\cos(\phi)\\&lt;br /&gt;
\sin(\omega)\sin(\kappa)-\cos(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\sin(\omega)\cos(\kappa)-\cos(\omega)\sin(\phi)\sin(\kappa) &amp;amp; -\cos(\omega)\cos(\phi)&lt;br /&gt;
\end{pmatrix}&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
For example OriExport will give in degree:\\&lt;br /&gt;
\begin{equation}&lt;br /&gt;
\omega = 5.819826\\&lt;br /&gt;
\phi = 7.058795\\&lt;br /&gt;
\kappa = 12.262634&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
The corresponding matrix encoding using R is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;L1&amp;gt;0.969777798578237427 -0.210783330505758815 0.122887790140630643&amp;lt;/L1&amp;gt;&lt;br /&gt;
&amp;lt;L2&amp;gt;-0.199121821850641506 -0.974794184828703614 -0.100631989382226852&amp;lt;/L2&amp;gt;&lt;br /&gt;
&amp;lt;L3&amp;gt;0.141001849092942777 0.0731210284736428379 -0.987305319416100224&amp;lt;/L3&amp;gt;&lt;br /&gt;
&amp;lt;/CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;/ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2256</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2256"/>
				<updated>2016-11-23T09:11:04Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
For example, with mm3d XifGps2Xml .*jpg Test :&lt;br /&gt;
— for each image, containing gps data in exif, a file is created containing the gps information in xml micmac&lt;br /&gt;
format;&lt;br /&gt;
— for example for Image100.jpg, Ori-Test/Orientation-Image100.jpg.xml is created; in xml micmac for-&lt;br /&gt;
mat;&lt;br /&gt;
— the coordinate system is a local tangent sytem, with origin at centre of images;&lt;br /&gt;
— the file RTLFromExif.xml contains the definition of this system in MicMac format;&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml FullName Orientation NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d XifGps2Xml -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args :&lt;br /&gt;
* string :: {Full Name}&lt;br /&gt;
* string :: {Orientation}&lt;br /&gt;
Named args :&lt;br /&gt;
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}&lt;br /&gt;
* [Name=RTL] string :: {Name RTL}&lt;br /&gt;
* [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}&lt;br /&gt;
* [Name=DefZ] REAL&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
OriExport will generate the file res.txt containinig :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Abbey-IMG_0340.jpg -4.304443 11.785803 136.229854 -5.491274 2.702560 -0.004106&lt;br /&gt;
Abbey-IMG_0341.jpg -3.775959 11.249636 137.040260 -6.109496 2.042527 0.097497&lt;br /&gt;
Abbey-IMG_0342.jpg -3.849398 11.231276 137.533559 -6.707432 1.351133 0.224315&lt;br /&gt;
Abbey-IMG_0343.jpg -3.921196 11.302498 137.899618 -7.334180 0.668316 0.362218&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Which correspond to :&lt;br /&gt;
&amp;lt;pre&amp;gt;ImageName X Y Z omega phi kappa&amp;lt;/pre&amp;gt;&lt;br /&gt;
NB : The image coordinates are exported in the system you have choosen (often a local euclidian frame).&lt;br /&gt;
&lt;br /&gt;
==Rotation matrix== &lt;br /&gt;
Matrix R gives rotation terms to compute parameters in matrix encoding with respect to omega-phi-kappa&lt;br /&gt;
angles given by the tool OriExport.&lt;br /&gt;
&lt;br /&gt;
\begin{equation}&lt;br /&gt;
R=&lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
\cos(\phi)\cos(\kappa) &amp;amp; \cos(\phi)\sin(\kappa) &amp;amp; -\sin(\phi)\\&lt;br /&gt;
\cos(\omega)\sin(\kappa) + \sin(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\cos(\omega)\cos(\kappa) + \sin(\omega)\sin(\phi)\sin(\kappa) &amp;amp; \sin(\omega)\cos(\phi)\\&lt;br /&gt;
\sin(\omega)\sin(\kappa)-\cos(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\sin(\omega)\cos(\kappa)-\cos(\omega)\sin(\phi)\sin(\kappa) &amp;amp; -\cos(\omega)\cos(\phi)&lt;br /&gt;
\end{pmatrix}&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
For example OriExport will give in degree:\\&lt;br /&gt;
\begin{equation}&lt;br /&gt;
\omega = 5.819826\\&lt;br /&gt;
\phi = 7.058795\\&lt;br /&gt;
\kappa = 12.262634&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
The corresponding matrix encoding using R is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;L1&amp;gt;0.969777798578237427 -0.210783330505758815 0.122887790140630643&amp;lt;/L1&amp;gt;&lt;br /&gt;
&amp;lt;L2&amp;gt;-0.199121821850641506 -0.974794184828703614 -0.100631989382226852&amp;lt;/L2&amp;gt;&lt;br /&gt;
&amp;lt;L3&amp;gt;0.141001849092942777 0.0731210284736428379 -0.987305319416100224&amp;lt;/L3&amp;gt;&lt;br /&gt;
&amp;lt;/CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;/ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2255</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2255"/>
				<updated>2016-11-23T09:07:17Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools&lt;br /&gt;
XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to texte or xml file.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport FullName Results NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d AperiCLoud -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args :&lt;br /&gt;
* string :: {Full Directory (Dir+Pattern)}&lt;br /&gt;
* string :: {Results}&lt;br /&gt;
Named args :&lt;br /&gt;
* [Name=AddF] bool :: {Add format as first line of header, def= false}&lt;br /&gt;
* [Name=ModeExp] string :: {Mode export, def=WPK (Omega Phi Kapa)}&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
OriExport will generate the file res.txt containinig :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Abbey-IMG_0340.jpg -4.304443 11.785803 136.229854 -5.491274 2.702560 -0.004106&lt;br /&gt;
Abbey-IMG_0341.jpg -3.775959 11.249636 137.040260 -6.109496 2.042527 0.097497&lt;br /&gt;
Abbey-IMG_0342.jpg -3.849398 11.231276 137.533559 -6.707432 1.351133 0.224315&lt;br /&gt;
Abbey-IMG_0343.jpg -3.921196 11.302498 137.899618 -7.334180 0.668316 0.362218&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Which correspond to :&lt;br /&gt;
&amp;lt;pre&amp;gt;ImageName X Y Z omega phi kappa&amp;lt;/pre&amp;gt;&lt;br /&gt;
NB : The image coordinates are exported in the system you have choosen (often a local euclidian frame).&lt;br /&gt;
&lt;br /&gt;
==Rotation matrix== &lt;br /&gt;
Matrix R gives rotation terms to compute parameters in matrix encoding with respect to omega-phi-kappa&lt;br /&gt;
angles given by the tool OriExport.&lt;br /&gt;
&lt;br /&gt;
\begin{equation}&lt;br /&gt;
R=&lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
\cos(\phi)\cos(\kappa) &amp;amp; \cos(\phi)\sin(\kappa) &amp;amp; -\sin(\phi)\\&lt;br /&gt;
\cos(\omega)\sin(\kappa) + \sin(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\cos(\omega)\cos(\kappa) + \sin(\omega)\sin(\phi)\sin(\kappa) &amp;amp; \sin(\omega)\cos(\phi)\\&lt;br /&gt;
\sin(\omega)\sin(\kappa)-\cos(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\sin(\omega)\cos(\kappa)-\cos(\omega)\sin(\phi)\sin(\kappa) &amp;amp; -\cos(\omega)\cos(\phi)&lt;br /&gt;
\end{pmatrix}&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
For example OriExport will give in degree:\\&lt;br /&gt;
\begin{equation}&lt;br /&gt;
\omega = 5.819826\\&lt;br /&gt;
\phi = 7.058795\\&lt;br /&gt;
\kappa = 12.262634&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
The corresponding matrix encoding using R is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;L1&amp;gt;0.969777798578237427 -0.210783330505758815 0.122887790140630643&amp;lt;/L1&amp;gt;&lt;br /&gt;
&amp;lt;L2&amp;gt;-0.199121821850641506 -0.974794184828703614 -0.100631989382226852&amp;lt;/L2&amp;gt;&lt;br /&gt;
&amp;lt;L3&amp;gt;0.141001849092942777 0.0731210284736428379 -0.987305319416100224&amp;lt;/L3&amp;gt;&lt;br /&gt;
&amp;lt;/CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;/ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2254</id>
		<title>XifGps2Xml</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=XifGps2Xml&amp;diff=2254"/>
				<updated>2016-11-23T09:06:39Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : Page créée avec « 25px List of commands ==Description== The tool OriExport can convert MicMac external oriention to the de facto standard codification... »&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
The tool OriExport can convert MicMac external oriention to the de facto standard codification using&lt;br /&gt;
omega-phi-kappa. For now it's quite basic and all the options are not implemented. However, it should solve the majority&lt;br /&gt;
of problem relative to exporting resuls in classical photogrammetric softwares.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport FullName Results NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d AperiCLoud -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args :&lt;br /&gt;
* string :: {Full Directory (Dir+Pattern)}&lt;br /&gt;
* string :: {Results}&lt;br /&gt;
Named args :&lt;br /&gt;
* [Name=AddF] bool :: {Add format as first line of header, def= false}&lt;br /&gt;
* [Name=ModeExp] string :: {Mode export, def=WPK (Omega Phi Kapa)}&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
OriExport will generate the file res.txt containinig :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Abbey-IMG_0340.jpg -4.304443 11.785803 136.229854 -5.491274 2.702560 -0.004106&lt;br /&gt;
Abbey-IMG_0341.jpg -3.775959 11.249636 137.040260 -6.109496 2.042527 0.097497&lt;br /&gt;
Abbey-IMG_0342.jpg -3.849398 11.231276 137.533559 -6.707432 1.351133 0.224315&lt;br /&gt;
Abbey-IMG_0343.jpg -3.921196 11.302498 137.899618 -7.334180 0.668316 0.362218&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Which correspond to :&lt;br /&gt;
&amp;lt;pre&amp;gt;ImageName X Y Z omega phi kappa&amp;lt;/pre&amp;gt;&lt;br /&gt;
NB : The image coordinates are exported in the system you have choosen (often a local euclidian frame).&lt;br /&gt;
&lt;br /&gt;
==Rotation matrix== &lt;br /&gt;
Matrix R gives rotation terms to compute parameters in matrix encoding with respect to omega-phi-kappa&lt;br /&gt;
angles given by the tool OriExport.&lt;br /&gt;
&lt;br /&gt;
\begin{equation}&lt;br /&gt;
R=&lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
\cos(\phi)\cos(\kappa) &amp;amp; \cos(\phi)\sin(\kappa) &amp;amp; -\sin(\phi)\\&lt;br /&gt;
\cos(\omega)\sin(\kappa) + \sin(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\cos(\omega)\cos(\kappa) + \sin(\omega)\sin(\phi)\sin(\kappa) &amp;amp; \sin(\omega)\cos(\phi)\\&lt;br /&gt;
\sin(\omega)\sin(\kappa)-\cos(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\sin(\omega)\cos(\kappa)-\cos(\omega)\sin(\phi)\sin(\kappa) &amp;amp; -\cos(\omega)\cos(\phi)&lt;br /&gt;
\end{pmatrix}&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
For example OriExport will give in degree:\\&lt;br /&gt;
\begin{equation}&lt;br /&gt;
\omega = 5.819826\\&lt;br /&gt;
\phi = 7.058795\\&lt;br /&gt;
\kappa = 12.262634&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
The corresponding matrix encoding using R is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;L1&amp;gt;0.969777798578237427 -0.210783330505758815 0.122887790140630643&amp;lt;/L1&amp;gt;&lt;br /&gt;
&amp;lt;L2&amp;gt;-0.199121821850641506 -0.974794184828703614 -0.100631989382226852&amp;lt;/L2&amp;gt;&lt;br /&gt;
&amp;lt;L3&amp;gt;0.141001849092942777 0.0731210284736428379 -0.987305319416100224&amp;lt;/L3&amp;gt;&lt;br /&gt;
&amp;lt;/CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;/ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=MicMac_tools&amp;diff=2253</id>
		<title>MicMac tools</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=MicMac_tools&amp;diff=2253"/>
				<updated>2016-11-22T20:57:59Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* A */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About all commands ==&lt;br /&gt;
All commands come with an inline Help that can be accessed by typing :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d CommandName -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Commands have Unnamed and Named arguments. The Unnamed are mandatory and must be given in order while the Named can be given in any order. For instance:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d CommandName UnnamedValue1 UnnamedValue2 NamedArg1=NamedValue1 NamedArg2=NamedValue2&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you have a version of MicMac that include the QT tools (binaries from the [http://logiciels.ign.fr/?Telechargement,20 IGN download page] or self compiled with the QT option activated), each command come with a GUI containing the options to fill and a file selection tool when appropriate. These GUI can be called using the command with a ''v'' prefix:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d vCommandName&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
=== A ===&lt;br /&gt;
*[[ AperiCloud]] :  Visualization of camera in ply file&lt;br /&gt;
*[[ Apero]] :  Compute external and internal orientations&lt;br /&gt;
*[[ Apero2Meshlab]] : Convert Orientation from Apero-Micmac workflow to a meshlab-compatible format&lt;br /&gt;
*[[ Apero2NVM]] : Matthieu Moneyrond's convertor to VSfM, MVE, SURE, MeshRecon &lt;br /&gt;
*[[ Apero2PMVS]] :  Convert Orientation from Apero-Micmac workflow to PMVS format&lt;br /&gt;
*[[ AperoChImSecMM]] :  Select secondary images for MicMac&lt;br /&gt;
*[[ Arsenic]] :  IN DEV : Radiometric equalization from tie points&lt;br /&gt;
*[[ Aspro]] :  Init  External orientation of calibrated camera from GCP&lt;br /&gt;
&lt;br /&gt;
=== B ===&lt;br /&gt;
*[[ Bascule]] :  Generate orientations coherent with some physical information on the scene&lt;br /&gt;
*[[ BatchFDC]] :  Tool for batching a set of commands&lt;br /&gt;
*[[ Blinis]] : Block Initialisation&lt;br /&gt;
=== C === &lt;br /&gt;
*[[ C3DC]] : Automatic Matching from Culture 3D Cloud project&lt;br /&gt;
*[[ CalibFinale]] :  Compute Final Radial distortion model&lt;br /&gt;
*[[ CalibInit]] :  Compute Initial Radial distortion model&lt;br /&gt;
*[[ Campari]] :  Interface to Apero, for compensation of heterogeneous measures&lt;br /&gt;
*[[ CASA]] :  Analytic Surface Estimation&lt;br /&gt;
*[[ CenterBascule]] :  Relative to absolute using embedded GPS&lt;br /&gt;
*[[ ChantierClip]] :  Clip Chantier&lt;br /&gt;
*[[ CheckDependencies]] :  check dependencies to third-party tools&lt;br /&gt;
*[[ ChgSysCo]] :  Change coordinate system of orientation&lt;br /&gt;
*[[ ClipIm]] :  Clip Chantier&lt;br /&gt;
*[[ CmpCalib]] :  Compare two  calibrations&lt;br /&gt;
*[[ CmpIm]] :  Basic tool for images comparison&lt;br /&gt;
*[[ CmpOri]] :  Compare two sets of orientation&lt;br /&gt;
*[[ CoherEpip]] :  Test coherence between conjugate epipolar depth-map&lt;br /&gt;
*[[ ContrastFilter]] : Some contrast filtering &lt;br /&gt;
*[[ Convert2GenBundle]] : Import RPC or other to MicMac format, for adjustment, matching ...&lt;br /&gt;
*[[ ConvertCalib]] :  Conversion of calibration from one model 2 the other&lt;br /&gt;
*[[ ConvertIm]] :  Tool for convertion inside tiff-format&lt;br /&gt;
*[[ CreateEpip]] :  Create epipolar images&lt;br /&gt;
&lt;br /&gt;
=== D ===&lt;br /&gt;
*[[ Dequant]] :  Tool for dequantifying an image&lt;br /&gt;
*[[ Digeo]] :  In development- Will compute tie points &lt;br /&gt;
*[[ DIV]] : Videos development (require ffmpeg)&lt;br /&gt;
*[[ Donuts]] : Cyl to Torus (Donuts like)&lt;br /&gt;
*[[ Drunk]] :  Images distortion removing tool&lt;br /&gt;
&lt;br /&gt;
=== E ===&lt;br /&gt;
*[[ ExtractAppui3D]] :  Extract points from a 3D appui points xml file&lt;br /&gt;
*[[ ExtractMesure2D]] :  Extract points from a 2D measures xml file&lt;br /&gt;
&lt;br /&gt;
=== F ===&lt;br /&gt;
*[[ FFTKugelhupf]] :  Version of Kugelhupf using FFT, expecetd faster when it works (if ever ...)&lt;br /&gt;
*[[ FieldDep3d]] :  To export results of matching as 3D shifting&lt;br /&gt;
=== G ===&lt;br /&gt;
*[[ GCPBascule]] :  Relative to absolute using GCP&lt;br /&gt;
*[[ GCPConvert]] : Convert GCP from Txt 2 XML&lt;br /&gt;
*[[ GCPCtrl]] :  Control accuracy with GCP&lt;br /&gt;
*[[ GCPVisib]] :  Print a list of GCP visibility in images&lt;br /&gt;
*[[ Genepi]] :  Generate 3D/2d synthetical points from orientation&lt;br /&gt;
*[[ Genere_Header_TiffFile]] :  Generate Header for internal tiling format &lt;br /&gt;
*[[ GenPairsFile]] : Generate pairs files between one image and a pattern&lt;br /&gt;
*[[ GrapheHom]] : Compute XML-Visibility graph from approximate orientation&lt;br /&gt;
*[[ GrShade]] :  Compute shading from depth image&lt;br /&gt;
&lt;br /&gt;
=== H ===&lt;br /&gt;
*[[ HomolFilterMasq]] :  Tool for filter homologous points according to masq&lt;br /&gt;
*[[ HomolMergePDVUnik]] :  Tool for merge homologous point from unik point of view&lt;br /&gt;
=== I ===&lt;br /&gt;
*[[ Im2XYZ]] :  tool to transform a 2D point (text file) to their 3D cloud homologous&lt;br /&gt;
*[[ ImMire]] :  For generation of some synthetic calibration image&lt;br /&gt;
*[[ Impaint]] : Basic Impainting&lt;br /&gt;
*[[ ImRandGray]] :  Generate Random Gray Textured Images&lt;br /&gt;
*[[ Init11P]] :  Init Internal &amp;amp; External from GCP using 11-parameters algo&lt;br /&gt;
*[[ InitOriLinear]] :  Initialize orientation for linear acquisition&lt;br /&gt;
=== K ===&lt;br /&gt;
*[[ Kugelhupf]] :  Semi-automatic fiducial points determination&lt;br /&gt;
=== L ===&lt;br /&gt;
*[[ Liquor]] : Orientation specialized for linear acquisition&lt;br /&gt;
*[[ LumRas]] :  Compute image mixing with raking light&lt;br /&gt;
=== M ===&lt;br /&gt;
*[[ MakeGrid]] :  Generate orientations in a grid format&lt;br /&gt;
*[[ Malt]] :  Simplified matching (interface to MicMac)&lt;br /&gt;
*[[ MapCmd]] :  Transforms a command working on a single file in a command working on a set of files&lt;br /&gt;
*[[ Martini]] :  New orientation initialisation (uncomplete, still in dev...) &lt;br /&gt;
*[[ MartiniGin]] :  New orientation initialisation (uncomplete, still in dev...) &lt;br /&gt;
*[[ MergeDepthMap]] :  Merging of individual, stackable, depth maps &lt;br /&gt;
*[[ MergeHomol]] :  Merge Homol dir&lt;br /&gt;
*[[ MergePly]] :  Merge ply files&lt;br /&gt;
*[[ MeshProjOnImg]] :  Reproject mesh on image&lt;br /&gt;
*[[ MICMAC]] :  Computes image matching from oriented images&lt;br /&gt;
*[[ MICMACSaisieLiaisons]] :  Low level version of SEL, not recommended&lt;br /&gt;
*[[ MM1P]] :  Matching One Pair of images&lt;br /&gt;
*[[ MM2DPosSism]] :  Simplified interface for post 2D post sismic deformation &lt;br /&gt;
*[[ MMByP]] :  Matching By Pair of images&lt;br /&gt;
*[[ MMCalcSzWCor]] :  Compute Image of Size of correlation windows (Atomic tool, for adaptive window in geom image)&lt;br /&gt;
*[[ MMHomCorOri]] :  Tool to compute homologues for correcting orientation in epip matching&lt;br /&gt;
*[[ MMInitialModel]] :  Initial Model for MicMac &lt;br /&gt;
*[[ MMMergeCloud]] :  Merging of low resol cloud, in preparation 2 MicMac &lt;br /&gt;
*[[ MMPyram]] :  Computes pyram for micmac (internal use)&lt;br /&gt;
*[[ MMTestAllAuto]] :  Full automatic version for 1 view point, test mode &lt;br /&gt;
*[[ MMTestOrient]] :  Tool for testing quality of orientation&lt;br /&gt;
*[[ MMXmlXif]] :  Generate Xml from Xif (internal use mainly)&lt;br /&gt;
*[[ mmxv]] :  Interface to xv (due to problem in tiff lib)&lt;br /&gt;
*[[ Morito]] : Merge set of Orientations with common values&lt;br /&gt;
*[[ MpDcraw]] :  Interface to dcraw&lt;br /&gt;
*[[ MPDtest]] :  My own test&lt;br /&gt;
*[[ MyRename]] :  File renaming using posix regular expression&lt;br /&gt;
=== N ===&lt;br /&gt;
*[[ NewTapas]] : Replace OldTapas - now same as Tapas&lt;br /&gt;
*[[ Nuage2Ply]] :  Convert depth map into point cloud&lt;br /&gt;
*[[ NuageBascule]] :  To Change geometry of depth map&lt;br /&gt;
=== O === &lt;br /&gt;
*[[ OldTapas]] :  Interface to Apero to compute external and internal orientations&lt;br /&gt;
*[[ Ori2Xml]] : Convert &amp;quot;historical&amp;quot; Matis'Ori format to xml &lt;br /&gt;
*[[ OriConvert]] : Convert Orientation from Txt 2 XML&lt;br /&gt;
*[[ OriExport]] : Export orientation from XML to XML or TXT with specified convention&lt;br /&gt;
*[[ OriRedTieP]] : Tie points filtering, using Martini results&lt;br /&gt;
=== P ===&lt;br /&gt;
*[[ PanelIm]] : Tool for creating a panel of images &lt;br /&gt;
*[[ Pasta]] :  Compute external calibration and radial basic internal calibration&lt;br /&gt;
*[[ Pastis]] :  Tie points detection&lt;br /&gt;
*[[ PatFromOri]] : Get pattern of images from Ori folder&lt;br /&gt;
*[[ PHO_MI]] :  Filter homologue points from initial orientation to reduce number of observations&lt;br /&gt;
*[[ PIMs]] : Per Image Matchings&lt;br /&gt;
*[[ PIMs2Mnt]] : Generate Mnt from Per Image Matchings&lt;br /&gt;
*[[ PIMs2Ply]] : Generate Ply from Per Image Matchings&lt;br /&gt;
*[[ Porto]] :  Generates a global ortho-photo&lt;br /&gt;
*[[ Prep4masq]] :  Generates files for making Masks (if SaisieMasq unavailable)&lt;br /&gt;
&lt;br /&gt;
=== R ===&lt;br /&gt;
*[[ Ratafia]] : Some stuff to be described later&lt;br /&gt;
*[[ RedTieP]] : Test tie points filtering &lt;br /&gt;
*[[ RepLocBascule]] :  Tool to define a local repair without changing the orientation&lt;br /&gt;
*[[ ReprojImg]] :  Reproject an image into geometry of another&lt;br /&gt;
*[[ ReSampFid]] : Resampling using one fiducial mark&lt;br /&gt;
&lt;br /&gt;
=== S ===&lt;br /&gt;
*[[ SaisieAppuisInit]] :  Interactive tool for initial capture of GCP&lt;br /&gt;
*[[ SaisieAppuisInitQT]] :  Interactive tool for initial capture of GCP&lt;br /&gt;
*[[ SaisieAppuisPredic]] :  Interactive tool for assisted capture of GCP&lt;br /&gt;
*[[ SaisieAppuisPredicQT]] :  Interactive tool for assisted capture of GCP&lt;br /&gt;
*[[ SaisieBasc]] :  Interactive tool to capture information on the scene&lt;br /&gt;
*[[ SaisieBascQT]] :  Interactive tool to capture information on the scene&lt;br /&gt;
*[[ SaisieBoxQT]] :  Interactive tool to capture 2D box&lt;br /&gt;
*[[ SaisieCyl]] :  Interactive tool to capture information on the scene for cylinders&lt;br /&gt;
*[[ SaisieCylQT]] :  Interactive tool to capture information on the scene for cylinders&lt;br /&gt;
*[[ SaisieMasq]] :  Interactive tool to capture masq&lt;br /&gt;
*[[ SaisieMasqQT]] :  Interactive tool to capture masq&lt;br /&gt;
*[[ SaisiePts]] :  Tool to capture GCP (low level, not recommended)&lt;br /&gt;
*[[ Sake]] :  Simplified MicMac interface for satellite images&lt;br /&gt;
*[[ SateLib]] :  Library of satellite images meta-data handling - early work in progress!&lt;br /&gt;
*[[ SBGlobBascule]] :  Tool for 'scene based global' bascule&lt;br /&gt;
*[[ ScaleIm]] :  Tool for image scaling&lt;br /&gt;
*[[ ScaleNuage]] :  Tool for scaling internal representation of point cloud&lt;br /&gt;
*[[ Schnaps]] :  Reduction of homologue points in image geometry&lt;br /&gt;
*[[ ScriptCalib]] :  Do some stuff&lt;br /&gt;
*[[ SEL]] :  Tool to visualize tie points&lt;br /&gt;
*[[ SetExif]] : Modification of exif file (requires exiv2)&lt;br /&gt;
*[[ SetGpsExif]] : Add GPS infos in images exif meta-data (requires exiv2)&lt;br /&gt;
*[[ Sift]] :  Tool for extracting points of interest using Lowe's SIFT method&lt;br /&gt;
*[[ SimplePredict]] :  Project ground points on oriented cameras&lt;br /&gt;
*[[ SMDM]] :  Simplified Merging of individual, stackable, depth maps &lt;br /&gt;
*[[ SplitMPO]] : tool to develop MPO stereo format in pair of images&lt;br /&gt;
*[[ StackFlatField]] : Basic Flat Field estimation by image stacking&lt;br /&gt;
*[[ StatIm]] :  Tool for basic stat on an image&lt;br /&gt;
*[[ SupMntIm]] :  Tool for superposition of Mnt Im &amp;amp; level curve&lt;br /&gt;
*[[ SysCoordPolyn]] :  Tool for creating a polynomial coordinate system from a set of known pair of coordinate&lt;br /&gt;
=== T ===&lt;br /&gt;
*[[ Tapas]] : NEW version !! Compatible . Call &amp;quot;OldTapas&amp;quot; if problem specific to this version&lt;br /&gt;
*[[ Tapioca]] :  Interface to Pastis for tie point detection and matching&lt;br /&gt;
*[[ Tarama]] :  Compute a rectified image&lt;br /&gt;
*[[ Tawny]] :  Interface to Porto to generate ortho-image&lt;br /&gt;
*[[ Tequila]] :  Texture mesh&lt;br /&gt;
*[[ TestBundleInter]] : Block Initialisation &lt;br /&gt;
*[[ TestCam]] :  Test camera orientation convention&lt;br /&gt;
*[[ TestChantier]] :  Test global acquisition&lt;br /&gt;
*[[ TestCmds]] :  Test MM3D commands on micmac_data sets&lt;br /&gt;
*[[ TestDistM2C]] :  Basic Test for problematic camera &lt;br /&gt;
*[[ TestKey]] :  Test Keys for Sets and Assoc&lt;br /&gt;
*[[ TestLib]] :  To call the program illustrating the library&lt;br /&gt;
*[[ TestMTD]] :  Test meta data of image&lt;br /&gt;
*[[ TestNameCalib]] :  Test Name of calibration&lt;br /&gt;
*[[ TestPbRPC]] : Test possible Problems on RPC &lt;br /&gt;
*[[ TestRegEx]] :  Test regular expression&lt;br /&gt;
*[[ TiePAll]] :  matches points of interest of two images&lt;br /&gt;
*[[ TiePByMesh]] :  Raffiner pts homologue par mesh&lt;br /&gt;
*[[ TiePLine]] :  matches points of interest of two images&lt;br /&gt;
*[[ TiePMS]] :  matches points of interest of two images&lt;br /&gt;
*[[ TifDev]] :  Develop raw-jpg-tif, in suitable tiff file&lt;br /&gt;
*[[ tiff_info]] :  Tool for giving information about a tiff file&lt;br /&gt;
*[[ TiPunch]] :  Compute mesh&lt;br /&gt;
*[[ to8Bits]] :  Tool for converting 16 or 32 bit image in a 8 bit image.&lt;br /&gt;
*[[ TripleSec]] : Test Non Regression&lt;br /&gt;
=== U ===&lt;br /&gt;
*[[ Undist]] :  Tool for removing images distortion&lt;br /&gt;
=== V ===&lt;br /&gt;
*[[ Vino]] : Image Viewer&lt;br /&gt;
*[[ Vodka]] :  IN DEV : Compute the vignette correction parameters from tie points&lt;br /&gt;
*[[ VV]] :  A very simplified tool for 3D model of visage out of video, just for fun&lt;br /&gt;
&lt;br /&gt;
=== X ===&lt;br /&gt;
*[[ XifGps2Txt]] : Export embedded EXIF GPS data 2 Txt&lt;br /&gt;
*[[ XifGps2Xml]] : Create MicMac-Xml struct from GPS embedded in EXIF&lt;br /&gt;
*[[ XLib]] :  Xeres Lib - early work in progress!&lt;br /&gt;
*[[ XYZ2Im]] :  tool to transform a 3D point (text file) to their 2D proj in cam or cloud&lt;br /&gt;
=== Z ===&lt;br /&gt;
*[[ Zlimit]] :  Crop Depth image (or DEM) in Z&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=OriExport&amp;diff=2252</id>
		<title>OriExport</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=OriExport&amp;diff=2252"/>
				<updated>2016-11-22T20:56:57Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Rotation matrix */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
The tool OriExport can convert MicMac external oriention to the de facto standard codification using&lt;br /&gt;
omega-phi-kappa. For now it's quite basic and all the options are not implemented. However, it should solve the majority&lt;br /&gt;
of problem relative to exporting resuls in classical photogrammetric softwares.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport FullName Results NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d AperiCLoud -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args :&lt;br /&gt;
* string :: {Full Directory (Dir+Pattern)}&lt;br /&gt;
* string :: {Results}&lt;br /&gt;
Named args :&lt;br /&gt;
* [Name=AddF] bool :: {Add format as first line of header, def= false}&lt;br /&gt;
* [Name=ModeExp] string :: {Mode export, def=WPK (Omega Phi Kapa)}&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
OriExport will generate the file res.txt containinig :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Abbey-IMG_0340.jpg -4.304443 11.785803 136.229854 -5.491274 2.702560 -0.004106&lt;br /&gt;
Abbey-IMG_0341.jpg -3.775959 11.249636 137.040260 -6.109496 2.042527 0.097497&lt;br /&gt;
Abbey-IMG_0342.jpg -3.849398 11.231276 137.533559 -6.707432 1.351133 0.224315&lt;br /&gt;
Abbey-IMG_0343.jpg -3.921196 11.302498 137.899618 -7.334180 0.668316 0.362218&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Which correspond to :&lt;br /&gt;
&amp;lt;pre&amp;gt;ImageName X Y Z omega phi kappa&amp;lt;/pre&amp;gt;&lt;br /&gt;
NB : The image coordinates are exported in the system you have choosen (often a local euclidian frame).&lt;br /&gt;
&lt;br /&gt;
==Rotation matrix== &lt;br /&gt;
Matrix R gives rotation terms to compute parameters in matrix encoding with respect to omega-phi-kappa&lt;br /&gt;
angles given by the tool OriExport.&lt;br /&gt;
&lt;br /&gt;
\begin{equation}&lt;br /&gt;
R=&lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
\cos(\phi)\cos(\kappa) &amp;amp; \cos(\phi)\sin(\kappa) &amp;amp; -\sin(\phi)\\&lt;br /&gt;
\cos(\omega)\sin(\kappa) + \sin(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\cos(\omega)\cos(\kappa) + \sin(\omega)\sin(\phi)\sin(\kappa) &amp;amp; \sin(\omega)\cos(\phi)\\&lt;br /&gt;
\sin(\omega)\sin(\kappa)-\cos(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\sin(\omega)\cos(\kappa)-\cos(\omega)\sin(\phi)\sin(\kappa) &amp;amp; -\cos(\omega)\cos(\phi)&lt;br /&gt;
\end{pmatrix}&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
For example OriExport will give in degree:\\&lt;br /&gt;
\begin{equation}&lt;br /&gt;
\omega = 5.819826\\&lt;br /&gt;
\phi = 7.058795\\&lt;br /&gt;
\kappa = 12.262634&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
The corresponding matrix encoding using R is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;L1&amp;gt;0.969777798578237427 -0.210783330505758815 0.122887790140630643&amp;lt;/L1&amp;gt;&lt;br /&gt;
&amp;lt;L2&amp;gt;-0.199121821850641506 -0.974794184828703614 -0.100631989382226852&amp;lt;/L2&amp;gt;&lt;br /&gt;
&amp;lt;L3&amp;gt;0.141001849092942777 0.0731210284736428379 -0.987305319416100224&amp;lt;/L3&amp;gt;&lt;br /&gt;
&amp;lt;/CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;/ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=OriExport&amp;diff=2251</id>
		<title>OriExport</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=OriExport&amp;diff=2251"/>
				<updated>2016-11-22T20:56:38Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Rotation matrix */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
The tool OriExport can convert MicMac external oriention to the de facto standard codification using&lt;br /&gt;
omega-phi-kappa. For now it's quite basic and all the options are not implemented. However, it should solve the majority&lt;br /&gt;
of problem relative to exporting resuls in classical photogrammetric softwares.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport FullName Results NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d AperiCLoud -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args :&lt;br /&gt;
* string :: {Full Directory (Dir+Pattern)}&lt;br /&gt;
* string :: {Results}&lt;br /&gt;
Named args :&lt;br /&gt;
* [Name=AddF] bool :: {Add format as first line of header, def= false}&lt;br /&gt;
* [Name=ModeExp] string :: {Mode export, def=WPK (Omega Phi Kapa)}&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
OriExport will generate the file res.txt containinig :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Abbey-IMG_0340.jpg -4.304443 11.785803 136.229854 -5.491274 2.702560 -0.004106&lt;br /&gt;
Abbey-IMG_0341.jpg -3.775959 11.249636 137.040260 -6.109496 2.042527 0.097497&lt;br /&gt;
Abbey-IMG_0342.jpg -3.849398 11.231276 137.533559 -6.707432 1.351133 0.224315&lt;br /&gt;
Abbey-IMG_0343.jpg -3.921196 11.302498 137.899618 -7.334180 0.668316 0.362218&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Which correspond to :&lt;br /&gt;
&amp;lt;pre&amp;gt;ImageName X Y Z omega phi kappa&amp;lt;/pre&amp;gt;&lt;br /&gt;
NB : The image coordinates are exported in the system you have choosen (often a local euclidian frame).&lt;br /&gt;
&lt;br /&gt;
==Rotation matrix== &lt;br /&gt;
Matrix R gives rotation terms to compute parameters in matrix encoding with respect to omega-phi-kappa&lt;br /&gt;
angles given by the tool OriExport.&lt;br /&gt;
&lt;br /&gt;
\begin{equation}&lt;br /&gt;
R=&lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
\cos(\phi)\cos(\kappa) &amp;amp; \cos(\phi)\sin(\kappa) &amp;amp; -\sin(\phi)\\&lt;br /&gt;
\cos(\omega)\sin(\kappa) + \sin(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\cos(\omega)\cos(\kappa) + \sin(\omega)\sin(\phi)\sin(\kappa) &amp;amp; \sin(\omega)\cos(\phi)\\&lt;br /&gt;
\sin(\omega)\sin(\kappa)-\cos(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\sin(\omega)\cos(\kappa)-\cos(\omega)\sin(\phi)\sin(\kappa) &amp;amp; -\cos(\omega)\cos(\phi)&lt;br /&gt;
\end{pmatrix}&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
For example OriExport will give in degree:&lt;br /&gt;
\begin{equation}&lt;br /&gt;
\omega = 5.819826&lt;br /&gt;
\phi = 7.058795&lt;br /&gt;
\kappa = 12.262634&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
The corresponding matrix encoding using R is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;L1&amp;gt;0.969777798578237427 -0.210783330505758815 0.122887790140630643&amp;lt;/L1&amp;gt;&lt;br /&gt;
&amp;lt;L2&amp;gt;-0.199121821850641506 -0.974794184828703614 -0.100631989382226852&amp;lt;/L2&amp;gt;&lt;br /&gt;
&amp;lt;L3&amp;gt;0.141001849092942777 0.0731210284736428379 -0.987305319416100224&amp;lt;/L3&amp;gt;&lt;br /&gt;
&amp;lt;/CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;/ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=OriExport&amp;diff=2250</id>
		<title>OriExport</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=OriExport&amp;diff=2250"/>
				<updated>2016-11-22T20:54:29Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Rotation matrix */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
The tool OriExport can convert MicMac external oriention to the de facto standard codification using&lt;br /&gt;
omega-phi-kappa. For now it's quite basic and all the options are not implemented. However, it should solve the majority&lt;br /&gt;
of problem relative to exporting resuls in classical photogrammetric softwares.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport FullName Results NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d AperiCLoud -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args :&lt;br /&gt;
* string :: {Full Directory (Dir+Pattern)}&lt;br /&gt;
* string :: {Results}&lt;br /&gt;
Named args :&lt;br /&gt;
* [Name=AddF] bool :: {Add format as first line of header, def= false}&lt;br /&gt;
* [Name=ModeExp] string :: {Mode export, def=WPK (Omega Phi Kapa)}&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
OriExport will generate the file res.txt containinig :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Abbey-IMG_0340.jpg -4.304443 11.785803 136.229854 -5.491274 2.702560 -0.004106&lt;br /&gt;
Abbey-IMG_0341.jpg -3.775959 11.249636 137.040260 -6.109496 2.042527 0.097497&lt;br /&gt;
Abbey-IMG_0342.jpg -3.849398 11.231276 137.533559 -6.707432 1.351133 0.224315&lt;br /&gt;
Abbey-IMG_0343.jpg -3.921196 11.302498 137.899618 -7.334180 0.668316 0.362218&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Which correspond to :&lt;br /&gt;
&amp;lt;pre&amp;gt;ImageName X Y Z omega phi kappa&amp;lt;/pre&amp;gt;&lt;br /&gt;
NB : The image coordinates are exported in the system you have choosen (often a local euclidian frame).&lt;br /&gt;
&lt;br /&gt;
==Rotation matrix== &lt;br /&gt;
Matrix R gives rotation terms to compute parameters in matrix encoding with respect to omega-phi-kappa&lt;br /&gt;
angles given by the tool OriExport.&lt;br /&gt;
&lt;br /&gt;
\begin{equation}&lt;br /&gt;
R=&lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
\cos(\phi)\cos(\kappa) &amp;amp; \cos(\phi)\sin(\kappa) &amp;amp; -\sin(\phi)\\&lt;br /&gt;
\cos(\omega)\sin(\kappa) + \sin(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\cos(\omega)\cos(\kappa) + \sin(\omega)\sin(\phi)\sin(\kappa) &amp;amp; \sin(\omega)\cos(\phi)\\&lt;br /&gt;
\sin(\omega)\sin(\kappa)-\cos(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\sin(\omega)\cos(\kappa)-\cos(\omega)\sin(\phi)\sin(\kappa) &amp;amp; -\cos(\omega)\cos(\phi)&lt;br /&gt;
\end{pmatrix}&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
For example OriExport will give in degree:&lt;br /&gt;
&lt;br /&gt;
The corresponding matrix encoding using R is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;L1&amp;gt;0.969777798578237427 -0.210783330505758815 0.122887790140630643&amp;lt;/L1&amp;gt;&lt;br /&gt;
&amp;lt;L2&amp;gt;-0.199121821850641506 -0.974794184828703614 -0.100631989382226852&amp;lt;/L2&amp;gt;&lt;br /&gt;
&amp;lt;L3&amp;gt;0.141001849092942777 0.0731210284736428379 -0.987305319416100224&amp;lt;/L3&amp;gt;&lt;br /&gt;
&amp;lt;/CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;/ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=OriExport&amp;diff=2249</id>
		<title>OriExport</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=OriExport&amp;diff=2249"/>
				<updated>2016-11-22T20:54:16Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Rotation matrix */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
The tool OriExport can convert MicMac external oriention to the de facto standard codification using&lt;br /&gt;
omega-phi-kappa. For now it's quite basic and all the options are not implemented. However, it should solve the majority&lt;br /&gt;
of problem relative to exporting resuls in classical photogrammetric softwares.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport FullName Results NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d AperiCLoud -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args :&lt;br /&gt;
* string :: {Full Directory (Dir+Pattern)}&lt;br /&gt;
* string :: {Results}&lt;br /&gt;
Named args :&lt;br /&gt;
* [Name=AddF] bool :: {Add format as first line of header, def= false}&lt;br /&gt;
* [Name=ModeExp] string :: {Mode export, def=WPK (Omega Phi Kapa)}&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
OriExport will generate the file res.txt containinig :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Abbey-IMG_0340.jpg -4.304443 11.785803 136.229854 -5.491274 2.702560 -0.004106&lt;br /&gt;
Abbey-IMG_0341.jpg -3.775959 11.249636 137.040260 -6.109496 2.042527 0.097497&lt;br /&gt;
Abbey-IMG_0342.jpg -3.849398 11.231276 137.533559 -6.707432 1.351133 0.224315&lt;br /&gt;
Abbey-IMG_0343.jpg -3.921196 11.302498 137.899618 -7.334180 0.668316 0.362218&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Which correspond to :&lt;br /&gt;
&amp;lt;pre&amp;gt;ImageName X Y Z omega phi kappa&amp;lt;/pre&amp;gt;&lt;br /&gt;
NB : The image coordinates are exported in the system you have choosen (often a local euclidian frame).&lt;br /&gt;
&lt;br /&gt;
==Rotation matrix== &lt;br /&gt;
Matrix R gives rotation terms to compute parameters in matrix encoding with respect to \omega-\phi-\kappa&lt;br /&gt;
angles given by the tool OriExport.&lt;br /&gt;
&lt;br /&gt;
\begin{equation}&lt;br /&gt;
R=&lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
\cos(\phi)\cos(\kappa) &amp;amp; \cos(\phi)\sin(\kappa) &amp;amp; -\sin(\phi)\\&lt;br /&gt;
\cos(\omega)\sin(\kappa) + \sin(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\cos(\omega)\cos(\kappa) + \sin(\omega)\sin(\phi)\sin(\kappa) &amp;amp; \sin(\omega)\cos(\phi)\\&lt;br /&gt;
\sin(\omega)\sin(\kappa)-\cos(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\sin(\omega)\cos(\kappa)-\cos(\omega)\sin(\phi)\sin(\kappa) &amp;amp; -\cos(\omega)\cos(\phi)&lt;br /&gt;
\end{pmatrix}&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
For example OriExport will give in degree:&lt;br /&gt;
&lt;br /&gt;
The corresponding matrix encoding using R is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;L1&amp;gt;0.969777798578237427 -0.210783330505758815 0.122887790140630643&amp;lt;/L1&amp;gt;&lt;br /&gt;
&amp;lt;L2&amp;gt;-0.199121821850641506 -0.974794184828703614 -0.100631989382226852&amp;lt;/L2&amp;gt;&lt;br /&gt;
&amp;lt;L3&amp;gt;0.141001849092942777 0.0731210284736428379 -0.987305319416100224&amp;lt;/L3&amp;gt;&lt;br /&gt;
&amp;lt;/CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;/ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	<entry>
		<id>http://micmac.ensg.eu/index.php?title=OriExport&amp;diff=2248</id>
		<title>OriExport</title>
		<link rel="alternate" type="text/html" href="http://micmac.ensg.eu/index.php?title=OriExport&amp;diff=2248"/>
				<updated>2016-11-22T20:53:58Z</updated>
		
		<summary type="html">&lt;p&gt;BorisLeroux : /* Rotation matrix */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:picto-liste.png|25px]] [[Command|List of commands]]&lt;br /&gt;
==Description==&lt;br /&gt;
The tool OriExport can convert MicMac external oriention to the de facto standard codification using&lt;br /&gt;
omega-phi-kappa. For now it's quite basic and all the options are not implemented. However, it should solve the majority&lt;br /&gt;
of problem relative to exporting resuls in classical photogrammetric softwares.&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
The global syntax for OriExport is :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport FullName Results NamedArgs&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Help=== &lt;br /&gt;
You can access to the help by typing :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d AperiCLoud -help&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mandatory unnamed args :&lt;br /&gt;
* string :: {Full Directory (Dir+Pattern)}&lt;br /&gt;
* string :: {Results}&lt;br /&gt;
Named args :&lt;br /&gt;
* [Name=AddF] bool :: {Add format as first line of header, def= false}&lt;br /&gt;
* [Name=ModeExp] string :: {Mode export, def=WPK (Omega Phi Kapa)}&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
An example with Cuxha data set :&lt;br /&gt;
&amp;lt;pre&amp;gt;mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Formalism=&lt;br /&gt;
==Output==&lt;br /&gt;
OriExport will generate the file res.txt containinig :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Abbey-IMG_0340.jpg -4.304443 11.785803 136.229854 -5.491274 2.702560 -0.004106&lt;br /&gt;
Abbey-IMG_0341.jpg -3.775959 11.249636 137.040260 -6.109496 2.042527 0.097497&lt;br /&gt;
Abbey-IMG_0342.jpg -3.849398 11.231276 137.533559 -6.707432 1.351133 0.224315&lt;br /&gt;
Abbey-IMG_0343.jpg -3.921196 11.302498 137.899618 -7.334180 0.668316 0.362218&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Which correspond to :&lt;br /&gt;
&amp;lt;pre&amp;gt;ImageName X Y Z omega phi kappa&amp;lt;/pre&amp;gt;&lt;br /&gt;
NB : The image coordinates are exported in the system you have choosen (often a local euclidian frame).&lt;br /&gt;
&lt;br /&gt;
==Rotation matrix== &lt;br /&gt;
Matrix R gives rotation terms to compute parameters in matrix encoding with respect to $\omega$-$\phi$-$\kappa$&lt;br /&gt;
angles given by the tool OriExport.&lt;br /&gt;
&lt;br /&gt;
\begin{equation}&lt;br /&gt;
R=&lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
\cos(\phi)\cos(\kappa) &amp;amp; \cos(\phi)\sin(\kappa) &amp;amp; -\sin(\phi)\\&lt;br /&gt;
\cos(\omega)\sin(\kappa) + \sin(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\cos(\omega)\cos(\kappa) + \sin(\omega)\sin(\phi)\sin(\kappa) &amp;amp; \sin(\omega)\cos(\phi)\\&lt;br /&gt;
\sin(\omega)\sin(\kappa)-\cos(\omega)\sin(\phi)\cos(\kappa) &amp;amp; -\sin(\omega)\cos(\kappa)-\cos(\omega)\sin(\phi)\sin(\kappa) &amp;amp; -\cos(\omega)\cos(\phi)&lt;br /&gt;
\end{pmatrix}&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
For example OriExport will give in degree:&lt;br /&gt;
&lt;br /&gt;
The corresponding matrix encoding using R is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;L1&amp;gt;0.969777798578237427 -0.210783330505758815 0.122887790140630643&amp;lt;/L1&amp;gt;&lt;br /&gt;
&amp;lt;L2&amp;gt;-0.199121821850641506 -0.974794184828703614 -0.100631989382226852&amp;lt;/L2&amp;gt;&lt;br /&gt;
&amp;lt;L3&amp;gt;0.141001849092942777 0.0731210284736428379 -0.987305319416100224&amp;lt;/L3&amp;gt;&lt;br /&gt;
&amp;lt;/CodageMatr&amp;gt;&lt;br /&gt;
&amp;lt;/ParamRotation&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>BorisLeroux</name></author>	</entry>

	</feed>