TOC  |              |              | 


snx2site - converts a SINEX file to the site_info/xsites format

snx2site {-achr -o out_file -s in_file -f frame_name -v val_mjd} SINEX_file(s)
where:
-a = create antenna records only (default: all types),
-c = create coordinate records only (default: all types),
-h = help message,
-o = output file name (default: snx2site.out),
-r = create receiver records only (default: all types),
-s = old site_info file (for initialization),
-v = valid date to begin using this info [MJD].


DESCRIPTION

snx2site scans an entire SINEX file, extracts the pertinent information, constructs and writes xsites readable binary records.

NOTES: It remains the users responsibility to verify the output information.

EXAMPLES

Values returned by the program will be shown in fixed width font.
Simple conversion to default output file snx2site.out
snx2site igs09407.snx

Simple conversion to the user specified output file site_info.tst
snx2site -o site_info.tst igs09407.snx

Convert to the specified output file site_info.tst; the frame and val date are also entered on the command line (Note: the command processing and substitution "-v $(mjd 98 3 1)" works in the ksh and bourne shells)
snx2site -o site_info.tst -f ITRF96 -v $(mjd 98 3 1) igs09407.snx

Convert only coordinate information.
snx2site -c igs09407.snx



 TOC  |              |              | 


snx2site.html
January 14, 2000
Steve Hilla