Aang23
62a15adba9
Fix hang on live pipeline stop
2024-08-02 23:43:19 +02:00
Jamie Vital
912f4cfbf0
Add local time option to scheduler UIs
2024-07-29 11:40:19 -04:00
Jamie Vital
0b5e6a090e
Appease a contrary Brazilian
2024-07-21 15:46:18 -04:00
Jamie Vital
7841bfea74
A bunch of pipeline work
2024-07-21 14:58:03 -04:00
Jamie Vital
6bc22851af
Clean up
2024-07-21 09:09:37 -04:00
Jamie Vital
6577df85a2
On-demand pipeline param tweaking
2024-07-20 16:52:06 -04:00
Jamie Vital
d0dc514c78
Add in other advanced mode settings
2024-07-20 00:17:57 -04:00
Jamie Vital
8fa29e2f75
Merge branch 'master' into advanced_settings
2024-07-14 00:38:31 -04:00
Jamie Vital
2c7e4cf16e
Allow resetting pipeline settings from UI
2024-07-13 15:02:09 -04:00
Aang23
c86df76154
Fix geotiff saving bug in overlay mode
2024-07-11 11:49:05 +02:00
Jamie Vital
3681cc9b99
WIP
2024-07-10 15:27:49 -04:00
Jamie Vital
cbfeadfc2f
Fix Windows
2024-05-20 21:21:27 -04:00
Aang23
49cb456b32
Windows fix
2024-05-18 19:59:28 +02:00
Aang23
e7dc304a3a
Windows
2024-05-18 19:22:33 +02:00
Aang23
58c8e73e85
Oops
2024-05-18 18:54:57 +02:00
Aang23
beb7e775f0
Cleanup
2024-05-18 18:35:55 +02:00
Aang23
65bcb09c57
Windows
2024-05-18 18:33:08 +02:00
Aang23
3c0e9ea7bf
Oops
2024-05-18 18:30:56 +02:00
Aang23
33bf7f22dc
Bump to 1.2.1, WIP
2024-05-18 18:05:04 +02:00
Aang23
49b843e200
Rename IQ types to standard
2024-05-15 17:53:20 +02:00
Jamie Vital
f78a9a73d2
Fix a few more warns
2024-05-11 15:03:30 -04:00
Aang23
f38010563f
Merge image_rewrite
2024-05-10 20:14:30 +02:00
Aang23
cbbbd77373
Make tile map extent selectable
2024-05-10 09:51:58 +02:00
Jamie Vital
326e96d68b
Finish Lua updates; fix a few bugs
2024-05-09 23:34:09 -04:00
Aang23
bf0de74939
Tile map works again, more accurate. Cache to be redone
2024-05-09 21:04:40 +02:00
Aang23
ab3de6c821
Fix Lua
2024-05-09 16:43:43 +02:00
Aang23
f39c3b268a
More fixes
2024-05-09 12:34:06 +02:00
Aang23
572f4bdf28
Fix projections and various other things
2024-05-09 11:57:48 +02:00
Aang23
4cd4e6e6ee
Fix apply_lut
2024-05-09 11:48:39 +02:00
Jamie Vital
45c9ff451e
Re-Implement Kuwahara
2024-05-08 21:58:51 -04:00
Aang23
271457f3c9
Goodbye old system
2024-05-09 01:16:08 +02:00
Aang23
d1723efc1e
Text drawing works
2024-05-08 22:37:37 +02:00
Aang23
b22ba47545
Saving works again, and more
2024-05-08 21:38:32 +02:00
Aang23
fc3f32263d
Make projections, overlay work
2024-05-08 20:17:42 +02:00
Aang23
db6d77a022
Next, projections
2024-05-08 17:28:11 +02:00
Aang23
5868a23094
Begin changing the entire image system
2024-05-08 14:52:24 +02:00
Jamie Vital
4e53b1fd60
Fix bugs in the viewer's Display Range Control
2024-05-07 22:12:33 -04:00
Aang23
885ac2177a
SDR IDs are now strings
2024-05-01 16:26:07 +02:00
Jamie Vital
2f6ae04a94
Cut image product viewer memory usage (almost) in half
2024-04-29 20:57:33 -04:00
Aang23
5b85136025
Brightness/contrast controls
2024-04-26 17:44:12 +02:00
Jamie Vital
50ef18527d
Add "Remove Background" to viewer for geos, etc
2024-04-24 21:51:02 -04:00
Aang23
402c7b8a98
Merge branch 'geo_work'
2024-04-23 23:25:57 +02:00
Aang23
ab885df926
GOES FC/IR Merge, fix bugs
2024-04-23 22:41:14 +02:00
Aang23
85f3d9aaea
Experimental C++ composites
2024-04-22 12:17:41 +02:00
Aang23
012ff349bf
Bochum, bugfix Avgn
2024-04-21 16:27:32 +02:00
Aang23
f5362450f4
Timestamp and satellite name in the viewer for GEO products (no dataset!)
2024-04-19 20:56:47 +02:00
Jamie Vital
54312fabca
Disable opacity slider when it does nothing
2024-04-06 16:42:36 -04:00
Jamie Vital
ad908568ac
Oops
2024-04-06 16:11:56 -04:00
Jamie Vital
46e6e06964
Fix several more projection/transparency bugs
...
- When saving PBM and JPEG (which do not support transparency), pre-multiply alpha to each channel
- Fix TIFF transparency mode
- When doing overlay mode, allow setting opacity on bottom layer
- Fix overlay with transparency when target image does not have an alpha channel
2024-04-06 16:05:09 -04:00
Jamie Vital
b04dc69e8a
Several projection fixes
...
- Proper alpha blending when merging layers in overlay mode to avoid black edges
- Also use alpha blending in OverlayHandler with text to, again, avoid black edges
- Use premultiplied alpha when bilinear sampling to, you guessed it, avoid black edges
- When adding layers to projection, add them to the top. Shockingly, this has nothing to do with black edges.
- Fix incorrect progress bar displaying progress in projection layers UI
2024-04-05 23:02:15 -04:00