-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge latest changes of "rtklibexplorer/dev" #15
base: demo5_pppar
Are you sure you want to change the base?
Commits on Jun 17, 2024
-
Merge pull request tomojitakasu#363 from ourairquality/decode_gal_ina…
…v-trace decode_gal_inav: correct trace string
Configuration menu - View commit details
-
Copy full SHA for 413b85f - Browse repository at this point
Copy the full SHA 413b85fView commit details -
Merge pull request tomojitakasu#364 from ourairquality/solution-input…
…sol-avoid-redundant-test Solution inputsol avoid redundant test
Configuration menu - View commit details
-
Copy full SHA for e58e250 - Browse repository at this point
Copy the full SHA e58e250View commit details -
Merge pull request tomojitakasu#365 from ourairquality/tide_pl-zero-o…
…n-error tide_pl: zero the output to dr[] on error
Configuration menu - View commit details
-
Copy full SHA for 4593073 - Browse repository at this point
Copy the full SHA 4593073View commit details -
Merge pull request tomojitakasu#366 from ourairquality/download-get-l…
…ist-unused-stat download get_list: remove unused stat
Configuration menu - View commit details
-
Copy full SHA for bc72c3f - Browse repository at this point
Copy the full SHA bc72c3fView commit details -
Merge pull request tomojitakasu#367 from ourairquality/strtok_r
strtok: replace with strtok_r which is thread safe
Configuration menu - View commit details
-
Copy full SHA for b98f9cd - Browse repository at this point
Copy the full SHA b98f9cdView commit details -
Merge pull request tomojitakasu#368 from ourairquality/openserial-mac…
…os-unsupported-rates stream openserial: avoid oob on MacOS for high baud rates
Configuration menu - View commit details
-
Copy full SHA for 4e481ea - Browse repository at this point
Copy the full SHA 4e481eaView commit details -
Merge pull request tomojitakasu#369 from ourairquality/ntripc-basic-a…
…uth-len stream rsp_ntripc: check the basic authentication length
Configuration menu - View commit details
-
Copy full SHA for 907b445 - Browse repository at this point
Copy the full SHA 907b445View commit details -
Merge pull request tomojitakasu#370 from ourairquality/udp-stream-misc
misc udp stream fixes
Configuration menu - View commit details
-
Copy full SHA for ac28c25 - Browse repository at this point
Copy the full SHA ac28c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54af3f1 - Browse repository at this point
Copy the full SHA 54af3f1View commit details -
Merge pull request tomojitakasu#374 from ourairquality/str2str-rtkrcv…
…-deamon str2str, rtkrcv: add support to detach from the console
Configuration menu - View commit details
-
Copy full SHA for 644a151 - Browse repository at this point
Copy the full SHA 644a151View commit details -
Merge pull request tomojitakasu#376 from ourairquality/nav-eph-max
rinex, rtcm, rtksvr: keep the nav eph max consistent with the allocation
Configuration menu - View commit details
-
Copy full SHA for 77321d8 - Browse repository at this point
Copy the full SHA 77321d8View commit details -
Merge pull request tomojitakasu#377 from ourairquality/readmembuf-wrap
readmembuf: wrap around before comparing to the write pointer
Configuration menu - View commit details
-
Copy full SHA for c70eae6 - Browse repository at this point
Copy the full SHA c70eae6View commit details -
Add a define to revert strtok_r() back to strtok() for Windows builds…
…. The strtok_r() function is not supported in Windows. The strtok_s() function is supposed to be the equivalent in Windows but gets confused with another C11 function of the same name. Not sure if this is the optimal long term solution or not, but it fixes the issue in the short term.
Configuration menu - View commit details
-
Copy full SHA for 9baefc2 - Browse repository at this point
Copy the full SHA 9baefc2View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9f7dca - Browse repository at this point
Copy the full SHA f9f7dcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea2028e - Browse repository at this point
Copy the full SHA ea2028eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc2fbcd - Browse repository at this point
Copy the full SHA cc2fbcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8c6267 - Browse repository at this point
Copy the full SHA c8c6267View commit details -
Configuration menu - View commit details
-
Copy full SHA for d596caf - Browse repository at this point
Copy the full SHA d596cafView commit details -
For the rtklib interface functions, declare char pointer arguments as 'const char ...' when the function does not modify the data. Many were already declared. Some follow on patches are also included for some of the callees for consistency, and some of the caller arguments needed type casts.
Configuration menu - View commit details
-
Copy full SHA for 4375a2a - Browse repository at this point
Copy the full SHA 4375a2aView commit details -
postpos outrpos: use the same interpretation of the opt sep as elsewhere
outrpos() was using the option separator string raw, without interpreting as elsewhere through opt2sep(), and this made it incompatible with decode_refpos() decode_soltime() can also use opt2sep() rather than repeating the same logic.
Configuration menu - View commit details
-
Copy full SHA for 53cb7af - Browse repository at this point
Copy the full SHA 53cb7afView commit details
Commits on Jun 20, 2024
-
rtknavi_qt mon showEstimates: correct row index
Was indexing into the rows using the state index but this is not equivalent when cBSelectSatellites is set and likely indexes beyond the reduced set of rows. Also remove redundant setting of the row count.
Configuration menu - View commit details
-
Copy full SHA for c4c104b - Browse repository at this point
Copy the full SHA c4c104bView commit details -
rtknavi_qt mon setSat: correct the column count and headings
to match the output in showSat().
Configuration menu - View commit details
-
Copy full SHA for 9bc3033 - Browse repository at this point
Copy the full SHA 9bc3033View commit details -
rtknavi_qt mon: increase some column widths
to prevent excessive abbreviation.
Configuration menu - View commit details
-
Copy full SHA for 9db796a - Browse repository at this point
Copy the full SHA 9db796aView commit details -
rtksrv: have stats out streams respect the stats level
The rtkrcv command was not copying the system output options to both of the output stream options, so the second streams always used the initialization options. Move the output of the stats residuals from outsolstat() to rtkoutstat(), which allows the residuals to be output for the rtksvr output streams when the out-outstat is set to 'residuals'. A new argument is added to rtkoutstat() for the output level.
Configuration menu - View commit details
-
Copy full SHA for 92046a8 - Browse repository at this point
Copy the full SHA 92046a8View commit details -
Revert 3rd frequency for BeiDou back from B3 to B2a to be consistent …
…with majority of low cost L1/L5 receivers
Configuration menu - View commit details
-
Copy full SHA for b2aa99f - Browse repository at this point
Copy the full SHA b2aa99fView commit details
Commits on Jun 21, 2024
-
Merge pull request tomojitakasu#387 from ourairquality/rtknavi-qt-sho…
…w-est rtknavi_qt mon showEstimates: correct row index
Configuration menu - View commit details
-
Copy full SHA for 3daf67c - Browse repository at this point
Copy the full SHA 3daf67cView commit details -
Merge pull request tomojitakasu#389 from ourairquality/rtknavi-qt-mon…
…-col-widths rtknavi_qt mon: increase some column widths
Configuration menu - View commit details
-
Copy full SHA for 8e6eb5c - Browse repository at this point
Copy the full SHA 8e6eb5cView commit details -
Merge pull request tomojitakasu#388 from ourairquality/rtknavi-qt-mon…
…-sats rtknavi_qt mon setSat: correct the column count and headings
Configuration menu - View commit details
-
Copy full SHA for 933386b - Browse repository at this point
Copy the full SHA 933386bView commit details
Commits on Jun 26, 2024
-
- implemented new meas3 records - fix issues found by ourairquality
Configuration menu - View commit details
-
Copy full SHA for 12b26b7 - Browse repository at this point
Copy the full SHA 12b26b7View commit details
Commits on Jun 27, 2024
-
septentrio rcv: misc guard, redundant code
and add a few TODO comments on code that needs checking.
Configuration menu - View commit details
-
Copy full SHA for 2f23eb3 - Browse repository at this point
Copy the full SHA 2f23eb3View commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 336f02d - Browse repository at this point
Copy the full SHA 336f02dView commit details -
- fix timezone in timespan dialog - make time interval input a spin box
Configuration menu - View commit details
-
Copy full SHA for 8f554eb - Browse repository at this point
Copy the full SHA 8f554ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee20f1b - Browse repository at this point
Copy the full SHA ee20f1bView commit details -
- make base station coordinates input for rtkpost_qt and rtknavi_qt localization aware (e.g. decimal separator)
Configuration menu - View commit details
-
Copy full SHA for 22fb5f0 - Browse repository at this point
Copy the full SHA 22fb5f0View commit details -
Merge pull request tomojitakasu#405 from rtklibexplorer/local_changes
Qt Gui updates
Configuration menu - View commit details
-
Copy full SHA for 23f28c5 - Browse repository at this point
Copy the full SHA 23f28c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ea34d9 - Browse repository at this point
Copy the full SHA 4ea34d9View commit details -
Merge pull request tomojitakasu#393 from ourairquality/septentrio-mis…
…c-guard-redundant septentrio rcv: misc guard, redundant code
Configuration menu - View commit details
-
Copy full SHA for 743b05a - Browse repository at this point
Copy the full SHA 743b05aView commit details -
- store observations in a buffer first and only commit them at the end of the epoch
Configuration menu - View commit details
-
Copy full SHA for 670690a - Browse repository at this point
Copy the full SHA 670690aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b2bcd7 - Browse repository at this point
Copy the full SHA 0b2bcd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c49b33c - Browse repository at this point
Copy the full SHA c49b33cView commit details -
Qt GUI Update better call external apps
- Improve execution of external programs by looking for the correct file path more intelligently - fix to parameters for running external application
Configuration menu - View commit details
-
Copy full SHA for ec778df - Browse repository at this point
Copy the full SHA ec778dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77fa575 - Browse repository at this point
Copy the full SHA 77fa575View commit details
Commits on Jun 29, 2024
-
- address issue tomojitakasu#392: correctly distinguish between different values of observation types
Configuration menu - View commit details
-
Copy full SHA for e0d5dde - Browse repository at this point
Copy the full SHA e0d5ddeView commit details -
- correctly disable/enable input for ionosphere files - add tooltip to ionosphere file input - fix alignment in corresponding dialog window tab - clean up some code in rtkpost_qt
Configuration menu - View commit details
-
Copy full SHA for 620b282 - Browse repository at this point
Copy the full SHA 620b282View commit details -
Merge pull request tomojitakasu#409 from rtklibexplorer/local_changes
Qt Gui Updates
Configuration menu - View commit details
-
Copy full SHA for 08ddd20 - Browse repository at this point
Copy the full SHA 08ddd20View commit details -
Merge pull request tomojitakasu#289 from ourairquality/rtkrcv-disable…
…-cmd-shell rtkrcv: remove the shell command execution
Configuration menu - View commit details
-
Copy full SHA for 372e9b9 - Browse repository at this point
Copy the full SHA 372e9b9View commit details -
Merge pull request tomojitakasu#319 from ourairquality/convrnx-dup-te…
…st-relax convrnx: relax the test for duplicate data
Configuration menu - View commit details
-
Copy full SHA for 295cc2e - Browse repository at this point
Copy the full SHA 295cc2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b30805f - Browse repository at this point
Copy the full SHA b30805fView commit details -
Merge pull request tomojitakasu#380 from ourairquality/rcvraw-decode-…
…frame-alm-uint32 rcvraw decode_frame_alm: use uint32_t as appropriate
Configuration menu - View commit details
-
Copy full SHA for 50335bb - Browse repository at this point
Copy the full SHA 50335bbView commit details -
Merge pull request tomojitakasu#381 from ourairquality/unused-vars-as…
…signments remove unused assignments and variables
Configuration menu - View commit details
-
Copy full SHA for 1ff49ff - Browse repository at this point
Copy the full SHA 1ff49ffView commit details -
Merge pull request tomojitakasu#382 from ourairquality/const-static
binex: correct some 'const static' to 'static const'
Configuration menu - View commit details
-
Copy full SHA for 6a8999d - Browse repository at this point
Copy the full SHA 6a8999dView commit details -
Merge pull request tomojitakasu#383 from ourairquality/trace-code-omit
rtkpos: omit some dead code if TRACE not defined
Configuration menu - View commit details
-
Copy full SHA for bea8cb7 - Browse repository at this point
Copy the full SHA bea8cb7View commit details -
Merge pull request tomojitakasu#384 from ourairquality/rtksrv-stats-l…
…evel rtksrv: have stats out streams respect the stats level
Configuration menu - View commit details
-
Copy full SHA for 5c8d10f - Browse repository at this point
Copy the full SHA 5c8d10fView commit details -
Merge pull request tomojitakasu#385 from ourairquality/const-interface
rtklib interface const char
Configuration menu - View commit details
-
Copy full SHA for 1d5cf1c - Browse repository at this point
Copy the full SHA 1d5cf1cView commit details -
Merge pull request tomojitakasu#386 from ourairquality/postpos-outrpo…
…s-sep postpos outrpos: use the same interpretation of the opt sep as elsewhere
Configuration menu - View commit details
-
Copy full SHA for a3aa4c5 - Browse repository at this point
Copy the full SHA a3aa4c5View commit details
Commits on Jun 30, 2024
-
- make validation of base station position in rtkpost_qt and rtknavi_qt options dialog localization aware - remove unused reference datum input from same dialog
Configuration menu - View commit details
-
Copy full SHA for 00a8386 - Browse repository at this point
Copy the full SHA 00a8386View commit details -
- improve handling of output directory selection - improvement grouping of input widgets in main window
Configuration menu - View commit details
-
Copy full SHA for c5adcf8 - Browse repository at this point
Copy the full SHA c5adcf8View commit details -
Merge pull request tomojitakasu#413 from rtklibexplorer/local_changes
Qt Gui Updates
Configuration menu - View commit details
-
Copy full SHA for cc6d679 - Browse repository at this point
Copy the full SHA cc6d679View commit details -
Qt Gui: rtnavi_qt/rtkpost_qt options dialog
- further refine validation of base station coordinates ny correctly escape localization aware parts
Configuration menu - View commit details
-
Copy full SHA for 4362971 - Browse repository at this point
Copy the full SHA 4362971View commit details -
Merge pull request tomojitakasu#414 from rtklibexplorer/local_changes
Qt Gui Update II
Configuration menu - View commit details
-
Copy full SHA for dbdc1ed - Browse repository at this point
Copy the full SHA dbdc1edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47c8279 - Browse repository at this point
Copy the full SHA 47c8279View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba4811 - Browse repository at this point
Copy the full SHA 4ba4811View commit details -
Merge pull request tomojitakasu#415 from ourairquality/ionppp-pos-scale
ionppp: receiver position is in meters
Configuration menu - View commit details
-
Copy full SHA for f582eb5 - Browse repository at this point
Copy the full SHA f582eb5View commit details -
Update for option dialog of rtknavi_qt and rtkpost_qt
- rework handling of rover / base station position - use a custom validator instead of regular expressions - implement user feedback for invalid inputs - reject changing of input format if input is invalid to prevent losing the data
Configuration menu - View commit details
-
Copy full SHA for 2bb8a86 - Browse repository at this point
Copy the full SHA 2bb8a86View commit details -
Merge pull request tomojitakasu#416 from rtklibexplorer/local_changes
Qt Gui Updates
Configuration menu - View commit details
-
Copy full SHA for 7391e74 - Browse repository at this point
Copy the full SHA 7391e74View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 381264c - Browse repository at this point
Copy the full SHA 381264cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 821aa8c - Browse repository at this point
Copy the full SHA 821aa8cView commit details
Commits on Jul 3, 2024
-
- give user a hint about potentially missing tools when working with compressed rinex files
Configuration menu - View commit details
-
Copy full SHA for 2c18508 - Browse repository at this point
Copy the full SHA 2c18508View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90d1059 - Browse repository at this point
Copy the full SHA 90d1059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 525e62c - Browse repository at this point
Copy the full SHA 525e62cView commit details -
Fix bug in instantaneous ambiguity resolution caused by excess resett…
…ing of lock count
Configuration menu - View commit details
-
Copy full SHA for f1a7d2f - Browse repository at this point
Copy the full SHA f1a7d2fView commit details -
Update for option dialog of rtknavi_qt and rtkpost_qt
- rework handling of rover / base station position - use a custom validator instead of regular expressions - implement user feedback for invalid inputs - reject changing of input format if input is invalid to prevent losing the data
Configuration menu - View commit details
-
Copy full SHA for 719a59e - Browse repository at this point
Copy the full SHA 719a59eView commit details -
- give user a hint about potentially missing tools when working with compressed rinex files
Configuration menu - View commit details
-
Copy full SHA for 0c4941b - Browse repository at this point
Copy the full SHA 0c4941bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 516cc98 - Browse repository at this point
Copy the full SHA 516cc98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c696f1 - Browse repository at this point
Copy the full SHA 5c696f1View commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94594e1 - Browse repository at this point
Copy the full SHA 94594e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b25ff0b - Browse repository at this point
Copy the full SHA b25ff0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72e382c - Browse repository at this point
Copy the full SHA 72e382cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a631a8 - Browse repository at this point
Copy the full SHA 9a631a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53784dc - Browse repository at this point
Copy the full SHA 53784dcView commit details -
Merge pull request tomojitakasu#419 from rtklibexplorer/demo5
Merge latest changes from 'demo5' into 'dev'
Configuration menu - View commit details
-
Copy full SHA for cf57946 - Browse repository at this point
Copy the full SHA cf57946View commit details -
Configuration menu - View commit details
-
Copy full SHA for f55d8ff - Browse repository at this point
Copy the full SHA f55d8ffView commit details
Commits on Jul 6, 2024
-
- fix log button for input stream - fix storage location for paths from file dialog - fix timetag enable checkbox for file dialog - fix setting dialog options (TcpOptDialog, FileOptDialog,...) - make log dialog output fill whole table widget
Configuration menu - View commit details
-
Copy full SHA for 3675e8b - Browse repository at this point
Copy the full SHA 3675e8bView commit details -
- add more message types - support MeasEpochExtra message which containts code and carrier variance data and high-resolution CN0 information - add option to select whether meas2 or meas3 data blocks shall be used - fix selection of input antenna - support more GPS and BDS CNAV blocks - suppport reading external event blocks - add code to read NavIC LNav messages (not tested) - rework QZSS message block readers (not tested) - coding style updates
Configuration menu - View commit details
-
Copy full SHA for d79439f - Browse repository at this point
Copy the full SHA d79439fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f3e486 - Browse repository at this point
Copy the full SHA 9f3e486View commit details
Commits on Jul 7, 2024
-
- always save commands in Windows-style EOL format - enable/disable input widgets depending on their content - trim white spaces from input - make syntax of periodic commands more clear
Configuration menu - View commit details
-
Copy full SHA for 9bc864a - Browse repository at this point
Copy the full SHA 9bc864aView commit details -
- fix encoding of start time into path string - fix enabling/disabling of widgets - move key button
Configuration menu - View commit details
-
Copy full SHA for 5bb10b6 - Browse repository at this point
Copy the full SHA 5bb10b6View commit details -
- add %t label - correctly name "day of _GPS_ week"
Configuration menu - View commit details
-
Copy full SHA for a8e53ce - Browse repository at this point
Copy the full SHA a8e53ceView commit details -
- fix Browse... button - remove mountpoint string for NTRIP in all cases - fix options enum
Configuration menu - View commit details
-
Copy full SHA for 86ebcbc - Browse repository at this point
Copy the full SHA 86ebcbcView commit details -
Monitor dialog: - fix monitoring of raw data - correctly clean message buffer when switching display type - disable scrollbar in case "down" button is pressed - disable grid and vertical header in message buffer display - fixes to coding style Convert Dialog: - improve labeling of RTCM message types in convert dialog Options Dialog: - add missing tooltips - fix tab order Main: - remove unused FTP option dialog from project - fix displaying tray icon - use options enum from TcpOptDialog - used Qt to convert bytes & bps numbers to string - avoid coloring tooltips of data streams
Configuration menu - View commit details
-
Copy full SHA for e848865 - Browse repository at this point
Copy the full SHA e848865View commit details -
Qt Gui Update: MountPointDialog
- only show Cancle button in read/write mode
Configuration menu - View commit details
-
Copy full SHA for c6410d7 - Browse repository at this point
Copy the full SHA c6410d7View commit details -
- redesign MapViewOptions dialog - guard from reading out of bounds
Configuration menu - View commit details
-
Copy full SHA for 941da81 - Browse repository at this point
Copy the full SHA 941da81View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee465f6 - Browse repository at this point
Copy the full SHA ee465f6View commit details -
- remove duplicated keyboard shortcuts in rtkplot_qt mand strsvr_qt main window
Configuration menu - View commit details
-
Copy full SHA for 065667b - Browse repository at this point
Copy the full SHA 065667bView commit details
Commits on Jul 8, 2024
-
- redesign main window e.g., having bigger icons - fix saving options on exit
Configuration menu - View commit details
-
Copy full SHA for cc777be - Browse repository at this point
Copy the full SHA cc777beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98927c0 - Browse repository at this point
Copy the full SHA 98927c0View commit details
Commits on Jul 9, 2024
-
- redesign of frequency dialog - redesign of rtkconv_qt code mask dialog - fix to glonass FCN dialog to avoid an empty rinex path passed to rtklib which would result in an infinite loop
Configuration menu - View commit details
-
Copy full SHA for 8f5685f - Browse repository at this point
Copy the full SHA 8f5685fView commit details -
- fix stepping of main window "unit" input widget - make frequenc dialog non-modal - make code options dialog modal - a missing tooltips to options dialog
Configuration menu - View commit details
-
Copy full SHA for 7f6b5bc - Browse repository at this point
Copy the full SHA 7f6b5bcView commit details
Commits on Jul 11, 2024
-
- ensure observations are passed to rtklib even when epoche end block is not present in the data - coding style improvements
Configuration menu - View commit details
-
Copy full SHA for 784056a - Browse repository at this point
Copy the full SHA 784056aView commit details
Commits on Jul 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3adced0 - Browse repository at this point
Copy the full SHA 3adced0View commit details
Commits on Jul 14, 2024
-
Merge pull request tomojitakasu#420 from ourairquality/rtknavi-qt-gts…
…-utc rtknavi_qt showIonUtc: correct the GTS-UTC format
Configuration menu - View commit details
-
Copy full SHA for 30463eb - Browse repository at this point
Copy the full SHA 30463ebView commit details
Commits on Jul 17, 2024
-
- add link to GitHub site - various reformating
Configuration menu - View commit details
-
Copy full SHA for d48ecec - Browse repository at this point
Copy the full SHA d48ececView commit details
Commits on Jul 18, 2024
-
Fix check for age of differential too large when time interpolation o…
…f base station data is enabled. With or without interpolation enabled, the test will now fail if the difference in time between the rover observation and the closest base observation is greater than the max age of differential.
Configuration menu - View commit details
-
Copy full SHA for d2030fb - Browse repository at this point
Copy the full SHA d2030fbView commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 03e4afd - Browse repository at this point
Copy the full SHA 03e4afdView commit details
Commits on Jul 27, 2024
-
Qt Gui: rtknavi_qt option dialog
- fix and simplify selection of rover and reference antenna source
Configuration menu - View commit details
-
Copy full SHA for 44eb8e0 - Browse repository at this point
Copy the full SHA 44eb8e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4ad523 - Browse repository at this point
Copy the full SHA f4ad523View commit details
Commits on Jul 28, 2024
-
Qt Gui Update: FTP option dialog for rtknavi_qt.pro
- improve tab order in ftp option dialog - fix parsing of ftp option string - improve validation of inputs for download interval and offsets - add ability to store address history of ftp option dialog - fix restoring of selected item after saving adddress history in ftp and tcp option dialog - fix check of path array bounds in rtknavi_qt input and log stream dialog
Configuration menu - View commit details
-
Copy full SHA for 93ae4f5 - Browse repository at this point
Copy the full SHA 93ae4f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b5a13b - Browse repository at this point
Copy the full SHA 9b5a13bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58ddb05 - Browse repository at this point
Copy the full SHA 58ddb05View commit details -
Configuration menu - View commit details
-
Copy full SHA for df9bdeb - Browse repository at this point
Copy the full SHA df9bdebView commit details -
Qt Gui Update: Option dialog for rtknavi_qt and rtkpost_qt
- add more tooltips
Configuration menu - View commit details
-
Copy full SHA for 04de0e7 - Browse repository at this point
Copy the full SHA 04de0e7View commit details -
Qt Gui Update: rtknavi_qt log stream dialog
- fix check of array bounderies
Configuration menu - View commit details
-
Copy full SHA for d61b0fa - Browse repository at this point
Copy the full SHA d61b0faView commit details
Commits on Jul 29, 2024
-
Merge pull request tomojitakasu#422 from avinabmalla/demo5_unicore
Added Unicore binary data decoder
Configuration menu - View commit details
-
Copy full SHA for d7ce923 - Browse repository at this point
Copy the full SHA d7ce923View commit details -
- Update project and make files for new Unicore binary parser
- Replace tabs with spaces in unicore.c to be consistent with other c files
Configuration menu - View commit details
-
Copy full SHA for 572268e - Browse repository at this point
Copy the full SHA 572268eView commit details
Commits on Jul 30, 2024
-
Remove currently unsupported binary receiver formats (Tersus, Comnav)…
… from GUI menus and console app options
Configuration menu - View commit details
-
Copy full SHA for 6cca2e8 - Browse repository at this point
Copy the full SHA 6cca2e8View commit details -
Rework the implementation of the position options
Add separate position option implementation states for llh and xyz position types. The implementation of the antenna types was already consistent with the configuration options for the antenna types, but the implementation state in refpos and rovpos dropped the distinction between llh and xyz position formats and so lost the distinction when converting back to the configuation option. Now the rovpos and refpos use the same set of states as the antenna types, including llh and xyz position types, although the positions stored in ru and bu are still always in xyz format. This simplifies the option handling and little as there is now no translation between the position types, but the positions are still translated between xyz and llh as needed. It is now possible to save antenna positions to configuration files in ecef xyx format, whereas previously these would be saved in llh format even if loaded in xyx format. The fronts ends have been updated to handle the two position states and to take advantage of the new xyz state. So that an antenna position set in the GUI in xyz format now saves to a configuration file in xyz format, rather than in llh format. Also tried to address some issues with the propagation of this state, both in the core options and front ends.
Configuration menu - View commit details
-
Copy full SHA for 9c9ec53 - Browse repository at this point
Copy the full SHA 9c9ec53View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 972382b - Browse repository at this point
Copy the full SHA 972382bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b41eb0 - Browse repository at this point
Copy the full SHA 2b41eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d95658a - Browse repository at this point
Copy the full SHA d95658aView commit details
Commits on Aug 2, 2024
-
- adapt default colors to better match the once from original rtkplot - change log messages for generating multipath and el/az information
Configuration menu - View commit details
-
Copy full SHA for bbdb341 - Browse repository at this point
Copy the full SHA bbdb341View commit details
Commits on Aug 3, 2024
-
Merge pull request tomojitakasu#410 from ourairquality/pos-llh-xyz
Rework the implementation of the position options
Configuration menu - View commit details
-
Copy full SHA for 76a46f7 - Browse repository at this point
Copy the full SHA 76a46f7View commit details -
Merge pull request tomojitakasu#417 from ourairquality/galileo-8i
obscodes: correct Galileo E5(E5a+E5b) / 1191.795 '8I'
Configuration menu - View commit details
-
Copy full SHA for 161647e - Browse repository at this point
Copy the full SHA 161647eView commit details -
Merge pull request tomojitakasu#425 from ourairquality/unicore-misc
unicore: avoid binary constants
Configuration menu - View commit details
-
Copy full SHA for 2ecec9a - Browse repository at this point
Copy the full SHA 2ecec9aView commit details -
Merge pull request tomojitakasu#426 from ourairquality/relpos-format
relpos: correct trace format
Configuration menu - View commit details
-
Copy full SHA for ad64e6a - Browse repository at this point
Copy the full SHA ad64e6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for de2a07a - Browse repository at this point
Copy the full SHA de2a07aView commit details
Commits on Aug 4, 2024
-
- fix obsToNav() to produce a correct navigation file path - remove overly sensitive check for file existence - convert int return type to bool when only true or false is returned - remove unused argument from execCommand() - check if input file was accepted for processing
Configuration menu - View commit details
-
Copy full SHA for 0e9db11 - Browse repository at this point
Copy the full SHA 0e9db11View commit details -
- update rtknavi_qt project file - add error message to input file view button of rtkconv_qt if file was not found - remove unused argument in rtklaunch_qt closeEvent()
Configuration menu - View commit details
-
Copy full SHA for 30ea11f - Browse repository at this point
Copy the full SHA 30ea11fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a94f60e - Browse repository at this point
Copy the full SHA a94f60eView commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d828eee - Browse repository at this point
Copy the full SHA d828eeeView commit details -
rtkrcv: add support for receiver options
The library and gui apps already support these receiver options.
Configuration menu - View commit details
-
Copy full SHA for 9f1f9ac - Browse repository at this point
Copy the full SHA 9f1f9acView commit details -
- extend dialog to show also seconds for start and stop time
Configuration menu - View commit details
-
Copy full SHA for b0b320a - Browse repository at this point
Copy the full SHA b0b320aView commit details -
Qt Gui Update: rtknavi_qt & rtkpost_qt options dialog
- fix for saving boolean options to .ini file
Configuration menu - View commit details
-
Copy full SHA for 54c79fb - Browse repository at this point
Copy the full SHA 54c79fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 757ab0a - Browse repository at this point
Copy the full SHA 757ab0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c425b12 - Browse repository at this point
Copy the full SHA c425b12View commit details
Commits on Aug 6, 2024
-
septentrio: decode_gpsrawcnav decode_frame fix
* call decode_frame() for the eph after subframe 3. * for subframes 4 and 5, clear the respective subframe after decoding, rather than the prior frame. * for sigPriority() accept an extended index in the default path, to avoid dropping some signals * decode_gpsionutc() should return 9 * misc spelling
Configuration menu - View commit details
-
Copy full SHA for 62d2b69 - Browse repository at this point
Copy the full SHA 62d2b69View commit details -
Update project files for RNX2RTKP, RTKPOST, RTKNAVI
- Make build options consistent (NFREQ=3, NEXOBS=3) for all three - Fix compile optimization settings for RTKPOST - Remove references to unused directories - Remove WIN32 build option: obsolete and no longer compiles without error Note that the optimization fix for RTKPOST improves processing speed by more than a factor of two and makes it consistent with RNX2RTKP
Configuration menu - View commit details
-
Copy full SHA for 66a532e - Browse repository at this point
Copy the full SHA 66a532eView commit details -
Merge pull request tomojitakasu#434 from ourairquality/rtkrcv-rcvopt
rtkrcv: add support for receiver options
Configuration menu - View commit details
-
Copy full SHA for b53c072 - Browse repository at this point
Copy the full SHA b53c072View commit details
Commits on Aug 7, 2024
-
rinex comments: refactor into a new function rnxcomment()
RINEX comments were being truncated to at most 60 characters and there was some code duplication. e.g. long file names and receiver options were being truncated and lost. Abstract this into the new function rnxcomment() which handles comment overflow by wrapping to the next comment line with indentation. Handle overflow and truncation in this common function. Comments now need to be added without blank entries in the comments array, and new entries are added starting from the first blank entry.
Configuration menu - View commit details
-
Copy full SHA for 22c9c56 - Browse repository at this point
Copy the full SHA 22c9c56View commit details -
Merge pull request tomojitakasu#436 from ourairquality/septentrio-gps…
…-decode-frame septentrio: decode_gpsrawcnav decode_frame fix
Configuration menu - View commit details
-
Copy full SHA for 54a6182 - Browse repository at this point
Copy the full SHA 54a6182View commit details -
Fix of inconsistent data from Septentrio receivers
Move the check to flush the collected measurement data from the previous epoch to the beginning of the reading routines to avoid inconsistent data sets. Before, the first data from a new measurement epoch would already be stored in the output buffer together with the data of the previous epoch before the whole data was flushed. The current ode requires a global variable to track the current measurement epoch which is, unfortunately, not ideal.
Configuration menu - View commit details
-
Copy full SHA for 253bfb3 - Browse repository at this point
Copy the full SHA 253bfb3View commit details -
Change legend of satellite visibility plot to illustrate that the number of observations are shown which is not necessarily the number of frequencies.
Configuration menu - View commit details
-
Copy full SHA for 3d90b27 - Browse repository at this point
Copy the full SHA 3d90b27View commit details -
Merge pull request tomojitakasu#437 from ourairquality/rinex-comments
rinex comments: refactor into a new function rnxcomment() and wrap ov…
Configuration menu - View commit details
-
Copy full SHA for 4fb1a36 - Browse repository at this point
Copy the full SHA 4fb1a36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33009b7 - Browse repository at this point
Copy the full SHA 33009b7View commit details
Commits on Aug 8, 2024
-
sbas subtype7: guard the number of satellites
The subtype7 messages have at most data for the first 51 masked satellites, so guard this as had already been done for subtype6 messages.
Configuration menu - View commit details
-
Copy full SHA for a321f35 - Browse repository at this point
Copy the full SHA a321f35View commit details -
Septentrio GLO raw canav: avoid subframe time unaligned access
The raw time is stored in the subframe buffer, beyond the data, and used to invalidate the buffer. Store the time in seconds, truncated to 32 bits, and use memcpy to read and write this to the buffer.
Configuration menu - View commit details
-
Copy full SHA for 431ec5a - Browse repository at this point
Copy the full SHA 431ec5aView commit details -
Merge pull request tomojitakasu#439 from ourairquality/sbas-subtype6-…
…nsats sbas subtype7: guard the number of satellites
Configuration menu - View commit details
-
Copy full SHA for d7f21b1 - Browse repository at this point
Copy the full SHA d7f21b1View commit details -
- Updates to documentation, in and out of code, primarily to reflect …
…recent (and not so recent) changes to the code - Remove unused config parameters from GUI menus.
Configuration menu - View commit details
-
Copy full SHA for ec9a81b - Browse repository at this point
Copy the full SHA ec9a81bView commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 82624e8 - Browse repository at this point
Copy the full SHA 82624e8View commit details -
septentrio: misc fixes, snr, doppler, glonass fcn, add RCVSTDS opt
* Fixes for the SNR decoding. * Fixes for the doppler decoding. * Fixes for the GLONASS fcn indexes. The conventions differ in various RTKLib structures. Needed in part to fix the doppler decoding. * Remove the constraint that the Lstd and Pstd values be limited to 9, rather apply this limit on RINEX output, to benefit from the wider range when using a raw input. * Add a -RCVSTDS receiver option for the Septentrio to make this optional, as for the ublox.
Configuration menu - View commit details
-
Copy full SHA for d2c94b3 - Browse repository at this point
Copy the full SHA d2c94b3View commit details -
Merge pull request tomojitakasu#438 from ourairquality/sep-glo-canav-…
…time Septentrio GLO raw canav: avoid subframe time unaligned access
Configuration menu - View commit details
-
Copy full SHA for 5928328 - Browse repository at this point
Copy the full SHA 5928328View commit details -
Merge pull request tomojitakasu#442 from ourairquality/septentrio-mis…
…c-snr-dop-glo septentrio: misc fixes, snr, doppler, glonass fcn, add RCVSTDS opt
Configuration menu - View commit details
-
Copy full SHA for 55a0f2c - Browse repository at this point
Copy the full SHA 55a0f2cView commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d771a40 - Browse repository at this point
Copy the full SHA d771a40View commit details -
rtkplot_qt: recognize more common obs and nav files patterns
Obs: *.*O *O.rnx *O.rnx.gz *O.crx *O.crx.gz Nav: *N.rnx.gz
Configuration menu - View commit details
-
Copy full SHA for ff23450 - Browse repository at this point
Copy the full SHA ff23450View commit details -
Merge pull request tomojitakasu#445 from ourairquality/rtkplot-qt-fil…
…e-patterns rtkplot_qt: recognize more common obs and nav files patterns
Configuration menu - View commit details
-
Copy full SHA for ec49cb2 - Browse repository at this point
Copy the full SHA ec49cb2View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 399f4b5 - Browse repository at this point
Copy the full SHA 399f4b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0d8d2c - Browse repository at this point
Copy the full SHA d0d8d2cView commit details
Commits on Aug 15, 2024
-
fix for issue tomojitakasu#443: rtkplot_qt: Incorrect time values in status bar field for Position plot type
Configuration menu - View commit details
-
Copy full SHA for 21b842d - Browse repository at this point
Copy the full SHA 21b842dView commit details -
- remove ambiguous shortcuts in main window
Configuration menu - View commit details
-
Copy full SHA for f4956f1 - Browse repository at this point
Copy the full SHA f4956f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbde607 - Browse repository at this point
Copy the full SHA fbde607View commit details -
RINEX input_rnxctr: correct the ephemeris set for GAL
Set 0 is used for I/NAV and set 1 for F/NAV. The ephemeris structure code slot has bit 8 set for E5a,E1 or bit 9 set for E5b,E1. F/NAV is for channel E5a-I, not channel E5b-I. For I/NAV on channel E1B neither bit 8 or 9 would be set. So checking bit 8 should distinguish F/NAV from I/NAV and when set the ephemeris should go to set 1. Also bit 1 is expected to be set for F/NAV E5a-I so also use the F/NAV set in this case.
Configuration menu - View commit details
-
Copy full SHA for 21bb993 - Browse repository at this point
Copy the full SHA 21bb993View commit details
Commits on Aug 17, 2024
-
convrnx: add option to sort observation data by satellite index
Using the RTKLib satellite index. Adds -sortsats to convbin
Configuration menu - View commit details
-
Copy full SHA for b8fde78 - Browse repository at this point
Copy the full SHA b8fde78View commit details -
- random string and i18n related improvements - make time dialog show date and time in localized format
Configuration menu - View commit details
-
Copy full SHA for b6b9706 - Browse repository at this point
Copy the full SHA b6b9706View commit details -
rtkplot: count all observation frequencies
and for rtkplot_qt correct the legend color.
Configuration menu - View commit details
-
Copy full SHA for 01bb3d8 - Browse repository at this point
Copy the full SHA 01bb3d8View commit details
Commits on Aug 18, 2024
-
- consistently use enum for label positions - adapt for i18n - code formating
Configuration menu - View commit details
-
Copy full SHA for d20d48d - Browse repository at this point
Copy the full SHA d20d48dView commit details -
Qt Gui Update: rtknavi_qt/rtkpost_qt options dialog
- allow translation of more strings - fix selection of rover and reference antenna - work on i18n
Configuration menu - View commit details
-
Copy full SHA for ba29039 - Browse repository at this point
Copy the full SHA ba29039View commit details -
- scale solution text with window size - make graph rendering use anti-aliasing - i18n work - combine some redundant code - fix some label texts
Configuration menu - View commit details
-
Copy full SHA for 56d0b49 - Browse repository at this point
Copy the full SHA 56d0b49View commit details -
Merge pull request tomojitakasu#451 from ourairquality/rtkplot-legend…
…-color rtkplot: count all observation frequencies
Configuration menu - View commit details
-
Copy full SHA for 33b8161 - Browse repository at this point
Copy the full SHA 33b8161View commit details
Commits on Aug 25, 2024
-
- improve scaling of label fonts to fill entire available screen space - adapt colors to better match those of the windows version
Configuration menu - View commit details
-
Copy full SHA for 20c0064 - Browse repository at this point
Copy the full SHA 20c0064View commit details -
septentrio: move the static data into the raw structure
Allowing multiple sbf streams to be decoded simultaneously.
Configuration menu - View commit details
-
Copy full SHA for 26ed828 - Browse repository at this point
Copy the full SHA 26ed828View commit details
Commits on Aug 28, 2024
-
Merge pull request tomojitakasu#455 from ourairquality/sep-dyn-state
septentrio: move the static data into the raw structure
Configuration menu - View commit details
-
Copy full SHA for 679af18 - Browse repository at this point
Copy the full SHA 679af18View commit details -
septentrio: pass on the flushobuf return value
otherwise the caller will not recognise that data has been added.
Configuration menu - View commit details
-
Copy full SHA for 5126471 - Browse repository at this point
Copy the full SHA 5126471View commit details
Commits on Aug 29, 2024
-
septentrio sbslongcorrh: correct time decoding
Time was loaded from incorrect offset. Compute in double.
Configuration menu - View commit details
-
Copy full SHA for 682d64b - Browse repository at this point
Copy the full SHA 682d64bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0724c41 - Browse repository at this point
Copy the full SHA 0724c41View commit details -
Merge pull request tomojitakasu#457 from ourairquality/sept-flushobuf…
…-ret septentrio: pass on the flushobuf return value
Configuration menu - View commit details
-
Copy full SHA for d72402a - Browse repository at this point
Copy the full SHA d72402aView commit details -
Merge pull request tomojitakasu#458 from ourairquality/sep-sbslongcor…
…rh-time septentrio sbslongcorrh: correct time decoding
Configuration menu - View commit details
-
Copy full SHA for cbb29ea - Browse repository at this point
Copy the full SHA cbb29eaView commit details -
Merge pull request tomojitakasu#459 from ourairquality/sept-geoalm-case
septentrio: add case for ID_GEOALM, not yet implemented
Configuration menu - View commit details
-
Copy full SHA for d44c440 - Browse repository at this point
Copy the full SHA d44c440View commit details
Commits on Aug 30, 2024
-
decode_glonav: correct svh. Only a binary health bit is wanted for the GLONASS svh. decode_galnav: correct code and health, convert to RINEX format. decode_meas3Doppler, decode_meas3CN: correct loop oob meas3_sig2idx: use MEAS3_SIG_MAX decode_gpsrawcnav: add partial implementation decode_galrawfnav: correct code decode_galrawinav: correct code decode_navicraw: enable decode_naviclnav: enable decode_cmpnav: correct times decode_qzssnav: correct, enable Set the eph.set even if it is zero, just to be explicit.
Configuration menu - View commit details
-
Copy full SHA for 85d3098 - Browse repository at this point
Copy the full SHA 85d3098View commit details -
Merge pull request tomojitakasu#460 from ourairquality/sept-misc
septentrio: misc fixes
Configuration menu - View commit details
-
Copy full SHA for 2aaf692 - Browse repository at this point
Copy the full SHA 2aaf692View commit details
Commits on Aug 31, 2024
-
eph.fit: improve handling, QZSS
Add a sys argument to decode_frame so that it can specialise for QZSS where the interpretation of the fit bit differs from GPS. Rework some usage of the eph.fit which is defined in RTKLib to be in hours, so the decoded fit time, not the binary bit. It was not being consistently set. Now it is set to 4hrs for GPS when appropriate, and for now to 6hr when over 4hrs (it could be better decoded). For QZSS it is set to 2hrs when appropriate and to 4hrs when over 2hrs; QZSS appears to only use 2hr. The fit time is not currently used by RTKLib, just past through.
Configuration menu - View commit details
-
Copy full SHA for 9be2f87 - Browse repository at this point
Copy the full SHA 9be2f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a789d - Browse repository at this point
Copy the full SHA e5a789dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a319cd - Browse repository at this point
Copy the full SHA 3a319cdView commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0c9143 - Browse repository at this point
Copy the full SHA d0c9143View commit details -
Qt Gui: Huge Update for rtkplot_qt
Graph: - support unit for plot axes in graph.cpp - fix drawing of poligons in graph.cpp - make some data static const - correctly apply line style in skyplot Time Span Dialog: - convert time span dialog to not include .ui-file in header to speed up compilation - return invalid date/time when field is not activated rtkplot_qt: - activate anit-aliasing for plotting - improve calculation of plot border margins - use font from preference dialog for plotting - improve localization for plotting - fix mouse wheel handling for scaling plots - improve some icons to make them - correctly save and load .tag files for map images - improve placing of legend in status bar - fix color scale for multipath - get rid of special defines for degree and square (raised two) symbols - add progress information for visibility analysis - optimize plotting of map image by storing a pre-scaled version - reset connect button is no connection was established - show wait cursor when plotting takes long - improve handling of plot range popup - fix filter for loading waypoints - more error checking in visibility analysis - improve enabling/disabling of menu entry - fix color assignment in vector map dialog - more tool tips - many smaller bug fixes
Configuration menu - View commit details
-
Copy full SHA for 6f8b539 - Browse repository at this point
Copy the full SHA 6f8b539View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e9f0ed - Browse repository at this point
Copy the full SHA 8e9f0edView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c9152a - Browse repository at this point
Copy the full SHA 1c9152aView commit details
Commits on Sep 20, 2024
-
Merge pull request tomojitakasu#444 from ourairquality/unicore-rcvstds
unicore: support RCVSTDS option
Configuration menu - View commit details
-
Copy full SHA for d4618a8 - Browse repository at this point
Copy the full SHA d4618a8View commit details
Commits on Sep 21, 2024
-
rtknavi_qt: allocate the rtksvr structure off the stack
The rtksvr structure size is approaching the default stack size on Linux, so move it off the stack.
Configuration menu - View commit details
-
Copy full SHA for bb73478 - Browse repository at this point
Copy the full SHA bb73478View commit details
Commits on Sep 22, 2024
-
Merge pull request tomojitakasu#468 from ourairquality/rtknavi-qt-rtk…
…svr-off-stack rtknavi_qt: allocate the rtksvr structure off the stack
Configuration menu - View commit details
-
Copy full SHA for 16ea494 - Browse repository at this point
Copy the full SHA 16ea494View commit details
Commits on Sep 23, 2024
-
Merge pull request tomojitakasu#469 from rtklibexplorer/demo5
Merge latest changes from "demo5" branch
Configuration menu - View commit details
-
Copy full SHA for 94c6ee4 - Browse repository at this point
Copy the full SHA 94c6ee4View commit details
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 218ee9e - Browse repository at this point
Copy the full SHA 218ee9eView commit details
Commits on Sep 29, 2024
-
rtknavi_qt mondlg: expand obs code widths
to avoid excessive abbreviation.
Configuration menu - View commit details
-
Copy full SHA for fa2c7d0 - Browse repository at this point
Copy the full SHA fa2c7d0View commit details -
- change name of plot types to make them more descriptive - calculate multipath only when first used - fix dragging of plot graphs with mouse cursor - correctly enable buttons and menu entries - avoid multiple updates when satellite and signal lists are filled - fixes to sky image and image tags - fix uninitialized marker in mapview - fix guard code in mapview
Configuration menu - View commit details
-
Copy full SHA for 881718a - Browse repository at this point
Copy the full SHA 881718aView commit details -
Merge pull request tomojitakasu#464 from ourairquality/sept-rxsetup
septentrio: implement the rx setup block
Configuration menu - View commit details
-
Copy full SHA for a15fc72 - Browse repository at this point
Copy the full SHA a15fc72View commit details -
Merge pull request tomojitakasu#474 from ourairquality/rtknavi-qt-mon…
…dlg-obs-code-width rtknavi_qt mondlg: expand obs code widths
Configuration menu - View commit details
-
Copy full SHA for 0197c13 - Browse repository at this point
Copy the full SHA 0197c13View commit details -
station info: add marker type, observer and agency
with support for RINEX parsing and output of these.
Configuration menu - View commit details
-
Copy full SHA for ec7cf85 - Browse repository at this point
Copy the full SHA ec7cf85View commit details
Commits on Oct 1, 2024
-
rtcm3 msm: add signal types R3 R4 R6, L9
and reformat these tables.
Configuration menu - View commit details
-
Copy full SHA for e3df221 - Browse repository at this point
Copy the full SHA e3df221View commit details
Commits on Oct 2, 2024
-
rtkplot_qt: show residuals even when zero
The residuals can be zero and valid, a reference signal.
Configuration menu - View commit details
-
Copy full SHA for 0e59775 - Browse repository at this point
Copy the full SHA 0e59775View commit details -
Merge pull request tomojitakasu#449 from ourairquality/rinex-rnxctr-g…
…al-eph-set RINEX input_rnxctr: correct the ephemeris set for GAL
Configuration menu - View commit details
-
Copy full SHA for d403cea - Browse repository at this point
Copy the full SHA d403ceaView commit details -
Merge pull request tomojitakasu#452 from ourairquality/convrnx-sortsats
convrnx: add option to sort observation data by satellite index
Configuration menu - View commit details
-
Copy full SHA for 360d0f7 - Browse repository at this point
Copy the full SHA 360d0f7View commit details -
Merge pull request tomojitakasu#456 from ourairquality/station-info
station info: add marker type, observer and agency
Configuration menu - View commit details
-
Copy full SHA for b565c92 - Browse repository at this point
Copy the full SHA b565c92View commit details -
Merge pull request tomojitakasu#461 from ourairquality/eph-fit
eph.fit: improve handling, QZSS
Configuration menu - View commit details
-
Copy full SHA for 95103cb - Browse repository at this point
Copy the full SHA 95103cbView commit details -
Merge pull request tomojitakasu#463 from ourairquality/binex-rtn-codes
binex: correct some error return codes
Configuration menu - View commit details
-
Copy full SHA for 48dd566 - Browse repository at this point
Copy the full SHA 48dd566View commit details -
Merge pull request tomojitakasu#479 from ourairquality/rtkplot-qt-sho…
…w-residual-zero rtkplot_qt: show residuals even when zero
Configuration menu - View commit details
-
Copy full SHA for fa90502 - Browse repository at this point
Copy the full SHA fa90502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d3afa - Browse repository at this point
Copy the full SHA 39d3afaView commit details -
Merge pull request tomojitakasu#466 from bemasher/demo5
Unicore: Fix message length in input_unicore. Fixes tomojitakasu#446
Configuration menu - View commit details
-
Copy full SHA for 3bf4841 - Browse repository at this point
Copy the full SHA 3bf4841View commit details -
Merge pull request tomojitakasu#478 from ourairquality/rtcm3-msm-add-…
…signals rtcm3 msm: add signal types R3 R4 R6, L9
Configuration menu - View commit details
-
Copy full SHA for 38f579d - Browse repository at this point
Copy the full SHA 38f579dView commit details
Commits on Oct 5, 2024
-
Add codes L6D and L6P for BDS B3A, and NavIC L1
These are defined in RINEX 4.
Configuration menu - View commit details
-
Copy full SHA for 62f6362 - Browse repository at this point
Copy the full SHA 62f6362View commit details
Commits on Oct 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0ebdb7 - Browse repository at this point
Copy the full SHA b0ebdb7View commit details
Commits on Oct 8, 2024
-
Update signal mask defaults in option menu in RTKCONV to reflect rece…
…nt BDS switch between third freq and fourth freq.
Configuration menu - View commit details
-
Copy full SHA for cda34f4 - Browse repository at this point
Copy the full SHA cda34f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d5749f - Browse repository at this point
Copy the full SHA 2d5749fView commit details -
Merge pull request tomojitakasu#481 from ourairquality/codes-bds-b3a-…
…navic-l1 Add codes L6D and L6P for BDS B3A, and NavIC L1
Configuration menu - View commit details
-
Copy full SHA for 87ae0bb - Browse repository at this point
Copy the full SHA 87ae0bbView commit details -
Merge pull request tomojitakasu#482 from ourairquality/rtcm3-pocketsd…
…r-ext-sigs rtcm3: added signal mapping extensions from PocketSDR
Configuration menu - View commit details
-
Copy full SHA for e35a99b - Browse repository at this point
Copy the full SHA e35a99bView commit details -
rtkconv_qt: increase mask length, support new codes
The mask length needed to be increased with the addition of the two new codes. Add support for BDS L3A and NavIC L1.
Configuration menu - View commit details
-
Copy full SHA for 5f2f2f4 - Browse repository at this point
Copy the full SHA 5f2f2f4View commit details -
Merge pull request tomojitakasu#484 from rtklibexplorer/demo5
Merge latest changes from "demo5" into "dev"
Configuration menu - View commit details
-
Copy full SHA for f469dda - Browse repository at this point
Copy the full SHA f469ddaView commit details
Commits on Oct 9, 2024
-
convbin: add GLONASS fcn initialization support
adding the --glofcn command line argument. The GUI convbin app already has this support.
Configuration menu - View commit details
-
Copy full SHA for 7f67c28 - Browse repository at this point
Copy the full SHA 7f67c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89cd7e4 - Browse repository at this point
Copy the full SHA 89cd7e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bea1ca - Browse repository at this point
Copy the full SHA 5bea1caView commit details
Commits on Oct 10, 2024
-
Merge pull request tomojitakasu#485 from ourairquality/convbin-glofcn
convbin: add GLONASS fcn initialization support
Configuration menu - View commit details
-
Copy full SHA for 6649a67 - Browse repository at this point
Copy the full SHA 6649a67View commit details -
Merge pull request tomojitakasu#486 from ourairquality/convbin-freq-all
convbin: change the default frequencies to all
Configuration menu - View commit details
-
Copy full SHA for 3e13f91 - Browse repository at this point
Copy the full SHA 3e13f91View commit details -
Merge pull request tomojitakasu#487 from ourairquality/convbin-unicor…
…e-doc convbin: add unicore support to usage output
Configuration menu - View commit details
-
Copy full SHA for 74a6e9a - Browse repository at this point
Copy the full SHA 74a6e9aView commit details
Commits on Oct 11, 2024
-
Merge pull request tomojitakasu#483 from ourairquality/rtkconvqt-mask…
…-code-update rtkconv_qt: increase mask length, support new codes
Configuration menu - View commit details
-
Copy full SHA for 19a0dda - Browse repository at this point
Copy the full SHA 19a0ddaView commit details
Commits on Oct 12, 2024
-
rtcm3e msgs 1001-1004, 1009-1012: correct max satellites limit
The MAXOBS was being used, where 31 is the maximum number of satellites for these messages. This limit was not being enforced when emitting the data, just in the header value. This lead to an invalid RTCM data stream when there were over 31 satellites.
Configuration menu - View commit details
-
Copy full SHA for 45079b0 - Browse repository at this point
Copy the full SHA 45079b0View commit details
Commits on Oct 15, 2024
-
unicore: fix observation standard deviation recording
Prior patch used the wrong destination.
Configuration menu - View commit details
-
Copy full SHA for edfc770 - Browse repository at this point
Copy the full SHA edfc770View commit details -
Configuration menu - View commit details
-
Copy full SHA for 125f320 - Browse repository at this point
Copy the full SHA 125f320View commit details -
rtcm3: further sync with PocketSDR
The GLONASS signals extensions are apparently tentative, so adopt the PocketSDR tentative assignments. Try to clarify the tentative signal assignments in comments. Add tentative signal assignments for BeiDou 6D, 6P, 6Z, 8D, 8P, 8X from PocketSDR, missed. Add tentative signal assignments for QZSS 1E, 1Z, 1B, 6E, 6Z, 5D, 5P, 5Z from PocketSDR, missed.
Configuration menu - View commit details
-
Copy full SHA for 4311c47 - Browse repository at this point
Copy the full SHA 4311c47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 883d861 - Browse repository at this point
Copy the full SHA 883d861View commit details -
Configuration menu - View commit details
-
Copy full SHA for 107968f - Browse repository at this point
Copy the full SHA 107968fView commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2d166d - Browse repository at this point
Copy the full SHA d2d166dView commit details
Commits on Oct 17, 2024
-
Pack observations across multiple messages if necessary. Add -opt for RTCM, and -rnxopt for RINEX, command line arguments. Use the RINEX GONASS fcn. Update the supported nav messages.
Configuration menu - View commit details
-
Copy full SHA for 0965249 - Browse repository at this point
Copy the full SHA 0965249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 200b79d - Browse repository at this point
Copy the full SHA 200b79dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f86f26e - Browse repository at this point
Copy the full SHA f86f26eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75a1c92 - Browse repository at this point
Copy the full SHA 75a1c92View commit details -
uniqeph: keep Galileo I/NAV and F/NAV separate
The Galileo I/NAV and F/NAV eph have some differences and should both be retained even if they have the same toe and iode. Also include I/NAV vs F/NAV distinction in the sort ordering function.
Configuration menu - View commit details
-
Copy full SHA for 15e1720 - Browse repository at this point
Copy the full SHA 15e1720View commit details
Commits on Oct 18, 2024
-
Merge pull request tomojitakasu#496 from ourairquality/convmain-misc-…
…consts convmain: misc cleanup constant use
Configuration menu - View commit details
-
Copy full SHA for 8e0ccde - Browse repository at this point
Copy the full SHA 8e0ccdeView commit details
Commits on Oct 19, 2024
-
Merge pull request tomojitakasu#493 from ourairquality/rtkconv-qt-qzs…
…s-1e rtkconv_qt: add signals QZSS 1E
Configuration menu - View commit details
-
Copy full SHA for 45297d9 - Browse repository at this point
Copy the full SHA 45297d9View commit details
Commits on Oct 20, 2024
-
Merge pull request tomojitakasu#489 from ourairquality/rtcm3e-max-sats
rtcm3e msgs 1001-1004, 1009-1012: correct max satellites limit
Configuration menu - View commit details
-
Copy full SHA for bc81d78 - Browse repository at this point
Copy the full SHA bc81d78View commit details -
Merge pull request tomojitakasu#490 from ourairquality/unicore-std-fix
unicore: fix observation standard deviation recording
Configuration menu - View commit details
-
Copy full SHA for 57c3c58 - Browse repository at this point
Copy the full SHA 57c3c58View commit details -
Merge pull request tomojitakasu#491 from charleschouette/demo5
add support for obscode debug rnx2rtkp
Configuration menu - View commit details
-
Copy full SHA for 08e9f3e - Browse repository at this point
Copy the full SHA 08e9f3eView commit details -
Merge pull request tomojitakasu#492 from ourairquality/rtcm3-msm-sigs2
rtcm3: further sync with PocketSDR
Configuration menu - View commit details
-
Copy full SHA for 6612699 - Browse repository at this point
Copy the full SHA 6612699View commit details -
Merge pull request tomojitakasu#494 from ourairquality/codepris-qzss-…
…bds-ext rtkcmd codepris: add QZSS 1B 1E, BDS 1S 1L 1Z
Configuration menu - View commit details
-
Copy full SHA for e885d2d - Browse repository at this point
Copy the full SHA e885d2dView commit details -
Merge pull request tomojitakasu#495 from ourairquality/rnx2rtcm-update
rnx2rtcm: update
Configuration menu - View commit details
-
Copy full SHA for 5b34047 - Browse repository at this point
Copy the full SHA 5b34047View commit details -
Merge pull request tomojitakasu#497 from ourairquality/sbas-comment-typo
sbas: fix comment typo
Configuration menu - View commit details
-
Copy full SHA for 01198b5 - Browse repository at this point
Copy the full SHA 01198b5View commit details -
Merge pull request tomojitakasu#498 from ourairquality/rinex-time-zer…
…o-prefix rinex: use consistent zero prefixing for times
Configuration menu - View commit details
-
Copy full SHA for 76c5a58 - Browse repository at this point
Copy the full SHA 76c5a58View commit details -
Merge pull request tomojitakasu#499 from ourairquality/uniqeph-gal-fn…
…av-inav uniqeph: keep Galileo I/NAV and F/NAV separate
Configuration menu - View commit details
-
Copy full SHA for e694309 - Browse repository at this point
Copy the full SHA e694309View commit details
Commits on Oct 28, 2024
-
rtknavi_qt: increase monitor column width for sbas and rtcm
to avoid excess abgreviation.
Configuration menu - View commit details
-
Copy full SHA for d09fc8d - Browse repository at this point
Copy the full SHA d09fc8dView commit details -
Merge pull request tomojitakasu#505 from ourairquality/rtknavi-qt-sba…
…s-mon-widths rtknavi_qt: increase monitor column width for sbas and rtcm
Configuration menu - View commit details
-
Copy full SHA for 5059912 - Browse repository at this point
Copy the full SHA 5059912View commit details
Commits on Oct 29, 2024
-
rknavi_qt monitor galileo nav: update info on set change
Update the F/Nav vs I/Nav info display when the set changes.
Configuration menu - View commit details
-
Copy full SHA for 7c316ed - Browse repository at this point
Copy the full SHA 7c316edView commit details -
Merge pull request tomojitakasu#507 from ourairquality/rtknavi-qt-mon…
…-nav-gal rknavi_qt monitor galileo nav: update info on set change
Configuration menu - View commit details
-
Copy full SHA for 7282f07 - Browse repository at this point
Copy the full SHA 7282f07View commit details
Commits on Nov 4, 2024
-
Merge pull request tomojitakasu#509 from rtklibexplorer/demo5
Sync "demo5" and "dev"
Configuration menu - View commit details
-
Copy full SHA for bc126e6 - Browse repository at this point
Copy the full SHA bc126e6View commit details -
Merge pull request #12 from rtklibexplorer/dev
Merge latest changes from "rtklibexplorer/demo5"
Configuration menu - View commit details
-
Copy full SHA for 537f9fd - Browse repository at this point
Copy the full SHA 537f9fdView commit details