catalight.analysis.run_plot_comparison.get_user_inputs

catalight.analysis.run_plot_comparison.get_user_inputs(starting_dir=None)

Take user input using GUI for running multiplot comparison.

Parameters:

starting_dir (str, optional) – Path to initialize file dialog in. The default is None.

Returns:

  • file_list (list of str) – List of file paths to experiment folders then used to initiate experiment objects and calculate conversion and selectivity.

  • data_labels (list of str) – List of data labels used for generating plot legends.

  • response_dict (dict) – Dictionary of user plot options. Dict Keys depend on options proved to PlotOptionsDialog. {‘reactant’: str, ‘target_molecule’: str, ‘XandS’: bool, ‘XvsS’: bool, ‘figsize’: tuple}