-
Notifications
You must be signed in to change notification settings - Fork 55
hmrR_OD2Conc
jayd1860 edited this page Apr 11, 2023
·
1 revision
UI Name :
OD_to_Conc
Syntax :
dc = hmrR_OD2Conc( dod, probe, ppf)
Description :
Convert OD to concentrations
Inputs :
- dod: SNIRF.data container with the Change in OD time course.
- probe: SNIRF.probe container with the source/detector geometry.
- ppf: Partial path length factors for each wavelength. If there are 2 wavelengths of data, then this is a vector of 2 elements. Typical value is ~6 for each wavelength if the absorption change is uniform over the volume of tissue measured. To approximate the partial volume effect of a small localized absorption change within an adult human head, this value could be as small as 0.1. It is recommended to use default values of “1 1” which will result in concentration units of “molar ppf” such that the user can then divide by an estimated ppf at any future point to estimate what the molar concentration change would be.
Outputs :
- dc: SNIRF.data container with the concentration data
Usage Options :
- Delta_OD_to_Conc: dc = hmrR_OD2Conc( dod, probe, ppf)
Default Parameters :
- ppf: [1.0, 1.0]
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