Application

class sofia_redux.pipeline.application.Application(configuration=None)[source]

Bases: Interface

Graphical interface to Redux reduction objects.

This class provides a Qt5 GUI that allows interactive parameter setting and reduction step running. Intermediate data viewers are also supported. Most functionality is inherited from the Interface class.

Attributes:
app: QApplication

A top-level Qt widget.

Initialize the application, with an optional configuration.

Parameters:
configurationConfiguration, optional

Configuration items to be used for all reductions

Methods Summary

run()

Start up the application.

Methods Documentation

run()[source]

Start up the application.