Closed sammlapp closed 1 month 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)
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)