TOC | Back | Next | | | INDEX
The info contained in the RINEX n file is generic, any satellite broadcasts the identical info about all other satellites. Therefore any "n" file which covers the data time span will do. (The exception is the brief period when new info is being uploaded.)
We have a program called rinbal which properly concatenates "n" files together. I didn't build it and don't know anything about it, but can track it and its source code down if you are interested.
Our data center (Geosciences Lab - maybe CORS but I'm not sure) provides a global "n" file called globlDDD.orb where DDD is the day-of-year. The IGS data center at the cddis has a similar product called brdcDDD.YYn where DDD is the day-of-year, as before, and YY is the year. CORS may provide the globlDDD.orb file.
Remember that any "n" file will do so rcm5, wes2, tmgo, brmu or the "weather" sites lmno, denc, wsmn, ... will work.
Finally, I chose rcm5 as a reference because it a IGS global tracking site with good coordinates in the ITRF. Using the rcm5 "n" file was simply a convenience - I wanted the "o" file and the "n" file is there.
When created automatically, the parameters on that first line are gotten from the file doofussp in the files directory. doofussp literally is the first line of the doofuss.inp file. The doofussp file contains good numbers for a variety of baselines with the assumption that the positions are good.
The files directory is at the same level as the work directories. For example, in that sample I put in with the run_survey executables, you should see a directory structure like:
data inpt plts
\ | /
96_085 files
\ /
\ /
Test
There are two simple things to try...
0 0.015 10 20 3 5 .30 0.5 10 0 try 0 0.045 10 20 3 5 .30 0.5 10 0Then reprocess the data normally. That second parameter is the maximum rate of change for double-difference residuals in cycles/second. (I can't remember if there is a multiplier applied but that is a secondary issue). What your telling the program is that the double-difference residuals can change 3 times faster like when there is large curvature from a poor initial position. If that doesn't get you something try 0.15. These parameters are:
C LPLT PLOT SWITCH (1=PLOTS, 0=NO PLOTS) C C CYCLE SLIP DETECTION PARAMETERS C C DDRLIM DOUBLE DIFFERENCE RATE (cy/s) ABOVE WHICH CYCLE SLIP OCCURS C C CYCLE SLIP CORRECTION PARAMETERS C C NSPAN NUMBER OF POINTS ON EITHER SIDE OF SLIP FOR POLYNOMIAL FIT C NGAP SIZE OF GAP TO BE INSERTED WHEN CORRECTIONS FAIL C NMIN MIN NUMBER OF GOOD POINTS NEEDED ON EITHER SIDE OF SLIP C ISRCH +- INTEGER SEARCH RANGE IN L1 AND L2 C W1 WEIGHTING FACTOR FOR L1, L2 AND WL C WSUMMX MAX VALUE FOR WEIGHTED SUM OF FIT DIFFERENCES. ELSE PUT GAP C NSEGMN MIN NUMBER OF POINTS NEEDED FOR SEGMENT - OTHERWISE DELETED C JX 0 OR SV # OF SV TO BE DIAGNOSED IN TEST FILE
5 dd/epoch * 1 epoch/30 sec * 3600 sec/hr * 4 hr = 2400 obs or 5 dd/epoch * 1 epoch/30 sec * 3600 sec/hr * 24 hr = 14400 obsStarting up a new site will be the most frustrating thing you'll do. Everything after this is simply typing run_survey then doing science.
The following is an example of a page4.sum file to give you an idea. Note the "BLOCK= 1 OVERALL" and related column.
--
OVERALL STATISTICS:
A PRIORI RMS: .1740 M FROM 1025 OBSERVATIONS; 27 OMITTED
POST-FIT RMS: .0122 M FROM 1025 OBSERVATIONS; 27 OMITTED
STD. ERROR: .1223 M FROM 1025 OBSERVATIONS; 27 OMITTED
WEIGHTED MEAN TIME = 96/07/22 02:44:35.86 ( 50286.11430391)
FREE PARAMETERS = 39; PORTION OF MATRIX USED = 41
------------------------------------------------------------------------------
POST-FIT RMS BY SATELLITE VS. BASELINE
BLOCK= 1 OVERALL 01 02 03 04 05 06 07 09
------------------------------------------------------------------------------
fair-brw1| .012 .010 ... ... ... .011 ... .012 .018
RMS BY PRN .010 ... ... ... .011 ... .012 .018
------------------------------------------------------------------------------
14 15 16 17 18 19 20 21 22
------------------------------------------------------------------------------
fair-brw1| .010 .014 ... ... ... ... ... .013 ...
RMS BY PRN .010 .014 ... ... ... ... ... .013 ...
--
We've just about finished with the new version of page4 (officially, you
are running a beta version of that program). I was required to make some
additional changes to the page4.sum. Once this is done and the format of
the new page4.sum file fixed, I'll be free to put some of the old stuff
back in list. We should be putting the new version out for our people this
week. I let you know when we start distributing it. Hopefully, page4 will
be static for a while after that.
TOC | Back | Next | | | INDEX