- Timestamp:
- Apr 12, 2016, 10:32:18 AM (9 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncrinex.cpp
r7863 r7864 324 324 QString sklExt = settings.value("rnxSkel").toString(); 325 325 if (!sklExt.isEmpty()) { 326 if (sklExt.indexOf("skl",0, Qt::CaseSensitive) != -1) { 327 ID4 = ID4.toLower(); 328 } else if (sklExt.indexOf("SKL",0, Qt::CaseSensitive) != -1) { 329 ID4 = ID4.toUpper(); 330 } 326 331 _sklName = path + ID4 + distStr + "." + sklExt; 327 if (sklExt.indexOf("skl",0, Qt::CaseSensitive) != -1) {328 _sklName = _sklName.toLower();329 } else {330 _sklName = _sklName.toUpper();331 }332 332 } 333 333 -
trunk/BNC/src/bncwindow.cpp
r7860 r7864 1249 1249 _rnxIntrComboBox->setWhatsThis(tr("<p>Select the length of the RINEX Observation file.</p>")); 1250 1250 _rnxSamplSpinBox->setWhatsThis(tr("<p>Select the RINEX Observation sampling interval in seconds.</p><p>A value of zero '0' tells BNC to store all received epochs into RINEX Observation files.</p>")); 1251 _rnxSkelLineEdit->setWhatsThis(tr("<p>BNC allows using personal RINEX skeleton files that contain the RINEX header records you would like to include. You can derive a skeleton file from information given in an up to date sitelog.</p><p>A file in the RINEX Observations 'Directory' with a 'Skeleton extension' s uffix is interpreted by BNC as a personal RINEX header skeleton file for the corresponding stream.</p>"));1251 _rnxSkelLineEdit->setWhatsThis(tr("<p>BNC allows using personal RINEX skeleton files that contain the RINEX header records you would like to include. You can derive a skeleton file from information given in an up to date sitelog.</p><p>A file in the RINEX Observations 'Directory' with a 'Skeleton extension' skl or SKL is interpreted by BNC as a personal RINEX header skeleton file for the corresponding stream. In case of 'SKL'/'skl' the 4-char ID forming the base name has to be written in upper/lower cases. </p>")); 1252 1252 _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 produced 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 skeleton file will therefore enforce BNC to only save a default set of RINEX 3 observation types.</p>")); 1253 1253 _rnxScrpLineEdit->setWhatsThis(tr("<p>Whenever a RINEX Observation file is finally saved, you may want to compress, copy or upload it immediately, for example via FTP. BNC allows you to execute a script/batch file to carry out such operation.</p><p>Specify the full path of a script or batch file. BNC will pass the full RINEX Observation file path to the script as command line parameter (%1 on Windows systems, $1 on Unix/Linux/Mac systems).</p>"));
Note:
See TracChangeset
for help on using the changeset viewer.