Changeset 6822 in ntrip for trunk/BNC/src
- Timestamp:
- May 9, 2015, 9:38:53 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6796 r6822 686 686 oLayout->addWidget(new QLabel("Skeleton extension"), 3, 0); 687 687 oLayout->addWidget(_rnxSkelLineEdit, 3, 1, Qt::AlignLeft); 688 oLayout->addWidget(new QLabel(" RINEX File generation only with SKL file"),3, 2);688 oLayout->addWidget(new QLabel("Skeleton mandatory"), 3, 2); 689 689 oLayout->addWidget(_rnxFileCheckBox, 3, 3); 690 690 oLayout->addWidget(new QLabel("Script (full path)"), 4, 0); … … 1286 1286 _rnxScrpLineEdit->setWhatsThis(tr("<p>Whenever a RINEX Observation file is saved, you might want to compress, copy or upload it immediately via FTP. BNC allows you to execute a script/batch file to carry out these operations. To do that specify the full path of the script/batch file here. BNC will pass the full RINEX Observation file path to the script as a command line parameter (%1 on Windows systems, $1 onUnix/Linux systems).</p>")); 1287 1287 _rnxSkelLineEdit->setWhatsThis(tr("<p>BNC allows using personal skeleton files that contain the header records you would like to include. You can derive a personal RINEX header skeleton file from the information given in an up to date sitelog.</p><p>A file in the RINEX Observations 'Directory' with a 'Skeleton extension' suffix is interpreted by BNC as a personal RINEX header skeleton file for the corresponding stream.</p>")); 1288 _rnxFileCheckBox->setWhatsThis(tr("<p>Tick check box 'Skeleton mandatory' in case you want that RINEX files are only produced if skeleton files are available for BNC. If no skeleton file is available for a particular source then no RINEX observation file will be created from the affected stream.</p><p>Note that a skeleton file contains RINEX header information such as receiver and antenna types. In case of stream conversion to RINEX Version 3 a skeleton file should also contain information on potentially available observation types. A missing sekeleton file will therefore enforce BNC to only save a default set of RINEX 3 observation types.")); 1288 1289 _rnxAppendCheckBox->setWhatsThis(tr("<p>When BNC is started, new files are created by default and any existing files with the same name will be overwritten. However, users might want to append already existing files following a restart of BNC, a system crash or when BNC crashed. Tick 'Append files' to continue with existing files and keep what has been recorded so far.</p>")); 1289 1290 _autoStartCheckBox->setWhatsThis(tr("<p>Tick 'Auto start' for auto-start of BNC at startup time in window mode with preassigned processing options.</p>"));
Note:
See TracChangeset
for help on using the changeset viewer.