Create a batch file to convert one or more GLOBK binary h-files to SINEX
Usage: sh_glbtosnx -f [files] -ext [comextent]
where [files] are GLOBK binary file names (minus the extent) to be converted
wildcards are allowed
The output files will be named [files].snx
Example: sh_glbtosnx -f H* -ext glx > glbtosnx.bat
csh glbtosnx.bat
will convert H9912071159.glx
H9912081159.glx
...
to H9912071159.snx
H9912081159.snx
...