kitzeslab / opensoundscape

Open source, scalable software for the analysis of bioacoustic recordings
http://opensoundscape.org
MIT License
139 stars 16 forks source link

SynchronizedRecorderArray API should allow localizing a list of already-created events #1041

Closed sammlapp closed 1 month ago

sammlapp commented 3 months ago

in localize_detections() we have to pass a detecitons df

https://github.com/kitzeslab/opensoundscape/blob/68184f307524b1f224d433f81095a94c654802dd/opensoundscape/localization.py#L648

but what if we have already created and perhaps modified a list of candidate events? Should break this function up into a more modular arrangement and expose a method localize_candidate_events(event_list)