GCPConvert : Différence entre versions
De MicMac
(Created page with "==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 poin...") |
|||
| Ligne 3 : | Ligne 3 : | ||
*transform a set of ground control points from most text format to MicMac’s Xml format. | *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. | *transform the ground control points into an euclidean coordinate system, suitable for MicMac. | ||
| + | |||
| + | ===Allowed commands=== | ||
| + | * AppEgels | ||
| + | * AppGeoCub | ||
| + | * AppInFile | ||
| + | * AppXML | ||
===Syntax=== | ===Syntax=== | ||
| Ligne 15 : | Ligne 21 : | ||
Mandatory unnamed args : | Mandatory unnamed args : | ||
| + | *<span style="font-family:times roman;">''string :: {Format specification}''<span style/> | ||
| + | *<span style="font-family:times roman;">''string :: {GCP File}''<span style/> | ||
| + | Named args : | ||
| + | *<span style="font-family:times roman;">''[Name=Out] string :: {Xml Out File}''<span style/> | ||
| + | *<span style="font-family:times roman;">''[Name=ChSys] string :: {Change coordinate file}''<span style/> | ||
| + | *<span style="font-family:times roman;">''[Name=MulCo] REAL :: {Multiplier of result (for development and testing use)}''<span style/> | ||
| + | *<span style="font-family:times roman;">''[Name=MulInc] bool :: {Multiplier also incertitude ? (for development and testing use)}''<span style/> | ||
===Example=== | ===Example=== | ||
<code>mm3d GCPConvert AppInFile CP3D_Format.txt</code> | <code>mm3d GCPConvert AppInFile CP3D_Format.txt</code> | ||
Version du 25 novembre 2015 à 10:39
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
Help
You can access to the help by typing :
mm3d GCPConvert -help
Mandatory unnamed args :
- string :: {Format specification}<span style/>
- string :: {GCP File}<span style/>
Named args :
- [Name=Out] string :: {Xml Out File}<span style/>
- [Name=ChSys] string :: {Change coordinate file}<span style/>
- [Name=MulCo] REAL :: {Multiplier of result (for development and testing use)}<span style/>
- [Name=MulInc] bool :: {Multiplier also incertitude ? (for development and testing use)}<span style/>
Example
mm3d GCPConvert AppInFile CP3D_Format.txt