1X2SYS_PUT(1) Generic Mapping Tools X2SYS_PUT(1)
2
3
4
6 x2sys_put - Update track data bases
7
9 x2sys_put [ info.tbf ] -TTAG [ -S ] [ -V ]
10
12 x2sys_put accepts a track bin-index file created by x2sys_binlist and
13 adds this information about the data tracks to the relevant data base.
14 The system TAG must match the tag encoded in the info.tbf file. To
15 inquire about tracks in the data base, use x2sys_get.
16
17 -T Give TAG, the unique name of this data type system.
18
20 No space between the option flag and the associated arguments.
21
22 info.tbf
23 Name of a single track bin file. If not given, stdin will be
24 read.
25
26 -S Used to swap bytes when reading the binary records. Because the
27 flat binary database is written using native binary fwrite, you
28 may have to use this option if you are reading a file created
29 with a different endianness. The updated file is always written
30 with the current endianness.
31
32 -V Selects verbose mode, which will send progress reports to stderr
33 [Default runs "silently"].
34
36 To add the information stored in the track bin-index file latest.tbf to
37 the track data bases associated with the tag MGD77, try
38
39 x2sys_put latest.tbf -V -TMGD77
40
42 x2sys_binlist(1) x2sys_get(1)
43
44
45
46GMT 4.3.1 15 May 2008 X2SYS_PUT(1)