Blame view

help/catAsciiFormat 643 Bytes
a04c45ea   Elena.Budnik   rm 6503 - ascii c...
1
2
3
4
<h3>ASCII Catalog Format</h3>
<ul>
<li>Time formats in ascii catalog are the same as in ascii time tables.
 <br/> <br/>
32756c2b   Elena.Budnik   cat help
5
6
<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.
a04c45ea   Elena.Budnik   rm 6503 - ascii c...
7
8
9
10
11
12
13
14
15
16
<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>