plot_completeness

beast.plotting.plot_completeness.plot_completeness(physgrid_list, noise_model_list, output_plot_filename, param_list=['Av', 'Rv', 'logA', 'f_A', 'M_ini', 'Z', 'distance'], compl_filter='F475W')[source]

Make visualization of the completeness

Parameters:
  • physgrid_list (string or list of strings) – Name of the physics model file. If there are multiple physics model grids (i.e., if there are subgrids), list them all here.

  • noise_model_list (string or list of strings) – Name of the noise model file. If there are multiple files for physgrid_list (because of subgrids), list the noise model file associated with each physics model file.

  • param_list (list of strings) – names of the parameters to plot. Two or more parameters need to be specified.

  • compl_filter (str) – filter to use for completeness (required for toothpick model)

  • output_plot_filename (string) – name of the file in which to save the output plot