File Format =========== Spview uses several types of file format. In this section, we'll try to detail these file types, most of which must respect a very strict format, inherited from the Fortran programs that created them. Here's a table showing the existing format types and whether Spview handles them as input, output or both. .. rst-class:: table-responsive +--------------------------------------------------------------------+---------+--------+ | File format | Input | Output | +====================================================================+=========+========+ | :ref:`2-columns ` | Yes | No | +--------------------------------------------------------------------+---------+--------+ | :ref:`OPUS ` | Yes | No | +--------------------------------------------------------------------+---------+--------+ | :ref:`Assignment (\*.asg) `| Yes | Yes | +--------------------------------------------------------------------+---------+--------+ | :ref:`SPV (\*.spv) ` | Yes | Yes | +--------------------------------------------------------------------+---------+--------+ | :ref:`TDS (spectr.t) ` | Yes | No | +--------------------------------------------------------------------+---------+--------+ | :ref:`HITRAN ` | Yes | No | +--------------------------------------------------------------------+---------+--------+ .. toctree:: :hidden: file-format/2-columns file-format/Asg file-format/OPUS file-format/Spv file-format/TDS file-format/HITRAN