wf_psf.plotting.plotting_config_handler
PlottingConfigHandler.
A module containing the PlottingConfigHandler class, which is responsible for managing the parameters of the plotting configuration file and running the plotting of the metrics of a trained PSF model
- Authors:
Jennifer Pollack <jennifer.pollack@cea.fr>
Classes
|
PlottingConfigHandler. |
- class wf_psf.plotting.plotting_config_handler.PlottingConfigHandler(plotting_conf, file_handler)[source]
Bases:
ConfigHandlerPlottingConfigHandler.
A class to handle plotting config settings.
- Parameters:
Methods
Check and Update Metrics Confs.
Load Metrics into Dictionary.
Make dictionary of metrics.
run()Run.
- check_and_update_metrics_confs()[source]
Check and Update Metrics Confs.
A function to check if user provided inputs metrics dir to add to metrics_confs dictionary.
- load_metrics_into_dict()[source]
Load Metrics into Dictionary.
A method to load a metrics file of a trained model from a previous run into a dictionary.
- Returns:
metrics_files_dict – A dictionary containing all of the metrics from the loaded metrics files.
- Return type: