https:///weradocs/List_GDOP.shtml Last update:

WERA HF Radar Software - List_GDOP

List_GDOP: Convert unformatted GDOP file to readable text

Call: List_GDOP <path_to_GDOP_file>

This program transforms the binary data structure of the GDOP files to readable ASCII text. The data format of the resulting GDOP file can be found here.

The following box shows a typical output generated by List_GDOP:

wera@ifmpc205:~/Fortran> List_GDOP /home/wera/etc/Gijon_GDOP_60_60.dat
 List_GDOP V1.0.0 Linux:
 Reading: /home/wera/etc/Gijon_GDOP_60_60.dat
 Writing: /home/wera/etc/Gijon_GDOP_60_60.dat_lst

Linux:
------

Source is in List_GDOP.F
Compilation and linking with './do_list_gdop.sh'

Call with
> List_GDOP <path_to_GDOP_file>
e.g.
> List_GDOP /home/wera/data/TEST/Gijon_GDOP_60_60.dat 

Program creates /home/wera/data/TEST/Gijon_GDOP_60_60.dat_lst

VMS:
----

Source is in List_GDOP.F
Compilation and linking with '@List_GDOP'

Program needs to be defined as an external command to take parameters
from the command line, e.g.
$ List_GDOP :== $$USER1:[WERA.Fortran]List_GDOP.EXE

Call with
$ List_GDOP 
e.g.
$ List_GDOP $DATA2:[GURGEL.Maasmond]Gijon_GDOP_60_60.dat 

Program creates $DATA2:[GURGEL.Maasmond]Gijon_GDOP_60_60.dat_lst


Comments to: gurgel@ifm.uni-hamburg.de (Klaus-Werner Gurgel)