-
Notifications
You must be signed in to change notification settings - Fork 55
hmrR_MotionCorrectRLOESS
jayd1860 edited this page Apr 11, 2023
·
1 revision
UI Name :
Motion_Correct_RLOESS
Syntax :
data_dod = hmrR_MotionCorrectRLOESS(data_dod, span, turnon)
Inputs :
- data_dod: SNIRF data structure containing delta_OD.
- span:
- turnon: Optional argument to enable/disable this function in a processing stream chain.
Outputs :
- data_dod: SNIRF data structure containing delta_OD after motion correction, the same size as dod (Channels that are not in the active ml remain unchanged).
Usage Options :
- Motion_Correct_RLOESS: dod = hmrR_MotionCorrectRLOESS(dod, span, turnon)
Default Parameters :
- span: 0.02
- turnon: 1
Prerequisites :
- Intensity_to_Delta_OD: dod = hmrR_Intensity2OD( intensity )
Join the Homer3 community on openfnirs.org!
- Homer3 Overview
- Download and Installation
- Homer3 Graphical User Interfaces
- Input and Output Definitions
- Processing Data
- Viewing Processed Data via GUI
- Exporting Processed Data into a Text File
- Exporting Processed Data into MATLAB WorkSpace
- Working with Datasets using DataTree Library
- Working with SNIRF files standalone
- Custom User Functions