gwsumm.tabs.management module

Definition of the AccountingTab

class gwsumm.tabs.management.AccountingTab(*args, **kwargs)[source]

Bases: DataTab

Summarise the data recorded by the operating mode channels

classmethod from_ini(config, section, plotdir='plots', **kwargs)[source]

Define a new SummaryTab from the given section of the ConfigParser.

Parameters:
cp:class:`~gwsumm.config.GWConfigParser`

customised configuration parser containing given section

sectionstr

name of section to parse

plotdirstr, optional, default: 'plots'

output path for plots, relative to current directory

Returns:
tabDataTab

a new DataTab defined from the configuration

process(nds=None, nproc=1, config=<GWSummConfigParser()>, datacache=None, datafind_error='raise', **kwargs)[source]

Process time accounting data

type = 'accounting'
write_state_html(state)[source]

Write the HTML for the given state of this GuardianTab