Save Preprocessing Reports#
This example can be referenced by citing the package.
Reports are currently a beta feature (help us improve it!) only available for PPG signals.
You can generate a report via the report
argument in the processing function.
# import neurokit2 as nk
# Simulate PPG signal
# signal = nk.ppg_simulate(duration=30, sampling_rate=200, heart_rate=60)
# Process signal and save report
# df, info = nk.ppg_process(ppg_signal = signal, report = "ppg_report.html")
It also saves a html
file (see example here) with interactive plots.