08.06.2013 Views

Bernese GPS Software Version 5.0 - Bernese GNSS Software

Bernese GPS Software Version 5.0 - Bernese GNSS Software

Bernese GPS Software Version 5.0 - Bernese GNSS Software

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

20. Processing Examples<br />

PID 903 CLK DEL: This script deletes all files which are no longer needed after the end of<br />

the BPE. This prevents unimportant files from accumulating.<br />

PID 904 BPE CLN: Deletes files from the campaign’s BPE-subdirectory with a delay of<br />

30 sessions. Thus, all BPE protocol and log files of the last 30 sessions will remain in<br />

the directory.<br />

PID 999 DUMMY: Does nothing.<br />

The result saving step (PID 902) is skipped in this example. This can easily be changed by<br />

removing the SKIP keyword in the PCF for this PID.<br />

The deletion script (PID 903) can be forced to delete all files not only from previous but<br />

also from the current session (except of some important result and summary files) by setting<br />

PARAM1 for that script to ALL.<br />

The DUMMY-script may seem useless at a first glance. But if you have such a script running<br />

at a well defined PID (e.g., PID 999) in all your PCFs the successful execution of a BPE can<br />

be tested in a generic way by checking the existence of the DUMMY-script’s LOG- or PRT-file.<br />

In this way a script starting a BPE can check the successful completion of the BPE and<br />

react in case of errors (e.g., send an error mail).<br />

Further Reading: Section 19.10: BPE Output and Protocol Files (page 415), Section 19.11:<br />

Error Handling (page 417).<br />

20.5 Processing own Data With Example BPEs<br />

The example PCFs provided in <strong>Version</strong> <strong>5.0</strong> of the <strong>Bernese</strong> <strong>GPS</strong> <strong>Software</strong> are designed to be<br />

used in real life applications. The options are set for a daily analysis of a regional network.<br />

Depending on your requirements, some steps may be left out, but the intention of these<br />

examples is to provide an optimal processing tool for the given applications. This section<br />

describes how to use these PCFs on your own campaign data and how to process kinematic<br />

stations.<br />

20.5.1 Preliminaries<br />

It is assumed, that your campaign has been set up, basic files are located in the correct<br />

directories, and that the session is correctly defined. For further information, see Chapter 3.<br />

Now, you have to adapt the location of the original RINEX observation and other input<br />

files. This needs to be done in the copy scripts of the PCF in question (PPP COP, R2S COP,<br />

resp., CLK COP in the ${U}/SCRIPT directory). If you inspect the copy BPE scripts you will<br />

see that this modification is already well prepared:<br />

# - Orbit file<br />

$dirDat = "$dirPre";<br />

$filDat = "IGS${wwwwd}.PRE";<br />

copy("${dirDat}${filDat}","${dirPre}${b}${yyssss}.${extPre}") or<br />

die "${dirDat}${filDat} not found";<br />

Page 456 AIUB

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!