# Behavioral data info
## Data directory structure
Behavioral data of the 10 participants. In each `.zip` file the behavioral data is divided into the four recording sessions through the following directory structure:
/sub-01
│
└───ses-01
│ └───behavioral_data.npy
│
...
│
└───ses-04
└───behavioral_data.npy
## Behavioral data files
The `behavioral_data.npy` file consists of a Python dictionary with the following keys:
* `target_present`: sparse zero vector of shape [1044 session sequences]. Each vector component corresponds to one session sequence, and 1s indicate sequences in which target images were presented.
* `response`: response vector of shape [1044 session sequences]. Each vector component corresponds to one session sequence: 0s indicate sequences in which participants reported that a target image was not present, 1s indicate sequences in which participants reported that a target image was present, and 2s indicate sequences in which participants did not give any response.
## Additional info
For a detailed description of the experimental paradigm and task, please refer to our [paper][paper_link].
[paper_link]: https://doi.org/10.1016/j.neuroimage.2022.119754