Skip to content

Commit

Permalink
restitution: better frequency filters
Browse files Browse the repository at this point in the history
  • Loading branch information
miili committed Dec 6, 2024
1 parent 4b4b9fa commit fbe1ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qseek/models/detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def get_response(tr: Trace) -> Any:
await asyncio.to_thread(
tr.transfer,
transfer_function=response.get_effective(input_quantity=quantity),
freqlimits=(0.005, 0.01, 0.45 / tr.deltat, 0.5 / tr.deltat),
freqlimits=(0.005, 0.05, 0.45 / tr.deltat, 0.5 / tr.deltat),
tfade=seconds_fade,
cut_off_fading=cut_off_fade,
demean=demean,
Expand Down

0 comments on commit fbe1ef5

Please sign in to comment.