gwsumm.tabs.fscan module

Custom SummaryTab for the output of the FScan algorithm.

class gwsumm.tabs.fscan.FscanTab(*args, **kwargs)[source]

Bases: DataTab

Custom tab displaying a summary of Fscan results.

classmethod from_ini(config, section, **kwargs)[source]

Define a new FscanTab from a ConfigParser.

process(config=<GWSummConfigParser()>, **kwargs)[source]

Process data for this tab

Parameters:
configConfigParser.ConfigParser, optional

job configuration to pass to \(~DataTab.finalize_states\)

**stateargs

all other keyword arguments are passed directly onto the :meth:`~DataTab.process_state` method.

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

Write the ‘#main’ HTML content for this FscanTab.