Skip to content

Commit 0236229

Browse files
Update contourusv/main.py
Co-authored-by: Christian O'Reilly <[email protected]>
1 parent b002023 commit 0236229

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

contourusv/main.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,10 @@ def run_detection(root_path, file_name, experiment, trial, overlap=3,
271271
# Current thought: Split the spectrogram into upper and lower frequency bands
272272
# Lower band: use current process... might need to make AT a bit less aggressive?
273273
# Upper band: need to make a less aggressive process... CLAHE maybe?
274-
274+
# TODO: Difference in processing between frequency bands would need to be
275+
# tied up to the definitions in `call_type_defs` which would need to be
276+
# species/strains/age specific. This would require ultimately a more flexible
277+
# and generic framework.
275278

276279
# Find index where frequency >= 40 kHz (f is in kHz)
277280
split_idx = np.argmax(f >= 40)

0 commit comments

Comments
 (0)