landing_position#
- pymovements.measure.reading.landing_position(fixations: DataFrame) DataFrame[source]#
Compute the character index of the first fixation on each word (LP).
- Parameters:
fixations (pl.DataFrame) – Fixation table containing at least
trial,page,word_idx,onset, andchar_idxcolumns.- Returns:
DataFrame with columns
trial,page,word_idx, andLP.- Return type:
pl.DataFrame