NeoGeographyToolkit / StereoPipeline

The NASA Ames Stereo Pipeline is a suite of automated geodesy & stereogrammetry tools designed for processing planetary imagery captured from orbiting and landed robotic explorers on other planets.
Apache License 2.0
479 stars 169 forks source link

parallel_strereo and tile-size #246

Open oleg-alexandrov opened 5 years ago

oleg-alexandrov commented 5 years ago

parallel_stereo takes the option --tile-size which is not documented either for it or for stereo and it does not split the image into tiles of this size. I think this option is inherited from some lower-level base class and this appears confusing. It also takes the option --corr-tile-size which affects tiling when MGM is used but this is also not documented. Lastly, normally we use --job-size-h and --job-size-w to control tiling. All this needs to be sorted out in the doc.