PIMs2MNT : Différence entre versions
De MicMac
(Fix and add) |
|||
| Ligne 10 : | Ligne 10 : | ||
Mandatory unnamed args : | Mandatory unnamed args : | ||
| − | *string :: {Dir or | + | *string :: {Dir or PIM-Type (QuickMac ....)} |
Named args : | Named args : | ||
*[Name=DS] REAL :: {Downscale, Def=1.0} | *[Name=DS] REAL :: {Downscale, Def=1.0} | ||
| − | *[Name=Repere] string :: { | + | *[Name=Repere] string :: {Coordinate system (Euclid or Cyl)} |
*[Name=Pat] string :: {Pattern, def = all existing clouds} | *[Name=Pat] string :: {Pattern, def = all existing clouds} | ||
*[Name=DoMnt] bool :: { Compute DTM , def=true (use false to return only ortho)} | *[Name=DoMnt] bool :: { Compute DTM , def=true (use false to return only ortho)} | ||
| Ligne 19 : | Ligne 19 : | ||
*[Name=MasqImGlob] string :: {Global Masq for ortho: if used, give full name of masq (e.g. MasqGlob.tif) } | *[Name=MasqImGlob] string :: {Global Masq for ortho: if used, give full name of masq (e.g. MasqGlob.tif) } | ||
*[Name=Debug] bool :: {Debug !!!} | *[Name=Debug] bool :: {Debug !!!} | ||
| + | *[Name=UseTA] bool :: {Use TA as filter when exist (Def=false)} | ||
| + | *[Name=RI] REAL :: {Resol Im, def=1 } | ||
===Example=== | ===Example=== | ||
For example in the Cuxa Auto dataset, you can launch : | For example in the Cuxa Auto dataset, you can launch : | ||
<pre>mm3d PIMs2Mnt BigMac DoMnt=1 DoOrtho=1</pre> | <pre>mm3d PIMs2Mnt BigMac DoMnt=1 DoOrtho=1</pre> | ||
Version du 23 septembre 2016 à 12:46
Syntax
The global syntax for PIMs2MNT is :
mm3d PIMs2MNT Type NamedArgs
Help
You can access to the help by typing :
mm3d PIMs2MNT -help
Mandatory unnamed args :
- string :: {Dir or PIM-Type (QuickMac ....)}
Named args :
- [Name=DS] REAL :: {Downscale, Def=1.0}
- [Name=Repere] string :: {Coordinate system (Euclid or Cyl)}
- [Name=Pat] string :: {Pattern, def = all existing clouds}
- [Name=DoMnt] bool :: { Compute DTM , def=true (use false to return only ortho)}
- [Name=DoOrtho] bool :: {Generate ortho photo, def=false}
- [Name=MasqImGlob] string :: {Global Masq for ortho: if used, give full name of masq (e.g. MasqGlob.tif) }
- [Name=Debug] bool :: {Debug !!!}
- [Name=UseTA] bool :: {Use TA as filter when exist (Def=false)}
- [Name=RI] REAL :: {Resol Im, def=1 }
Example
For example in the Cuxa Auto dataset, you can launch :
mm3d PIMs2Mnt BigMac DoMnt=1 DoOrtho=1