ParamView#

class sofia_redux.pipeline.gui.widgets.ParamView(parent=None)[source]#

Bases: TextView

View and filter current parameter values.

Build the widget.

Methods Summary

format()

Format the parameter text.

table()

Format selected parameters into a table.

Methods Documentation

format()[source]#

Format the parameter text.

Returns:
str

HTML-formatted text.

table()[source]#

Format selected parameters into a table.

Uses comma-separated filter values as keys to display from each parameter section.

Requires pandas to display.