| https:///weradocs/List_GDOP.shtml |
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 |