Pyriod

Pyriod

Perform prewhitening analysis with an optional interactive GUI.

This class provides the traditional Pyriod interface. It creates a :class:Prewhitener instance and, by default, an associated :class:PyriodGUI.

Attributes and methods of the underlying objects are made accessible through the Pyriod instance for backward compatibility.

Parameters:
  • *args

    Positional arguments passed to Prewhitener.

  • gui (bool, default: True ) –

    If True, create an interactive PyriodGUI. The default is True.

  • **kwargs

    Keyword arguments passed to Prewhitener.

Attributes:
  • pw (Prewhitener) –

    The underlying prewhitening analysis object.

  • gui (PyriodGUI or None) –

    The interactive graphical interface associated with pw. This is None when the GUI is disabled.