API for scripting

Scripting with tridesclous can avoid unnecessary click and play with the GUI in parameter dialogs if you need to process many files. Almost everything can be done 3 classes:

  • DataIO for configuration of the dataset, format selection, PRB file assignement, …
  • CatalogueConstructor run all steps to construct the catalogue : signal processing, fetaure, clustering, …
  • Peeler run the template matching engine

Of course everything done by script can still be check and modify with the GUI (MainWindow, CatalogueWindow and PeelerWindow).

The best is to read examples in the git repo

Classes API