post_process_micmac

post_process_micmac#

Apply georeferencing and masking to the final DEM and Correlation images (optionally, the orthomosaic as well).

Output files are written as follows:
  • DEM: post_processed/{out_name}_Z.tif

  • Hillshade: post_processed/{out_name}_HS.tif

  • Correlation: post_processed/{out_name}_CORR.tif

  • Orthomosaic: post_processed/{out_name}_Ortho.tif

  • Pointcloud (.ply): post_processed/{out_name}.ply

usage: post_process_micmac [-h] [--do_ortho] [--ind_ortho] [--do_ply]
                           projstr out_name dirmec

Positional Arguments#

projstr

A string corresponding to the DEM’s CRS that GDAL can use to georeference the rasters, or an EPSG code.

out_name

The name that the output files should have.

dirmec

The MEC directory to process files from (e.g., MEC-Malt)

Named Arguments#

--do_ortho

Post-process the orthomosaic in Ortho-{dirmec}, as well. Assumes that you have run mm3d Tawny with Out=Orthophotomosaic first.

Default: False

--ind_ortho

Post-process the individual orthophotos in in Ortho-{dirmec}, as well.

Default: False

--do_ply

run mm3d Nuage2Ply to create point cloud in PLY format.

Default: False