GUIBRUSHR.GUI.Input_Output_Panels.Input_Panels.Frame_Cross_Correlation.sum_cc_background module

Background sum cross-correlation computation module.

This script is launched as a subprocess by Frame_sum_CC.py to perform the Kp/Vsys analysis without blocking the GUI. It reads parameters from exchange_sum_cc.pkl, runs the computation, and writes results to result_sum_cc.pkl or errors to error_sum_cc.pkl.

Usage:

python3 sum_cc_background.py <exchange_path> <path_default>

GUIBRUSHR.GUI.Input_Output_Panels.Input_Panels.Frame_Cross_Correlation.sum_cc_background.sum_cc_func_bg(params)[source]

Background version of sum_cc_func.

Reads all parameters from the exchange dictionary and performs the Kp/Vsys analysis. Returns a dict with the output png paths for GUI update.

GUIBRUSHR.GUI.Input_Output_Panels.Input_Panels.Frame_Cross_Correlation.sum_cc_background.main()[source]