lst_auto_rta.plot_line_delay.save_line_delays_plot¶
- lst_auto_rta.plot_line_delay.save_line_delays_plot(event_df, log_df, fig_pickle_path, rate_aggregation_str)[source]¶
Plot and save the event id and the R0->DL1 processing rates wrt to time for an entire night
Paramters¶
- event_dfpd.DataFrame
DataFrame with events data.
- log_dfpd.DataFrame
DataFrame with log files data (processing rate)
- fig_pickle_pathpathlib.Path
Path to where the plot figure should be pickled.
- rate_aggregation_strstr
Aggregation string in pandas time grouper syntax. For example for 10 seconds: “10S”