Aggregate track positions across all videos in a manifest.
Source:R/circular_trials.R
get_all_object_pos.RdIterates over the rows of `file_tbl`, reading the paired landmark and track files for each video before computing trial limits and normalised coordinates. The per-trial outputs are combined into a single tibble, and the augmented trial limits are returned alongside it.
Arguments
- landmarks
Optional data frame or `TrajSet` for the first entry. Retained for backwards compatibility; values are overwritten internally.
- animal_track
Optional data frame or `TrajSet` for the first entry.
- file_tbl
Tibble produced by [import_tracks()], optionally enriched via [load_tracks()] or [load_tracks2()].
- track_dir
Directory containing the landmark and track text files.