PropagateNaNs¶
Propagate NaNs within a data packet following a specified rule.
This can be used, for example, to propagate bad-sample masks between different NIRS wavelengths, or to carry over a NaN mask from one stream to another. Version 1.0.0
Ports/Properties¶
data¶
Data to process.
other¶
Secondary stream.
rule¶
Propagation rule. The same_position mode will propagate to channels that have the same position, e.g., wavelengths in NIRS, including dark measurements if present. The from_other mode will propagate NaNs from the other packet to the data packet.
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.