Closed kdoroschak closed 3 years ago
In quantify.py, there are 2 quantification methods: time between captures & capture frequency.
time between captures (calc_time_until_capture()) is the version in the paper. Asked Karen whether there is a reason to keep get_capture_freq as well.
calc_time_until_capture()
get_capture_freq
Using both.
In quantify.py, there are 2 quantification methods: time between captures & capture frequency.
time between captures (
calc_time_until_capture()
) is the version in the paper. Asked Karen whether there is a reason to keepget_capture_freq
as well.