AccumulateCurves¶
- MLModule¶
author
package
dll
definition
see also
keywords
accumulate,add,combine,concatenate,curve,list,container
Purpose¶
This module can incrementally add curves to a CurveList. One typical use case is the slice- or timepoint-wise processing of an image where resulting curves have to be stored.
Usage¶
Connect a curve, and press Add.
Windows¶
Default Panel¶
Input Fields¶
inCurves¶
- name: inCurves, type: MLBase¶
A CurveData object.
Output Fields¶
outCurveList¶
- name: outCurveList, type: MLBase¶
A CurveList containing the previously added curves.
Parameter Fields¶
Visible Fields¶
Add¶
Clear¶
- name: clear, type: Trigger¶
Removes all output curves, and resets the output to a null object.