pygwb.statistical_checks.run_statistical_checks_from_file

pygwb.statistical_checks.run_statistical_checks_from_file(combine_file_path, dsc_file_path, plot_dir, param_file, coherence_far=1.0, legend_fontsize=16, coherence_file_path=None, file_tag=None, convention='pygwb', seaborn_palette='tab10')[source]

Method to generate an instance of the statistical checks class from a set of files.

Parameters:
  • combine_file_path (str) – Full path to the file containing the output of the pygwb.combine script, i.e., with the combined results of the run.

  • dsc_file_path (str) – Full path to the file containing the results of the delta sigma cut.

  • plot_dir (str) – Full path where the plots generated by the statistical checks module should be saved.

  • param_file (str) – Full path to the parameter file that was used for the analysis.

  • coherence_far (float) – Coherence false alarm rate

  • legend_fontsize (int, optional) – Fontsize used in the plots generated by the module. Defaults to 16.