-
Notifications
You must be signed in to change notification settings - Fork 55
Setting processing stream parameters
ProcStreamOptionsGUI is an independent GUI that displays the current processing stream and allows users to modify the parameter settings.
You can check the current processing stream and edit the parameters options in the processing stream by using the ProcStreamOptionsGUI. Please follow these steps:
- To open the ProcStreamOptionsGUI, click the button Edit Options in Homer3 GUI.
- The ProcStreamOptionsGUI dialog will appear. If you have selected your own config file, the processing stream will be displayed in the dialog. If a default processing stream has been loaded, the dialog will be shown as follows.
The default provides a simple processing stream as an example consisting of four functions: hmrR_Intensity2OD, hmrR_BandpassFilt, hmrR_OD2Conc_new, and hmrR_BlockAvg. Each function is divided into rows by gray lines and typically contains function name, parameters associated with the function, and edit boxes where the parameter values can be modified. Furthermore, placing the cursor over the function name will bring up a brief introduction to the function.
- Type in the edit boxes to modify the function parameters or leave them as default values. Click the EXIT button to close the dialog, and you will return to the Homer3 GUI.
- Note that prior to opening the ProcStreamOptionsGUI, please first select the element that you want to check.
- If you wish to check the processing stream for a run (snirf file), select the run in the data tree hierarchy from the Current Processing Element window or select the Run button from the Processing Level window. Then the ProcStreamOptionsGUI dialog will look like below.
- If you select a subject in the data tree hierarchy or select the Subj button in the Processing Level window, the ProcStreamOptionsGUI dialog showing the processing stream for the subject level will appear as shown below.
- The ProcStreamOptionsGUI dialog showing the processing stream for the group level will appear if you select the group in the data tree hierarchy or select the Group button in the Processing Level window.
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