<h3>ASCII Catalog Format</h3> <ul> <li>Time formats in ascii catalog are the same as in ascii time tables. <br/> <br/> <li>Each ascii catalog must have a header with parameters description (will be changed): see <i>Catalog Header example</i> below. Note that parameter <i>id</i> must be unique for a given catalog. <pre> # Test catalog; # Name: ascii_cat; # Creation Date: 2019-09-01T08:11:53; # Parameter 1: id:column1; name:Col 1; size:1; type:float; # Parameter 2: id:column2; name:Col 2; size:1; type:int; # Parameter 3: id:column3; name:Col 3; size:1; type:int; # Parameter 4: id:column4; name:Col 4; size:1; type:int; </pre> </ul>