Xerbo
4d4a0c9787
Format codebase
vor 2 Jahren
Xerbo
8be50e7844
Readd apt_image_t::zenith and MSVC complex #20
vor 2 Jahren
Xerbo
18ac507d32
Remove dead code
vor 2 Jahren
Xerbo
093ae0be41
Dont crop channel images when crop telemetry is on, close #11
vor 2 Jahren
Xerbo
c754d5fb57
Remove wxmap reading functionality
Did anybody even use it anyway?
vor 2 Jahren
Xerbo
d4146f4eb9
Rewrite thermal calibration (and add visible calibration)
vor 2 Jahren
Xerbo
d2b3ae6be8
Standardise warning/error format
vor 2 Jahren
Xerbo
e390f8737f
Rewrite PLL
vor 2 Jahren
Xerbo
1563af998d
Fix copyright year
vor 2 Jahren
Xerbo
5e82eaf503
Update copyright year
vor 2 Jahren
Jon Beniston
61c248b911
Add apt_temperature to API
vor 2 Jahren
Jon Beniston
72ce791a56
Fix error in release build
vor 3 Jahren
Jon Beniston
b3dd3f8ce1
Add enum for channel ID. Fix channel 3A to be near-IR as per https://nssdc.gsfc.nasa.gov/nmc/experiment/display.action?id=1998-030A-01
vor 3 Jahren
Jon Beniston
612dc0a977
Add macro for width of pixel rows
vor 3 Jahren
Jon Beniston
328ea956f4
Export offsets as needed for image functions
vor 3 Jahren
Jon Beniston
3141493ae6
Rename apt_getsample to apt_getsamples, as it gets more than one sample.
vor 3 Jahren
Jon Beniston
23d7870102
Add context pointer to getsample callback
vor 3 Jahren
Jon Beniston
dc3c02c76d
Add support for building a shared library (libaptdec).
Exported functions and types prefixed with apt_
Callback added for getsample, instead of calling named function.
Allow library to be built without libpng or libsndfile.
Add support for building with MSVC on Windows.
Fix a few MSVC compiler warnings.
Fix nonlinear radiance correction for NOAA19.
vor 3 Jahren
Xerbo
13d98107ac
Fix map alignment when using crop noise
The crop noise effect shifts the enetire image in memory, however when applying a map this shift did not get taken into account.
vor 4 Jahren
Xerbo
7892869d39
Fix segfault when trying to do anything
Don't try to memcopy into a null pointer
vor 4 Jahren
Xerbo
eb61a550c1
Add release windows build
vor 4 Jahren
Xerbo
c757dc7614
Switch to argpase and move libaries into src/lib/
vor 4 Jahren
Xerbo
c5ec69f48a
Headerise each file
vor 4 Jahren
Xerbo
ec8a1eb168
Remove distribution image generation
It didn't even work in the latest commit
vor 4 Jahren
Xerbo
2213e46ddf
Stack image types as much as you want
Create a copy of the image before modifying it for temperature calibration
vor 4 Jahren
Xerbo
b8671a325f
Move source into src/
vor 4 Jahren
Xerbo
377bc3f9d7
Add map offset argument, change southbound to northbound
Passes are flipped when northbound, not southbound
vor 4 Jahren
Xerbo
fa10f2e908
Fix img2pal.py and improve error messages
vor 4 Jahren
Xerbo
9353a50b4e
Add ability to crop noise from start and end of an image
vor 4 Jahren
Xerbo
5846aaa9cd
Add gamma adjustment, improve MCIR colors
vor 4 Jahren
Xerbo
58a71f4ade
Rewrite README, include util's, remove duplicate palette
vor 4 Jahren
Xerbo
aee200e304
Rewrite `ImageOut`, remove channel ID in filename
vor 4 Jahren
Xerbo
f397b84513
Add palette support, remove falsecolor image type
I will tidy this up in the next few commits
vor 4 Jahren
Xerbo
61fb740c19
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
vor 4 Jahren
Xerbo
6a05b7a9c1
Add -o flag
Allows custom filenames for the output image
Fix formatting in help text
vor 4 Jahren
Xerbo
b9bf1e883e
Multi-channel support for input files
The getsamples function is now able to only get samples from only one channel
vor 4 Jahren
Xerbo
175a76054e
Fix MCIR & Temperature
Also improve land color in MCIR images
vor 4 Jahren
Xerbo
a35a4c602b
Switch to tabs
vor 4 Jahren
Xerbo
9738b05653
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
vor 4 Jahren
Ossi Herrala
83094ab5ca
Add missing newlines ( #2 )
Add missing newline to usage text.
vor 4 Jahren
Xerbo
94dccc74e5
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
vor 4 Jahren
Xerbo
c46f162ce8
Add effect option for precipitation
Also change palette to something nicer
vor 4 Jahren
Xerbo
e990602455
Large changes
Add a denoise filter
Fix temperature calibration
Tidy up some files
Improve MCIR
vor 4 Jahren
Xerbo
87f8304f57
Update copyright year
vor 4 Jahren
Xerbo
81cee99bd3
Hotfix for the last commit
Add other image modes back into ImageOut
vor 4 Jahren
Xerbo
1443b9ba68
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
vor 4 Jahren
Xerbo
afccb01222
Raw image input
Add the ability to open 8bit PNG's instead of audio files, this is useful for things like playing around with false color paramaters due to reduced processing time
Also reduce some buffer sizes to more sane values
vor 4 Jahren
Xerbo
764694582e
Clear up confusion between "equalisation" and "calibration"
vor 4 Jahren
Xerbo
e5dddaeb11
Add histogram equalisation
Also made some floating-point math more explicit
vor 4 Jahren
Xerbo
d8446bc03d
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
vor 4 Jahren