Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Andrew Player edited this page Aug 17, 2022 · 1 revision

module src.gui

Created By: Jason Herning, Andrew Player, and Robert Lawton
File Name: gui.py
Description: gui apps


function show_dataset

show_dataset(masked, wrapped) → None

Plot the masked and wrapped arrays.

Parameters:

  • masked : np.ndarray
    The event-mask of the interferogram.
  • wrapped : np.ndarray
    The wrapped interferogram.

Returns:

None


function show_product

show_product(product_path: str, crop_size: int = 0, tile_size: int = 0) → None

Plots the Wrapped, Unwrapped, and Correlation Images in the given product.

Parameters:

  • product_path : str
    The path to the folder containing the ASF InSAR product to display. crop_size : int, Optional tile_size, Optional This is an optional value that simulates the padding and tiling that would happen if this was passed through a tiling model.
  • crop_size : int, Optional
    This is an optional value that simulates the padding, tiling, and cropping that would happen if this was passed through a model with the give crop (output shape).

Returns:

None


This file was automatically generated via andrewplayer3's fork of lazydocs.

Clone this wiki locally