ETK AutoParam

This Extraction Tool Kit (ETK) interface supports automatic parametrization of text files according to the following rules:

  • Scalar assignment: <name>=<value>

  • Vector assignment: <name>=<value1> <value2> <value...>

  • Signal/XY data:

    • <name>

    • <value_x1> <value_y1>

    • <value_x2> <value_y2>

    • <value_x...> <value_y...>

Examples:

                scalar1=0.2
                vector1=3 7 12
                xydata1
                0.1 2.3
                0.2 2.5
                0.3 2.7