arrow_back Experimental data used in the article Behavioral transition of a fish school in a crowded environment
Dataset usage instructions
- The data are stored using a TSV file format and contain the trajectories of fish during the experiments.
- The first line contains the label of each columns:
- T: the time
- X: the x-position (horizontal)
- Y: the y-position (vertical)
- VX: the velocity along the x-axis
- VY: the velocity along the y-axis
- THETA: the orientation angle with respect to the reference direction of the pillar array (in radian)
- FishTag: the fish label
- ExpTag: the experience label
Each file contains several experiments. Each experiment, which is tagged with "ExpTag", contains several fish which are tagged with "FishTag". To get the trajectory of fish i during experiment j, it is needed to keep the point with FishTag==i and ExpTag==j.