hugomflavio / actel

Standardised analysis of acoustic telemetry data from fish moving through receiver arrays
https://hugomflavio.github.io/actel-website
26 stars 6 forks source link

Create "residency" analysis #10

Closed hugomflavio closed 5 years ago

hugomflavio commented 5 years ago

This is the third of the intended new sets of analysis.

Coupled with the estimated position of the fish estimated by issue 8, this analysis should focus on a different set of outputs. I must still discuss the most usually sought outputs when dealing with resident fish. From there a new report can be created, extending the package's capacities.

hugomflavio commented 5 years ago

Ideas from meeting: Make a list for each tag, tentative column names: Section, Start, Stop, Time.spent (sort of a movement events, but for sections, rather than arrays)

Make a summary (status.df like) with: How much time in each section Average time of arrival and departure from each section Average time spent in the section per visit How many section shifts in total

hugomflavio commented 5 years ago

First working version. Contains: section.movements status.df (residency version).

Still does not print a report.

Next steps include: Calculate efficiency Devise residency plots

hugomflavio commented 5 years ago

First fully operational residency analysis is now up and running in the devel branch