Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 763 Bytes

CurveFormat.rst

File metadata and controls

20 lines (16 loc) · 763 Bytes

The Curve file format

A curve file is a text file for specifying 1D curves. It consists of one or more comment lines with meta data about the curve followed by the coordinates. The comment lines start with either a # or % character. Comment lines consist of keyword / value pairs. Supported keywords are CYCLE and TIME. The last comment line contains the name of the curve. The coordinates are provided one point per line. Both Cartesian and Polar coordinates are supported. Cartesion coordinates are assumed by default. This can be overriden with options to the Curve plot. A curve file may contain multiple curves per file.

Here is a sample curve file.

.. literalinclude:: data_examples/curves.curve