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 2 forks source link

Add overwrite condition on spectrogram #172

Closed PCarvaillo closed 2 months ago

PCarvaillo commented 3 months ago

In spectrogram.py => process_file method:

  1. there was an unused overwrite attribute.

  2. It was previously commented, then recently this comment was removed by @cazaudo

  3. I am using overwrite=False quite often in my project, so I'd like to bring it back.

Any reason that I'm not seeing to remove/comment this in the first place?