Strip samples on boundaries defines by sample attribute values.
A sample attribute of a dataset is scanned for consecutive blocks of identical values. Every change in the value is treated as a boundary and custom number of samples is removed prior and after this boundary.
Notes
Available conditional attributes:
(Conditional attributes enabled by default suffixed with +)
Methods
| generate(ds) | Yield processing results. |
| get_postproc() | Returns the post-processing node or None. |
| get_space() | Query the processing space name of this node. |
| reset() | |
| set_postproc(node) | Assigns a post-processing node Set to None to disable postprocessing. |
| set_space(name) | Set the processing space name of this node. |
| Parameters: | space : str
prestrip : int
poststrip : int
enable_ca : None or list of str
disable_ca : None or list of str
postproc : Node instance, optional
descr : str
|
|---|
Methods
| generate(ds) | Yield processing results. |
| get_postproc() | Returns the post-processing node or None. |
| get_space() | Query the processing space name of this node. |
| reset() | |
| set_postproc(node) | Assigns a post-processing node Set to None to disable postprocessing. |
| set_space(name) | Set the processing space name of this node. |