SaisieAppuisPredicQT : Différence entre versions
De MicMac
(→Help) |
|||
Ligne 4 : | Ligne 4 : | ||
===Syntax=== | ===Syntax=== | ||
The global syntax for SaisieAppuispredicQT is <br> | The global syntax for SaisieAppuispredicQT is <br> | ||
− | <code>mm3d SaisieAppuisPredicQT | + | <code>mm3d SaisieAppuisPredicQT FullName Orientation FileForGroundControlPoints FileForImageMeasurements Namedargs</code> |
===Help=== | ===Help=== | ||
Ligne 11 : | Ligne 11 : | ||
Mandatory unnamed args : | Mandatory unnamed args : | ||
− | string :: {Full Name (Dir+Pattern)} | + | *string :: {Full Name (Dir+Pattern)} |
− | * | + | *string :: {Orientation} |
− | * | + | *string :: {File for Ground Control Points} |
− | * | + | *string :: {File for Image Measurements} |
+ | |||
Named args : | Named args : | ||
− | * | + | *[Name=SzW] Pt2di :: {Size of global window (Def 800 800)} |
− | * | + | *[Name=NbF] Pt2di :: {Number of Sub Window (Def 2 2)} |
− | * | + | *[Name=WBlur] REAL :: {Size IN GROUND GEOMETRY of bluring for target} |
− | * | + | *[Name=Type] string :: {in [MaxLoc,MinLoc,GeoCube]} |
− | * | + | *[Name=ForceGray] bool :: {Force gray image, def=true} |
− | * | + | *[Name=OriMode] string :: {Orientation type (GRID) (Def=Std)} |
− | * | + | *[Name=ZMoy] REAL :: {Average Z, Mandatory in PB} |
− | * | + | *[Name=ZInc] REAL :: {Incertitude on Z, Mandatory in PB} |
− | * | + | *[Name=Masq3D] string :: {3D Masq used for visibility} |
− | * | + | *[Name=PIMsF] string :: {PIMs filter used for visibility} |
− | * | + | *[Name=InputSec] string :: {PIMs filter used for visibility} |
===Example=== | ===Example=== | ||
<code>mm3d SaisieAppuisPredicQT "Abbey-.*jpg" RTL-Init AppRTL.xml MesureFinale.xml</code> | <code>mm3d SaisieAppuisPredicQT "Abbey-.*jpg" RTL-Init AppRTL.xml MesureFinale.xml</code> |
Version du 15 janvier 2016 à 16:06
Sommaire
Description
It runs with the same arguments as SaisieAppuisPredicQT.
Syntax
The global syntax for SaisieAppuispredicQT is
mm3d SaisieAppuisPredicQT FullName Orientation FileForGroundControlPoints FileForImageMeasurements Namedargs
Help
You can access to the help by typing :
mm3d SaisieAppuisPredicQT -help
Mandatory unnamed args :
- string :: {Full Name (Dir+Pattern)}
- string :: {Orientation}
- string :: {File for Ground Control Points}
- string :: {File for Image Measurements}
Named args :
- [Name=SzW] Pt2di :: {Size of global window (Def 800 800)}
- [Name=NbF] Pt2di :: {Number of Sub Window (Def 2 2)}
- [Name=WBlur] REAL :: {Size IN GROUND GEOMETRY of bluring for target}
- [Name=Type] string :: {in [MaxLoc,MinLoc,GeoCube]}
- [Name=ForceGray] bool :: {Force gray image, def=true}
- [Name=OriMode] string :: {Orientation type (GRID) (Def=Std)}
- [Name=ZMoy] REAL :: {Average Z, Mandatory in PB}
- [Name=ZInc] REAL :: {Incertitude on Z, Mandatory in PB}
- [Name=Masq3D] string :: {3D Masq used for visibility}
- [Name=PIMsF] string :: {PIMs filter used for visibility}
- [Name=InputSec] string :: {PIMs filter used for visibility}
Example
mm3d SaisieAppuisPredicQT "Abbey-.*jpg" RTL-Init AppRTL.xml MesureFinale.xml