Commit graph

205 commits

Author SHA1 Message Date
Aang23
b94de78445 Remove timestamp and tle check for projs 2023-09-29 23:50:23 +02:00
Aang23
407072ba5d Old metadata system is going away 2023-09-29 23:21:43 +02:00
Aang23
d72f7415f7 Goodbye, crappy projection algo from all the way back from pre-1.0.0 2023-09-29 22:11:28 +02:00
Jamie
a7c2de15e5 Fix default extension in viewer on non-Windows OSs 2023-09-26 00:02:27 -04:00
Jamie Vital
035407a4bf Make Save As dialog honor Processed Image Format 2023-09-25 23:36:38 -04:00
Jamie
2214679fbb Fix up trailing / 2023-09-24 10:10:21 -04:00
Jamie Vital
0f8ebfaaf4 Honor default input directory in viewer 2023-09-24 09:35:37 -04:00
Jamie Vital
15aeb83661 Rework file widget to prevent partial hang 2023-09-24 09:14:16 -04:00
Jamie Vital
08a3cfc727 Remove redundant satdump::error 2023-09-13 15:17:08 -04:00
Aang23
10243a8bd7 Edit wording a bit 2023-09-08 14:51:08 +02:00
Aang23
1f913b9c3a
Merge pull request #370 from baskiton/master
Choose other cities types/size instead Capitals only and draw on map overlay
2023-09-08 14:42:14 +02:00
baskiton
077437e9c3 Add configuring map/cities overlay to result rgb-composites.
Result images will be saved to a separate file with "_map" suffix instead of the main image.

Configure options:

| Name           | Type    | Default     | Description           |
|----------------|---------|-------------|-----------------------|
| map_overlay    | Boolean | `false`     | Draw countries border |
| cities_overlay | Mapped  | `NONE`      | Draw cities           |

`cities_overlay`:

| Name           | Type    | Default     | Description                                                                |
|----------------|---------|-------------|----------------------------------------------------------------------------|
| color          | Array   | `[0, 1, 0]` | RGB float-array (0.0 - 1.0)                                                |
| font_size      | Number  | `50`        | Cities font size                                                           |
| type           | String  | `capitals`  | Cities type. See below                                                     |
| scale_rank     | Number  | `3`         | **Only for `all` type**. 0-10. The more, the smaller cities will be drawn. |

Cities `type` is one of:
* `capitals` - Draw only Capitals
* `rcapitals` - Draw Capitals and Administrative centers
* `all` - Draw all cities by Scale Rank

Example:
```json
...
"map_overlay": true,
"cities_overlay": {
    "color": [0.85, 1, 0],
    "font_size": 24,
    "type": "rcapitals",
    "scale_rank": 6
}
...
```
2023-09-05 02:40:13 +07:00
Aang23
f86f89b568 Equ changes 2023-09-04 18:00:34 +02:00
baskiton
3543b54f6f Choose other cities types/size instead Capitals only, in Viewer only.
* Capital Only: Draw only Capitals
* Regional Capital Also: Draw Capitals and Administrative centers
* All (by Scale Rank): Draw all cities by Scale Rank. The higher the "Scale Rank", the smaller cities will be drawn.
2023-08-26 16:44:25 +07:00
Aang23
5a3c9b37d9 Fix a few bugs from lego11 2023-08-21 22:02:29 +02:00
Aang23
d7b2a38fa9 Lego found a bug in seconds 2023-08-21 18:50:14 +02:00
Aang23
54530e3992
Merge pull request #342 from JVital2013/StatusBar
Add Status Bar to UI
2023-08-15 14:39:25 +02:00
Aang23
f953276003 Add SST for AVHRR, fix some calibration stuff 2023-08-14 15:40:35 +00:00
Jamie Vital
22f9afeb2b Fixes 2023-08-10 22:40:31 -04:00
Jamie Vital
426ba6776e Integrate JPEG 2000 2023-08-05 21:15:31 -04:00
Jamie Vital
d340c676d2 Enable saving files from viewer as jpeg 2023-08-02 15:25:22 -04:00
Jamie Vital
54795d6e31 Fix PFD on Windows 2023-07-31 22:06:35 -04:00
Aang23
25199ecba0 Pushed basic LUT stuff 2023-07-05 23:25:38 +02:00
Aang23
9c5ec7df3c Prevent crash on 0 channel 2023-06-28 22:50:42 +02:00
Aang23
88e177faa1 Closing in the viewer should not be a warn 2023-06-07 22:37:06 +02:00
Aang23
1669e6c761 Closing in the viewer should not be a warn 2023-06-06 21:00:50 +02:00
Aang23
4c1ce58fb3 Fix not loading all products if one fails 2023-06-06 12:11:29 +02:00
Aang23
2458e205e1 Allow configuring default input/output dirs 2023-05-20 19:19:44 +02:00
Aang23
26a107bf06 Various fixes from the previous commit 2023-05-08 23:18:15 +02:00
Aang23
f7cac23a3e Goodbye libfmt 2023-05-08 23:08:34 +02:00
ZbychuButItWasTaken
83a5574c40 fix some bugs with projection 2023-04-13 21:05:19 +02:00
ZbychuButItWasTaken
e32894f4c6 numerous improvements 2023-04-01 13:47:47 +02:00
ZbychuButItWasTaken
0b7a8005ad Merge branch 'master' of https://github.com/altillimity/SatDump into proj 2023-03-22 21:48:50 +01:00
ZbychuButItWasTaken
c5b88751c1 finnish up the font 2023-03-18 23:49:29 +01:00
ZbychuButItWasTaken
52caa43c66 flip the scale if image is inverted 2023-02-02 23:11:48 +01:00
Aang23
c755ba65d5 Use a much better resampler 2023-01-31 02:37:41 +01:00
ZbychuButItWasTaken
11ee77cf22 add azimuthal equidistant 2023-01-29 17:30:31 +01:00
ZbychuButItWasTaken
f85c380571 fix calib tooltip when image is corrected 2023-01-28 21:46:16 +01:00
Aang23
daaf99c8a0 Calib progress bar 2023-01-24 15:21:47 +01:00
Aang23
70cdef8a78 Change handling of different calib output types 2023-01-24 13:42:51 +01:00
Aang23
cb60105465 Don't crash on composites 2023-01-23 15:13:25 +01:00
Aang23
fb93c196d0 Merge branch 'master' into calibration 2023-01-23 14:41:53 +01:00
ZbychuButItWasTaken
e331dc80bf fix recorder issues 2023-01-22 23:40:56 +01:00
Aang23
f22a20874d Minor changes 2023-01-22 20:44:44 +01:00
ZbychuButItWasTaken
e71897b76c fix viewer panel weirdness 2023-01-22 20:39:51 +01:00
ZbychuButItWasTaken
b054e77436 fix compiler warnings 2023-01-22 19:41:48 +01:00
ZbychuButItWasTaken
9270a00bb5 experiments 2023-01-22 19:35:16 +01:00
ZbychuButItWasTaken
34ff0dca0d fix some bugs 2023-01-22 19:08:49 +01:00
ZbychuButItWasTaken
f47201d460 add scale display 2023-01-22 18:21:08 +01:00
ZbychuButItWasTaken
0674ae17e9 add display range control for calibrated images 2023-01-22 16:00:56 +01:00