Main Content
4 results
The code reads the 'solution/estimate' block of a SINEX file.
The function reads the 'solution/estimate' block of a SINEX file and returns it as a cell matrix.
sinex_read_solutionestimate(fid)
- SINEX_READ_SOLUTIONESTIMATE reads the 'solution/estimate' block of a SINEX file.
Companion Software
sine(x)
- computes sine of an angle in degrees
The script finds the specified block name in a SINEX file
This code looks for the 'block_name' block in the previously opened SINEX file with fid file identifier, and returns the line number and the pointer position of the input block in bytes. It returns
sinex_find_block(fid, block_name)
- SINEX_FIND_BLOCK finds the specified block name in a SINEX file.
Converting SINEX to GTS format
This is a MATLAB script to read the SINEX output files and makes coordinates input files in the gts format for the GITSA software. The script reads only the 'solution/estimate' block of the input
snx2gts.m
- This is a MATLAB script to read the SINEX output files and makes