- Timestamp:
- Jul 6, 2015, 4:29:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r7015 r7016 2165 2165 <p><a name="pppmarkcoor"><h4>3.13.1.6 Coordinates - mandatory</h4></p> 2166 2166 <p> 2167 Enter the full path to an ASCII file which specifies all streams or files from stationary or mobile receivers you potentially may want to process. The 'Coordinates' file must contain one record per file or streamwith the following parameters separated by blank characters:2167 Enter the full path to an ASCII file which specifies all streams or files from stationary or mobile receivers you potentially may want to process. The 'Coordinates' file must contain one record per stream or file with the following parameters separated by blank characters: 2168 2168 </p> 2169 2169 <p> … … 2175 2175 <li>the first four characters of the RINEX observations file (when in post processing PPP mode).</li> 2176 2176 </ul> 2177 Having this parameter first in each record is mandatory. BNC willcarry out PPP solutions only for streams or files specified here.</li><br>2177 Having this parameter first in each record is mandatory. BNC can carry out PPP solutions only for streams or files specified here.</li><br> 2178 2178 <li>Only for static observations from a stationary receiver:<br>Approximate a-priori X,Y,Z coordinate [m] of the station's marker; specify '0.0 0.0 0.0' if unknown or when observations come from a mobile receiver.</li><br> 2179 2179 <li>Nort, East and Up component [m] of antenna excentricity which is the difference between Antenna Reference Point (ARP) and a nearby marker position; when specifying the antenna excentricity BNC will produce coordinates referring to the marker position and not referring to ARP; specify '0.0 0.0 0.0' if excentricity is unknown or the ARP itself is understood as the marker.</li><br> 2180 <li>Receiver's antenna name as defined in your ANTEX file (see below); Observations will be corrected for the Antenna Phase Center 's (APC) offset and variation which may result in a reduction of a few centimeters at max; the specified name must consist of 20 characters; add trailing blanks if the antenna name has less than 20 characters,examples:<br><pre>2180 <li>Receiver's antenna name as defined in your ANTEX file (see below); Observations will be corrected for the Antenna Phase Center (APC) offsets and variations which may result in a reduction of a few centimeters at max; the specified name must consist of 20 characters; add trailing blanks if the antenna name has less than 20 characters; examples:<br><pre> 2181 2181 'JPSREGANT_SD_E ' (no radome) 2182 2182 'LEIAT504 NONE' (no radome) 2183 2183 'LEIAR25.R3 LEIT' (radome)</pre> 2184 Leave blank if you don't want to correct observations for antenna phase center offsets.</li>2184 Leave antenna name blank if you don't want to correct observations for APC offsets and variations or if you don't know the antenna name.</li> 2185 2185 </ul> 2186 2186 </p> … … 2189 2189 </p> 2190 2190 <p> 2191 The following is an example contents for a 'Coordinates' file. Here each record describes the mountpoint of a stream available from the 2192 global stationary IGS real-time network. A-prioriy coordinates are followed by North/East/Up excentricity components of the ARP 2193 followed by the antenna type and radom in use. 2191 The following is an example contents for a 'Coordinates' file. Here each record describes the mountpoint of a stream available from the global IGS real-time reference station network. A-priory coordinates are followed by North/East/Up excentricity components of the ARP 2192 followed by the antenna name and radom in use. 2194 2193 </p> 2195 2194 <pre> … … 2237 2236 </pre> 2238 2237 <p> 2239 Note that the only mandatory parameter in this is the 'Station' parameter standing for an observation 's mountpoint or RINEX file name.2238 Note that the only mandatory parameter in this is the 'Station' parameter standing for an observation stream's mountpoint or RINEX file name. 2240 2239 The following shows further valid examples for records of a 'Coordinates' file. 2241 2240 </p> … … 2255 2254 </p> 2256 2255 <ul> 2257 <li> Record 'FFMJ1' describes a stream from a stationary receiver with known a-priory marker coordinate and antenna excentricity but unknown antenna type and radom.</li>2258 <li> Record 'TITZ1' describes a stream coming from a stationary receiver where an a-priory marker coordinate is known but antenna excentricity, type and radom are unknown.</li>2259 <li>The 4-character station ID 'WARN' indicates that a RINEX observations file for post processing PPP is available for station 'WARN' but an a-priory marker coordinate as well as antenna excentricity, type and radom are unknown.</li>2260 <li>Record 'SASS1' stands for a mountpoint where the stream comes from a mobile rover receiver. Hence an a-priory coordinate is unknown although antenna excentricity, type and radom are known.</li>2256 <li> Record 'FFMJ1' describes a stream from a stationary receiver with known a-priory marker coordinate and antenna excentricity but unknown antenna name and radom.</li> 2257 <li> Record 'TITZ1' describes a stream coming from a stationary receiver where an a-priory marker coordinate is known but antenna excentricity, name and radom are unknown.</li> 2258 <li>The 4-character station ID 'WARN' indicates that a RINEX observations file for post processing PPP is available for station 'WARN' but an a-priory marker coordinate as well as antenna excentricity, name and radom are unknown.</li> 2259 <li>Record 'SASS1' stands for a mountpoint where the stream comes from a mobile rover receiver. Hence an a-priory coordinate is unknown although antenna excentricity, name and radom are known.</li> 2261 2260 </ul> 2262 2261 </p>
Note:
See TracChangeset
for help on using the changeset viewer.