\' character is joined to the succeeding line before any other
processing is performed. Any leading '#' characters on the second
line are removed.
As with the OVF format, all non-data lines begin with a '#' character, comments with two '#' characters. (This makes it easier to import the data into external programs, for example, plotting packages.) An example is included below.
The first line of an ODT file should be the file type descriptor
# ODT 1.0It is also recommended that ODT files be given names ending in the file extension .odt so that ODT files may be easily identified.
The remaining lines of the ODT file format should be comments, data, or any of the following 5 recognized descriptor tag lines:
# ODT 1.0
# Table Start
# Title: This is a small sample ODT file.
#
## This is a sample comment. You can put anything you want
## on comment lines.
#
# Columns: Iteration "Applied Field" {Total Energy} Mx
# Units: {} "mT" "J/m^3" "A/m"
103 50 0.00636 787840
1000 32 0.00603 781120
10300 -5000 0.00640 -800e3
# Table End