OptodeAttribution¶
Attribute channel measures to optodes.
This node accepts channel NIRS data, and factorizes it into per-optode measures. This can be used to work out overall light transmission through an optode, or optode contact fidelity, for instance. Version 0.1.0
Ports/Properties¶
data¶
Data to process.
combiner¶
Method for to combine multiple readings for an optode into a single value.
transform¶
How to transform the data prior to factorization. These are mainly useful to attribute measures where there is no obviously right relationship between channels and optodes, such as different quality or noise scores.
beta¶
Bias for very small signal values.
length_falloff_exponent¶
Exponent for the falloff function. This is used to correct for differences in channel length.
factorization¶
Optional data factorization. None will simply consider all channels associated with an optode. The other two can be used in combination with num_components to keep only the dominant latent between-optode factors in the data, while cutting off noise on individual channels.
num_components¶
Number of components to consider, if factorization is used.
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.