visiontoolkit.make_preview_plots¶
- visiontoolkit.make_preview_plots(obs_field, show_plot_of_input_obs, plot_of_input_obs_track_only, outputs_dir, plotname_start, cfp_mapset_config, cfp_cscale, cfp_input_levs_config, cfp_input_track_only_config, cfp_input_general_config, verbose, index=False)¶
Generate plots of the flight track for a pre-colocation preview.
If index is provided, it is assumed there will be multiple preview plots and therefore each should be labelled with the index in the name.
Note we wrap method from plotting module here so we can use the timeit decorator.
TODO: DETAILED DOCS