GCPConvert : Différence entre versions

De MicMac
Aller à : navigation, rechercher
Ligne 12 : Ligne 12 :
  
 
===Syntax===
 
===Syntax===
The global syntax for GCPConvert is<br>
+
The global syntax for GCPConvert is :
 
+
<pre>mm3d GCPConvert FormatSpecification GCPFile NamedArgs</pre>
<code>mm3d GCPConvert FormatSpecification GCPFile NamedArgs</code>
+
  
 
===Help===  
 
===Help===  
You can access to the help by typing :<br>
+
You can access to the help by typing :
<br>
+
<pre>mm3d GCPConvert -help</pre>
<code>mm3d GCPConvert -help</code>
+
  
 
Mandatory unnamed args :
 
Mandatory unnamed args :
Ligne 31 : Ligne 29 :
  
 
===Example===
 
===Example===
<code>mm3d GCPConvert AppInFile CP3D_Format.txt</code>
+
<pre>mm3d GCPConvert AppInFile CP3D_Format.txt</pre>

Version du 23 février 2016 à 17:11

Picto-liste.png List of commands

Description

The command GCPConvert is used to:

  • transform a set of ground control points from most text format to MicMac’s Xml format.
  • transform the ground control points into an euclidean coordinate system, suitable for MicMac.

Allowed commands

  • AppEgels
  • AppGeoCub
  • AppInFile
  • AppXML

Syntax

The global syntax for GCPConvert is :

mm3d GCPConvert FormatSpecification GCPFile NamedArgs

Help

You can access to the help by typing :

mm3d GCPConvert -help

Mandatory unnamed args :

  • string :: {Format specification}
  • string :: {GCP File}

Named args :

  • [Name=Out] string :: {Xml Out File}
  • [Name=ChSys] string :: {Change coordinate file}
  • [Name=MulCo] REAL :: {Multiplier of result (for development and testing use)}
  • [Name=MulInc] bool :: {Multiplier also incertitude ? (for development and testing use)}

Example

mm3d GCPConvert AppInFile CP3D_Format.txt