Skip to content

Commit

Permalink
include create_AOI_df()
Browse files Browse the repository at this point in the history
  • Loading branch information
M1V0 committed Dec 18, 2024
1 parent 986a077 commit 3387a92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# eyetools (development version)
# eyetools 0.8.0
* renamed `hdf5_to_csv()` to `hdf5_to_df()` to accurately reflect operation
* added `hdf5_get_event()` to access messages stored in the TOBII generated hdf5
* updated the sample_rate estimation code in `*_VTI()`, `interpolate()`, and `AOI_time*()` functions
* updated plot aesthetics for colour-blindness (using viridis), and improving flexibility of use
* Added `create_AOI_df()` for generating an empty dataframe of the required column names

# eyetools 0.7.3
* added `plot_AOI_growth()`
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Available functions in the latest CRAN version:
| `combine_eyes()` | Combines binocular data (i.e., average or “best eye”) into monocular data |
| `compare_algorithms()` | Provides a comparison between the dispersion and VTI fixation algorithms with correlations and plot |
| `conditional_transform()` | Implements a single-axis flip for specific trials to normalise data with counterbalanced designs |
| `create_AOI_df()`. | Create a blank data frame for populating with AOIs |
| `fixation_dispersion()` | Dispersion algorithm for fixation detection |
| `fixation_VTI()` | An algorithm that subtracts saccadic periods for fixation detection |
| `hdf5_to_df()` | converts eyetracking data retrieved from TOBII eyetrackers to a dataframe |
Expand Down

0 comments on commit 3387a92

Please sign in to comment.