Skip to content

Code and developments

Patrick Brockmann edited this page Oct 8, 2025 · 3 revisions

The application has a main script and relies on custom-developed classes stored in the resources directory.

The classes can be tested independently as follows:

  • python -m resources.interactivePlot
  • python -m resources.defineRandomSerieWindow
  • python -m resources.defineSinusoidalSerieWindow
  • python -m resources.displaySingleSerieWindow
  • python -m resources.defineFilterWindow

Clone this wiki locally