emod_api.channelreports.plot_prop_report module¶
Command line utility for plotting property reports.
- emod_api.channelreports.plot_prop_report.main(args: argparse.Namespace)[source]¶
Plot specified property report with the given options.
- emod_api.channelreports.plot_prop_report.list_channels_and_ips(channel_keys: List[str]) None [source]¶
List the channels and properties found in a property report from the CHANNEL:IP:value,…,IP:value keys of the channel dictionary.
- emod_api.channelreports.plot_prop_report.call_plot_traces(args: argparse.Namespace, trace_values: Dict[str, numpy.ndarray]) None [source]¶
Call the internal plot_traces function and, optionally, save the results to disk.
- emod_api.channelreports.plot_prop_report.process_cmd_line() argparse.Namespace [source]¶
Put command line processing here rather than in if ‘name’ == ‘__main__’.