Project-OSmOSE / OSEkit

OSEkit is an open source suite of tools written in python and dedicated to the management and analysis of data in underwater passive acoustics.
https://osmose.ifremer.fr
Other
3 stars 0 forks source link

Pc add verbose attribute in spectrogram #174

Closed PCarvaillo closed 2 weeks ago

PCarvaillo commented 2 weeks ago

[THIS PR IS A SUGGESTION]

Problem: When generating spectrograms, logs are full of data min / data max / data mean / data std prints, this can hide more important logs during processing.

Solution: Added a boolean attribute "verbose" to the spectrogram class When False, these prints are deactivated for more readable logs.