hugomflavio / actel

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

Create "simple" analysis #6

Closed hugomflavio closed 5 years ago

hugomflavio commented 5 years ago

This is the first of a set of three issues designed to create different analyses.

The simple analysis will not look at times of entry and exit of each receiver, nor apply a fate to the tags. Instead, it sorts the data into movements, checks for validity of movements (i.e. detections before release) and creates the individual plots.

This first step will be essential to allow for easy testing of new features to come.

Overview of the tasks involved:

  1. Create a sister function of the function actel
  2. Remove the migration related steps from it.
hugomflavio commented 5 years ago

I have created a new "explore" function, which is currently stored in the devel branch. Ready for the next issue.