4.17. cpforager.processing.add_roll

cpforager.processing.add_roll(df)

Add to the dataframe the additional roll column that gives the roll angle in degrees.

Parameters:

df (pandas.DataFrame) – dataframe with ax_s, ay_s and az_s columns.

Returns:

the dataframe with and additional roll column that gives the roll angle in degrees.

Return type:

pandas.DataFrame