Skip to content

Commit

Permalink
render properly
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudabedinifar committed Nov 13, 2024
1 parent 73bad3e commit 5514104
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions kielmat/modules/ptd/_pham.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def detect(
plot_results (bool, optional): If True, generates a plot. Default is False.
Returns:
The postural transition information is stored in the 'postural_transitions_' attribute,
which is a pandas DataFrame in BIDS format with the following columns:
The postural transition information is stored in the 'postural_transitions_' attribute, which is a pandas DataFrame in BIDS format with the following columns:
- onset: Start time of the postural transition in second.
- duration: Duration of the postural transition in second.
- event_type: Type of the event which is postural transition.
Expand Down Expand Up @@ -465,8 +465,8 @@ def spatio_temporal_parameters(self) -> pd.DataFrame:
Extracts spatio-temporal parameters of the detected postural transitions.
Returns:
The spatio-temporal parameter information is stored in the 'spatio_temporal_parameters'
attribute, which is a pandas DataFrame as:
The spatio-temporal parameter information is stored in the 'spatio_temporal_parameters' attribute, which is a pandas DataFrame as:
- type_of_postural_transition: Type of postural transition which is either "sit to stand" or "stand to sit".
- angel_of_postural_transition: Angle of the postural transition in degrees.
- maximum_flexion_velocity: Maximum flexion velocity in deg/s.
Expand Down
8 changes: 4 additions & 4 deletions kielmat/modules/td/_pham.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ def detect(
plot_results (bool, optional): If True, generates a plot. Default is False.
Returns:
The turns information is stored in the 'turns_' attribute,
which is a pandas DataFrame in BIDS format with the following information:
The turns information is stored in the 'turns_' attribute, which is a pandas DataFrame in BIDS format with the following information:
- onset: Start time of the turn in second.
- duration: Duration of the turn in second.
- event_type: Type of the event (turn).
Expand Down Expand Up @@ -455,8 +455,8 @@ def spatio_temporal_parameters(self) -> pd.DataFrame:
Extracts spatio-temporal parameters of the detected turns.
Returns:
The spatio-temporal parameter information is stored in the 'spatio_temporal_parameters'
attribute, which is a pandas DataFrame as:
The spatio-temporal parameter information is stored in the 'spatio_temporal_parameters' attribute, which is a pandas DataFrame as:
- direction_of_turn: Direction of turn which is either "left" or "right".
- angle_of_turn: Angle of the turn in degrees.
- peak_angular_velocity: Peak angular velocity during turn in deg/s.
Expand Down

0 comments on commit 5514104

Please sign in to comment.