AdenKoperczak
|
f7a1668c3f
|
Add radar site threshold setting
|
2024-12-16 10:03:36 -05:00 |
|
Dan Paulat
|
88b1d5c2a7
|
Remove unused kDataWordSize16_
|
2024-12-16 07:20:59 -06:00 |
|
Dan Paulat
|
0c17744bc6
|
More clang-tidy cleanup
|
2024-12-16 06:26:48 -06:00 |
|
Dan Paulat
|
80c3cb70d2
|
Level2ProductView::Impl is not movable (thread pool is not movable)
|
2024-12-16 06:25:55 -06:00 |
|
Dan Paulat
|
a3eb53a649
|
Additional clang-tidy action cleanup
|
2024-12-15 22:32:25 -06:00 |
|
Dan Paulat
|
57b773d009
|
Linting fixes
|
2024-12-15 08:22:19 -06:00 |
|
Dan Paulat
|
a65504a2cb
|
Disable range folding display by default when smoothing
|
2024-12-15 07:21:46 -06:00 |
|
Dan Paulat
|
cc0ebcd13c
|
Save radar smoothing state in settings
|
2024-12-15 06:54:33 -06:00 |
|
Dan Paulat
|
f010ea8fad
|
Add radar wireframe debug menu selection
|
2024-12-14 23:08:53 -06:00 |
|
Dan Paulat
|
77e02b76b1
|
Toggle for smoothed range folding in settings dialog
|
2024-12-14 22:48:04 -06:00 |
|
Dan Paulat
|
3e681abfdb
|
Add smoothing settings
|
2024-12-14 22:37:44 -06:00 |
|
Dan Paulat
|
172203ec16
|
Fix 1 degree smooth coordinates location
|
2024-12-14 07:00:03 -06:00 |
|
Dan Paulat
|
82ea0dacd3
|
Merge branch 'develop' into feature/radar-smoothing
|
2024-12-14 06:57:24 -06:00 |
|
AdenKoperczak
|
10aabce3a1
|
Fix some minor style issues with inverted threshold code
|
2024-12-10 10:20:54 -05:00 |
|
AdenKoperczak
|
1c4551522d
|
fix formatting issues in inverted threshold code
|
2024-12-09 18:49:23 -05:00 |
|
AdenKoperczak
|
7c884fec55
|
add inverted threshold to placefile text
|
2024-12-09 18:44:35 -05:00 |
|
AdenKoperczak
|
3562edcb7a
|
Change negative threshold values to act as inverted threshold
|
2024-12-09 18:11:59 -05:00 |
|
Dan Paulat
|
b7970bb631
|
Perform level 3 data moment remapping when smoothing
|
2024-12-08 00:58:45 -06:00 |
|
Dan Paulat
|
c492f11466
|
Perform level 2 data moment remapping when smoothing
|
2024-12-07 23:46:06 -06:00 |
|
Dan Paulat
|
ac48ac24ab
|
Fix level 2 16-bit data moment references
|
2024-12-07 23:33:57 -06:00 |
|
Dan Paulat
|
40149ae32c
|
Fix integer comparison signedness
|
2024-12-06 07:34:38 -06:00 |
|
Dan Paulat
|
44f91a3a86
|
Level 3 raster smoothing
|
2024-12-06 06:00:39 -06:00 |
|
Dan Paulat
|
b93c76ef1b
|
Merge branch 'develop' into feature/radar-smoothing
|
2024-12-03 23:30:06 -06:00 |
|
Dan Paulat
|
57f6b41a47
|
Level 3 radial product smoothing
|
2024-12-03 23:29:58 -06:00 |
|
Dan Paulat
|
9f7026bf9c
|
Add pre-caluclated smoothed coordinates
|
2024-12-03 23:28:18 -06:00 |
|
Dan Paulat
|
dcea34118f
|
Merge pull request #311 from AdenKoperczak/cursor_icon_always_on
Added cursor icon always on option to general settings
|
2024-12-02 23:17:40 -06:00 |
|
Dan Paulat
|
a8132ef9f1
|
Allow selection of radar smoothing
|
2024-12-02 23:08:32 -06:00 |
|
Dan Paulat
|
d3ae404f7a
|
Delta angles must be normalized before they can be scaled
|
2024-12-02 22:38:12 -06:00 |
|
Dan Paulat
|
e0cd3610a6
|
An extra empty radial is still needed for incomplete data when smoothing
|
2024-12-02 22:35:13 -06:00 |
|
Dan Paulat
|
a5919ac917
|
The last smoothed radial needs the first radial to render
|
2024-12-02 22:34:42 -06:00 |
|
Dan Paulat
|
1b07c6f5b5
|
Data moments should not have GLSL flat qualifiers to be sampled more than once per triangle
|
2024-12-02 00:10:22 -06:00 |
|
Dan Paulat
|
80d5be956d
|
Clean up smoothed data moment population
|
2024-12-02 00:06:08 -06:00 |
|
Dan Paulat
|
e93697b162
|
Get rid of white/max reflectivity bins due to unsigned integer underflow
|
2024-12-01 23:12:03 -06:00 |
|
Dan Paulat
|
5be8d7b7c0
|
Fix iterator advancement
|
2024-12-01 09:38:34 -06:00 |
|
Dan Paulat
|
608b1af24f
|
Update smoothing data moment calculations
|
2024-12-01 08:52:48 -06:00 |
|
Dan Paulat
|
1ac85e253f
|
Begin logic for smoothed data moment values
|
2024-12-01 00:42:05 -06:00 |
|
Dan Paulat
|
1c8d7f5be9
|
Update vertices for smoothing
|
2024-12-01 00:41:01 -06:00 |
|
Dan Paulat
|
84f0003bef
|
Compute smoothed coordinates
|
2024-12-01 00:39:12 -06:00 |
|
Dan Paulat
|
13a015cd5f
|
Refactoring Level2ProductViewImpl to Level2ProductView::Impl
|
2024-12-01 00:37:31 -06:00 |
|
Dan Paulat
|
372712745c
|
Updating includes for fmt 11.x
|
2024-11-30 15:42:15 -06:00 |
|
AdenKoperczak
|
64b679a002
|
Added cursor icon always on option to general settings
|
2024-11-30 15:43:50 -05:00 |
|
Dan Paulat
|
e3fa3fdd61
|
Merge branch 'develop' into feature/conan-2
|
2024-11-30 01:33:02 -06:00 |
|
AdenKoperczak
|
d64eb762b4
|
Revert finding some Qt parts in cmake that appear to be causing issues
with build on older versions of linux (ubuntu22.04)
|
2024-11-29 15:11:58 -05:00 |
|
Dan Paulat
|
ed353248e0
|
Latch page required logic at startup to ensure appropriate pages display
|
2024-11-28 23:46:07 -06:00 |
|
Dan Paulat
|
9ab9d6b2d0
|
Bump minimum required to CMake 3.24
|
2024-11-28 08:05:15 -06:00 |
|
Dan Paulat
|
dab88ebb98
|
Fix deprecated header usage in log manager
|
2024-11-28 06:53:15 -06:00 |
|
Dan Paulat
|
ed9e7ad72f
|
Fixes for clang-tidy-review
|
2024-11-28 06:53:15 -06:00 |
|
Dan Paulat
|
dbfacdfd28
|
Merge pull request #297 from dpaulat/feature/level2-sweeps
Intermediate Level 2 Sweeps
|
2024-11-28 06:51:04 -06:00 |
|
Dan Paulat
|
c4f78df149
|
Merge pull request #294 from AdenKoperczak/location_markers_ids
Location markers ids
|
2024-11-27 12:32:22 -06:00 |
|
AdenKoperczak
|
831e0f7d1b
|
Add check to optional value to avoid undefined behavior in MarkerModel
|
2024-11-27 12:05:04 -05:00 |
|