pyyeti.cla.DR_Results.rpttab¶
- DR_Results.rpttab(event=None, drms=None, direc='tab', count_filter=1e-06, excel=False)[source]¶
Write results tables with bin count information.
- Parameters:
event (string or None; optional) – String identifying the event; if None, event is taken from each
self[name].eventdrms (list of data recovery categories or None; optional) – Data recovery categories to compare. If None, compare all available.
direc (string; optional) – Name of directory to put tables; will be created if doesn’t exist
count_filter (scalar; optional) – Filter to use for the bin count; only numbers larger (in the absolute value sense) than the filter are counted
excel (bool or string; optional) – If True, a Microsoft Excel file (with the ‘.xlsx’ extension) is written instead of a normal text file for each data recovery category. If a string, a single ‘.xlsx’ file named
excel + '.xlsx'is created with all data recovery categories in it.
Notes
The output files contain the maximums, minimums, abs-max tables. The extrema value is also included along with the case that produced it.
After those three tables, a table of bin counts is printed showing the number of extrema values produced by each event.
The file names are determined from the category names (unless excel provides the single ‘.xlsx’ filename).