NirsOpticalDensityQualityMetrics¶
Computes various quality metrics from NIRS data that has been converted to optical density.
This should be preceded with the node IntensityToOpticalDensity. This expects a stream where the Metadata.quantity is set to Quantities.optical_density and Origin.modality set to Modalities.NIRS. This should be set by your importer but otherwise you can use SetStreamProperties to set it. Version 0.3.0
Ports/Properties¶
data¶
Data to process.
diagnostic_flatline¶
All-flat channels.
diagnostic_saturation¶
Saturating channels.
diagnostic_motion¶
Motion-artifact presence in channels.
diagnostic_explainedvar¶
Variance explained due to various processes, by channel.
diagnostic_anticorr¶
HbO/HbR anti-correlation in channels (higher is better).
diagnostic_motionprofile¶
Motion profile over time (not per-channel).
correlate_streams¶
Additional streams that shall be used to calculate variance explained by the measures therein.
exclude_shortsep¶
Exclude "short" channels with a source-detector distance below this threshold, which is in millimeters. A typical value is 15. If set to 0, no channels are excluded from the analysis.
average_wavelengths¶
Average measures over wavelengths.
mayer_band¶
Frequency range for Mayer waves.
respiration_band¶
Frequency range for respiration effects.
cardiac_band¶
Frequency range for cardiac cycle.
skip_explained_var¶
Skip the variance explained quality metrics. These can require significant compute resources depending on the size of your file.
hp_cutoff¶
Frequency cutoff (lower bound) for highpass filter. Leave empty to skip highpass filter.
lp_cutoff¶
Frequency cutoff (upper bound) for lowpass filter. Leave empty to skip lowpass filter.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.