ReconDataset.plot_summary¶
- ReconDataset.plot_summary(mission=None, save_path=None)[source]¶
Plot summary map of all recon data.
- Parameters
mission (str, optional) – String with mission name. Will plot summary for the specified mission, otherwise plots for all missions (default).
save_path (str) – Relative or full path of directory to save the image in. If none, image will not be saved.
- Returns
ax – Instance of axes containing the plot.
Notes
HDOB data needs to be read into the recon object to use this function. To do so, use the
ReconDataset.get_hdobs()
function.