Workflow
Setup the configuration files: either use the presets (see
physprep/data/workflow_strategy,physprep/data/preprocessing_strategy,physprep/data/qa_strategy) or create your own configuration files.Prepare the data: segment continuous physiological recordings into BIDSified runs based on the MR metadata. This part is not automatically included in the workflow, but Physprep provides functions to BIDSified your dataset.
Preprocess the data: filter and resample the data based on the parameters specified in the
preprocessing_strategyconfiguration file.Extract the features: detect or compute different features for each type of supported physiological signals (e.g. peaks, troughs, amplitude).
Generate a report: provide descriptive metrics as specified in the
qa_strategyconfiguration file, and interactive plots associated with the processed signals.