OOF2: The Manual

Name

DataFileFormat — Types of oof2 data files.

Description

Formats for writing data files.

Values

  • script: A fully functioning Python script. Flexible and editable, but insecure.
  • ascii: An ASCII file with Python-like syntax that will NOT be parsed by the Python interpreter. Editable and secure, but inflexible.
  • binary: A binary file. Inflexible and uneditable, but secure, compact and not subject to round-off error.

See Also