Skip to content

Commit

Permalink
add peaks back to signals dataframe
Browse files Browse the repository at this point in the history
  • Loading branch information
danibene authored May 19, 2024
1 parent a84d14d commit 1cd76e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neurokit2/ppg/ppg_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def ppg_process(
"PPG_Clean": ppg_cleaned,
"PPG_Rate": rate,
"PPG_Quality": quality,
"PPG_Peaks": peaks_signal["PPG_Peaks"].values,
}
)

Expand Down

0 comments on commit 1cd76e4

Please sign in to comment.