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

../../../Projects/CurveInfrastructure/AccumulateCurves/Modules/mhelp/Images/Screenshots/AccumulateCurves._default.png

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

name: add, type: Trigger

Adds a copy of the inCurves object to the output CurveList.

Clear

name: clear, type: Trigger

Removes all output curves, and resets the output to a null object.