Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 946 Bytes

marker.md

File metadata and controls

38 lines (26 loc) · 946 Bytes

Marker

A marker node defines steps used to define a marker. The resulting marker can be used just like any other marker, for example, you can import it with the marker step.

Besides making it more obvious what type of data is being processed, the difference compared to parameter is that a marker is not exported to the resulting JSON file.

Options

steps

Type: Array
Required: True
Default value: null

This is a list of step nodes to be run to generate an output.


where

Type: Map
Required: False
Default value: null

Filter for measurements where this node should be calculated. Read more in the Measurement filtering section of the Inputs and Outputs document.

Examples

- marker: MyMarker
  steps:
    - marker: HeadL
  - add: [[1, 0, 0], $prev]