| genre | Diagram |
| status | stable |
| author | Tobias Boskamp |
| package | MeVisLab/Standard |
| dll | MLDynaCurve |
| definition | MLDynaCurve.def |
| see also | Diagram2D, ProfileCurve, SoView2DMarkerEditor, ContourManager |
| keywords | Diagram, curve, profile, time, dynamic |
The module DynaCurve extracts dynamic time curves from an input image.
The DynaCurve module reads voxel values from its input image at specified positions for all time points available in the image and computes ml::CurveData objects from these values. The curves are available as a ml::CurveList object at the outCurveList field, which can be connected, e.g., to a Diagram2D module.
The positions from which the voxel values are read can be specified by a list of point markers or by a list of contours or ROIs.
The output curves are generated in the order found in the point or ROI list. If both point and ROI curves are generated, the point curves appear first in the output curve list.
| Data: Enum | Mode (refTimeMode): Enum |
| dataSymbol: String | Reference: Bool |
| dataUnit: String | Style: Enum |
| Display (displayPoints): Bool | Time Data: Enum |
| Display (displayROIs): Bool | Time Unit: Enum |
| ImageLabel: String | Valid: Bool |
| Index: Integer | |
| Mode (ROIMode): Enum |
If checked, the points are displayed in the curve data.
If checked, the ROIs are displayed in the curve data.
Defines the ROI creation mode.
Values:
| Title | Name | Description |
|---|---|---|
| Current | Current | Creates a single curve object for the current ROI in the contour list. |
| All | All | Creates curve objects for all ROIs in the contour list. |
Defines the computation mode in ROIs.
Values:
| Title | Name | Description |
|---|---|---|
| Mean | Mean | Computes the mean value in a ROI. |
| Mean + Min/Max | MeanPlusMinMax | Computes the mean value and the min/max values in a ROI. |
| Mean +/- StdDev | MeanAndStdDev | Computes the mean value and the standard deviation in a ROI. |
| Min/Max Range | MinMaxRange | Computes the min/max value range in a ROI. |
| StdDev | StdDev | Computes the standard deviation in a ROI. |
| Rel. StdDev | RelStdDev | Computes the relative standard deviation in a ROI. That is the standard deviation value divided by the mean value in a ROI. |
Defines the appearance of ROIs in a curve.
Values:
| Title | Name | Description |
|---|---|---|
| Error Bar | ErrorBar | The mean value is displayed as a line curve and the min/max or standard deviation values are displayed as error bars. |
| Area | Area | Mean values and min/max or standard deviation values are displayed as line curves, the area between the outer curves is filled. |
Defines how the output curves are computes from the input image.
Only available if Reference is checked.
Values:
| Title | Name | Description |
|---|---|---|
| Difference | Difference | Difference to the reference time point. |
| Ratio | Ratio | Quotient between current and reference time point. |
| Rel. Enhancement | RelEnhancement | Relative difference (in percent) to the reference time point. |
| Clone | Clone | Original image voxel values. |
| Neg Log Of Ratio | NegLogOfRatio | Negative logarithm of the Ratio. |
Defines the units in which the time axis information is stored in the output curves.
Values:
| Title | Name |
|---|---|
| Seconds | Seconds |
| Minutes | Minutes |
Defines the inclusion of explicit time axis information int he output curves.
Values:
| Title | Name | Description |
|---|---|---|
| Off | Off | No time axis information is included. |
| On | On | The time axis data include valid time points of the input image. |
| Non-Constant | NonConstant | The time axis data include only non-constant time points of the input image. |