Discover dtrack (or compatible) landmark/track file pairs in a directory
Source:R/loaders.R
import_tracks.RdScans dir for paired files matching landmark_suffix and
track_suffix and returns a tibble of basenames and paths.
Details
The default suffixes match the export naming convention used by dtrack
(https://bitbucket.org/jochensmolka/dtrack). In the bundled
millipede example data, _point01 files contain two
landmark rows per trial (arena centre and stimulus edge on the arena wall)
and _point02 files contain the per-frame animal trajectory. This
two-file role split is specific to that experiment and is not a general
dtrack convention. Use [dtrack_read()] to read an individual trajectory
file.