0657146
Make release builds work Since release builds had -Werror on, every warning is counted as an error, and the #pragmas that supressed that warning caused a wrning them selfs. by
2020-09-03 15:37:00 +0100
0cc69cb
Use sudo when running apt by
2020-09-03 15:31:32 +0100
d494cf5
Install dependencies in GitHub actions by
2020-09-03 15:30:09 +0100
a04bc4a
Add initial GitHub actions workflow by
2020-09-03 15:21:36 +0100
c5ec69f
Headerise each file by
2020-09-02 20:23:11 +0100
7763148
More verbose output when building with CMake by
2020-09-02 20:20:20 +0100
ec8a1eb
Remove distribution image generation It didn't even work in the latest commit by
2020-08-27 19:26:29 +0100
2213e46
Stack image types as much as you want Create a copy of the image before modifying it for temperature calibration by
2020-08-27 19:23:17 +0100
8cfbc9d
Fix for small mistake in b96a2c6
by
2020-08-22 21:36:50 +0100
7d9f38f
Add -r flag to realtime decoding command by
2020-08-22 21:34:39 +0100
b96a2c6
Increase buffer size by
2020-07-30 15:44:45 +0100
6b03bdd
Set PALETTE_PATH in Makefile by
2020-07-29 12:24:05 +0100
bb37bf0
Palette search directorie, basic packaging support by
2020-07-28 15:26:18 +0100
b8671a3
Move source into src/ by
2020-07-28 12:58:06 +0100
c322d6c
Add a bug report template by
2020-07-21 21:58:14 +0100
953e721
Add contributing guidelines, subject to change by
2020-07-21 21:49:52 +0100
795aef4
Merge pull request #9 from technobird22/clarifications-to-readme by
2020-07-19 23:11:30 +0100
4b9aa8b
(refs/pull/9/head)
Clarified stackability of output types by
2020-07-20 10:08:53 +1200
894e275
Added link to NOAA database by
2020-07-20 10:07:41 +1200
ad1b4bf
Clarification to output heading in readme by
2020-07-20 10:06:56 +1200
4eba9fd
(refs/pull/8/head)
Revert "Clarification to output heading in readme" by
2020-07-18 22:25:49 +1200
6b93ca1
Revert "Added link to NOAA database with a variety of data" by
2020-07-18 22:25:45 +1200
670130f
Revert "Clarified stackability of output types" by
2020-07-18 22:25:41 +1200
3116817
Clarified stackability of output types by
2020-07-18 21:26:15 +1200
7c4593f
Added link to NOAA database with a variety of data by
2020-07-18 20:54:33 +1200
0f3e6b7
Clarification to output heading in readme by
2020-07-18 20:48:47 +1200
377bc3f
Add map offset argument, change southbound to northbound Passes are flipped when northbound, not southbound by
2020-07-12 10:48:36 +0100
fa10f2e
Fix img2pal.py and improve error messages by
2020-07-08 23:58:18 +0100
4b1acdf
Improve MCIR, improve map alignment and remove useless palettes by
2020-07-08 23:55:37 +0100
441e669
Fix calibration issue, adjust noise threshold by
2020-07-02 16:50:11 +0100
3a300a9
Add N15 palette (thanks Derek), remove useless N18 palette by
2020-06-30 19:07:12 +0100
b68d763
Early Windows support! by
2020-06-24 16:45:59 +0100
e667451
Improve syncing, fix segfault Lack of clamping while reading a pixel from a palette resulted in reading invalid memory by
2020-06-24 15:55:04 +0100
1766b42
Add another palette by
2020-06-24 00:31:16 +0100
9353a50
Add ability to crop noise from start and end of an image by
2020-06-23 13:50:17 +0100
751baef
Close file stream if libpng fails to init by
2020-06-23 13:08:39 +0100
d2880a6
Fix clipping on linear equalise by
2020-06-23 13:04:48 +0100
f730a6e
Merge pull request #6 from Aang23/cmake_support by
2020-06-16 18:45:09 +0100
61db9ee
(refs/pull/6/head)
Initial CMake support by
2020-06-16 19:35:05 +0200
2d719f4
Fix segfault Checking if the type string contains paletted instead of just the current image leading to palettes attempting to be applied to images without a color buffer by
2020-06-14 00:54:31 +0100
d37f450
Actaully disable that warning, fix a bug Creating a paletted image along with other images broke it by
2020-06-13 12:07:14 +0100
b19701e
Ignore -Wmissing-field-initializers to avoid confusion by
2020-06-13 10:55:24 +0100
da6b4ab
Fix map handling & improve alignment, fix #5 by
2020-06-13 10:46:42 +0100
afb0b9f
Fix application of internal palettes (and crashing on ARM) by
2020-06-12 20:25:26 +0100
8e77155
First HRPT palette! Also fix some warnings in pngio.c by
2020-06-09 20:09:05 +0100
399b223
Add palette generator script by
2020-06-07 14:46:35 +0100
5846aaa
Add gamma adjustment, improve MCIR colors by
2020-06-07 14:25:09 +0100
58a71f4
Rewrite README, include util's, remove duplicate palette by
2020-06-05 23:46:52 +0100
0de4bdc
Add WXtoImg palettes by
2020-06-05 18:49:03 +0100
208f3bb
README improvements by
2020-06-05 18:48:32 +0100
8a5e2d2
Use WXtoImg precipitation palette by
2020-06-05 18:07:06 +0100
c6716c4
Use RGB for palettes instead of RGBA by
2020-06-05 14:53:02 +0100
aee200e
Rewrite `ImageOut`, remove channel ID in filename by
2020-06-03 14:55:32 +0100
f397b84
Add palette support, remove falsecolor image type I will tidy this up in the next few commits by
2020-06-02 18:31:44 +0100
be4ba0b
Small bug fixes & small changes by
2020-06-01 23:40:13 +0100
61fb740
Small bug fixes Processing more than one image at once didn't work (quite bodgey) MCIR would run even without a map Error handling for map/raw images that don't exist by
2020-04-16 23:27:55 +0100
69a43e8
Turn off compression in realtime decoded images by
2020-04-16 22:59:41 +0100
55e7402
Slight changes to syncing by
2020-04-16 22:58:52 +0100
6a05b7a
Add -o flag Allows custom filenames for the output image Fix formatting in help text by
2020-02-25 19:54:41 +0000
b9bf1e8
Multi-channel support for input files The getsamples function is now able to only get samples from only one channel by
2020-02-25 19:37:37 +0000
175a760
Fix MCIR & Temperature Also improve land color in MCIR images by
2020-02-11 20:34:58 +0000
42a2de0
Semi-fix for issues with DSP Lines are now only skipped before there is a detectable sync marker, but not after. Simply removing the part responsible for recalclating pixel offset by
2020-02-11 20:30:59 +0000
a35a4c6
Switch to tabs by
2020-02-08 23:56:26 +0000
9738b05
Fix temperature calibration & lots of small changes Add linear equalise Add image flip for southbound passes Completly remove old falseclor in favour of a much simplier method by
2020-02-08 23:38:36 +0000
edcf344
Use real histogram equalisiation by
2020-01-24 22:04:33 +0000
83094ab
Add missing newlines (#2) by
2020-01-18 23:04:39 +0200
9fd1dc9
(refs/pull/2/head)
Add missing newlines by
2020-01-18 12:00:55 +0200
94dccc7
Add realtime decoding Change calibration to better suit constant gain Add -Wextra to Makefile Add link to model of the PLL Max number of rows for the image is now increasible by
2020-01-17 13:43:20 +0000
cd3b206
Restore the ability to create greyscale images by
2020-01-15 01:12:40 +0000
e489b54
Fix telemetry cropping by
2020-01-15 00:49:42 +0000
fb8dfc3
Fix falsecolor by
2020-01-15 00:27:56 +0000
c46f162
Add effect option for precipitation Also change palette to something nicer by
2020-01-14 23:08:00 +0000
e990602
Large changes Add a denoise filter Fix temperature calibration Tidy up some files Improve MCIR by
2020-01-14 20:40:19 +0000
87f8304
Update copyright year by
2020-01-02 00:25:17 +0000
81cee99
Hotfix for the last commit by
2020-01-01 19:53:41 +0000
1443b9b
Map overlay, touchups Add the ability to open a map overlay generated by wxmap (still unstable) Remove the ability to turn off calibration Add MCIR images From now on large changes to neaten up the codebase will be taking place by
2020-01-01 17:02:21 +0000
286c38d
Remove .pnm from gitignore by
2019-12-25 13:28:17 +0000
afccb01
Raw image input by
2019-12-25 00:46:43 +0000
7646945
Clear up confusion between "equalisation" and "calibration" by
2019-12-18 22:44:31 +0000
e5dddae
Add histogram equalisation Also made some floating-point math more explicit by
2019-12-18 22:34:43 +0000
d8446bc
I don't really know what happened, but I can think of these off the top of my head Improved commenting in dsp.c Updated copyright notices Code tidy up in some parts by
2019-12-15 19:55:37 +0000
22b325a
New false color/color handling by
2019-11-25 14:33:38 +0000
e9b6962
A few changes here and there. by
2019-11-22 19:11:37 +0000
2a34f88
Tidy up all formatting, fix english, markdown README, improved Makefile, minor code changes by
2019-10-14 13:40:24 +0100
d5f6298
Revert commit e9e4bbd07d
by
2019-09-11 14:01:00 -0700
0155d2a
Merge branch 'working_master' by
2019-09-11 14:00:12 -0700
9ad0919
Fix to pull in getopt definition from getopt.h. by
2019-09-11 12:48:43 -0700
e9e4bbd
Work in progress : new dsp front end, gaussian resampling filter , alsa input by
2010-09-11 15:27:55 +0000
602c5c5
set default satellite to NOAA-19 by
2009-04-16 16:21:11 +0000
dc2dc16
add NOAA-19 calibration data by
2009-04-16 16:18:02 +0000
fe20924
add gvi palette by
2005-08-24 20:31:48 +0000
05e9507
add gvi colormap by
2005-08-24 20:30:36 +0000
1d9a0e7
pastel temp palette from white (-60) to red (+40), green is 20°c by
2005-06-17 09:01:57 +0000
c7e2054
pre 2.0 monster commit : new dsp code ngvi test by
2005-06-16 21:12:10 +0000
40add11
-change coef order for hilbert filter -cleaning dsp code by
2005-06-06 22:24:32 +0000
1b33aa9
-Faster Phase estimator -Cleaning pll by
2005-06-05 19:01:27 +0000
0f18ad9
-new pll code with hiltert filter -new resample filter -accept different sampling rates by
2005-06-05 09:38:55 +0000
628948c
(tag: v1.7)
add stdlib.h include by
2005-05-22 08:51:52 +0000
0a1814e
add NOAA 16 & v18 change -s option by
2005-05-20 23:01:24 +0000
0358b9b
clean code & indent by
2004-04-24 07:19:48 +0000