Dimension Reduction Visualization Functions

Functions

xr_fresh.visualizer.plot_interpolated_actual(interpolated_stack: str, original_image_list: list, samples: int = 20)[source]

Plots the interpolated and actual values for a given time series.

Parameters:
  • interpolated_stack (str) – multiband stack of images representing interpolated time series. Defaults to None.

  • original_image_list (list) – list of files used in interpolation. Defaults to None.

  • samples (int, optional) – number of random points to compare time series. Defaults to 20.