register_ortho

Register a relative orthoimage and DEM to a reference orthorectified image and DEM.

usage: register_ortho [-h] [-glacmask GLACMASK] [-landmask LANDMASK]
                      [-footprints FOOTPRINTS]
                      [-im_subset IM_SUBSET [IM_SUBSET ...]] [-b BLOCK_NUM]
                      [-ori ORI] [-ortho_res ORTHO_RES] [-imgsource IMGSOURCE]
                      [-density DENSITY] [-no_allfree]
                      fn_ortho fn_ref fn_reldem fn_dem

Positional Arguments

fn_ortho

non-referenced orthophoto mosaic

fn_ref

georeferenced satellite image

fn_reldem

relative dem corresponding to ortho

fn_dem

dem

Named Arguments

-glacmask

path to shapefile of glacier outlines (i.e., an exclusion mask)

-landmask

path to shapefile of land outlines (i.e., an inclusion mask)

-footprints

path to shapefile of image outlines. If not set, will download from USGS.

-im_subset

subset of raw images to work with (default all)

-b, --block_num

Block number to use if multiple image blocks exist in directory.

-ori

name of orientation directory (after Ori-) [Relative]

Default: “Relative”

-ortho_res

approx. ground sampling distance (pixel resolution) of ortho image. [8 m]

Default: 8

-imgsource

USGS dataset name for images [DECLASSII]

Default: “DECLASSII”

-density

pixel spacing to look for GCPs [200]

Default: 200

-no_allfree

run Campari with AllFree set to False

Default: True