Xerbo
c754d5fb57
Remove wxmap reading functionality
Did anybody even use it anyway?
před 2 roky
Xerbo
d4146f4eb9
Rewrite thermal calibration (and add visible calibration)
před 2 roky
Xerbo
d2b3ae6be8
Standardise warning/error format
před 2 roky
Xerbo
e390f8737f
Rewrite PLL
před 2 roky
Xerbo
d028742891
Fix workflows
před 2 roky
Xerbo
be640ffe80
Convert entire code base to single precision
před 2 roky
Xerbo
6aef309145
Add argparse as submodule
před 2 roky
Xerbo
9c866cc17c
Remove automake support
před 2 roky
Xerbo
27d75c706e
Changes backported from aptdec2
New regression, only linear as per recommendation of the Users' Guide
před 2 roky
Xerbo
0c44daa165
Turn off -Werror
před 2 roky
Xerbo
1563af998d
Fix copyright year
před 2 roky
Xerbo
c1cf41fd85
Fix path, again
před 2 roky
Xerbo
887795922a
Fix artifact filenames
před 2 roky
Xerbo
9d2f716f8a
Rewrite workflows
před 2 roky
Xerbo
5e82eaf503
Update copyright year
před 2 roky
Liam
b1cc748073
Merge pull request #19 from DroidKali/master
workflows/win_release.yml: Fix build type
před 2 roky
DroidKali
1858fa0e89
workflows/win_release.yml: Fix build type
Signed-off-by: DroidKali <DroidKali@users.noreply.github.com>
před 2 roky
Liam
51405971fd
Fix typo
před 2 roky
Liam
4a00dac06b
Merge pull request #17 from srcejon/libaptdec
Add apt_temperature to API
před 2 roky
Jon Beniston
7d695a3edd
Add apt_temperature to API
před 2 roky
Jon Beniston
61c248b911
Add apt_temperature to API
před 2 roky
Liam
794d69c9a7
Merge pull request #14 from Xiretza/cmake-fixes
CMake improvements
před 3 roky
Xiretza
5a257ae0ce
cmake: use message(WARNING) when dependencies are missing
před 3 roky
Xiretza
73488dce96
cmake: install palettes to DATADIR
před 3 roky
Xiretza
0a888e6baf
cmake: install headers as part of shared library
před 3 roky
Xiretza
63efb43444
cmake: deduplicate install directives
před 3 roky
Xiretza
e82e51fd94
cmake: use GNUInstallDirs
před 3 roky
Liam
5f91799637
Merge pull request #13 from srcejon/libaptdec
Build shared library + MSVC build support
před 3 roky
Jon Beniston
72ce791a56
Fix error in release build
před 3 roky
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
před 3 roky
Jon Beniston
612dc0a977
Add macro for width of pixel rows
před 3 roky
Jon Beniston
328ea956f4
Export offsets as needed for image functions
před 3 roky
Jon Beniston
3141493ae6
Rename apt_getsample to apt_getsamples, as it gets more than one sample.
před 3 roky
Jon Beniston
23d7870102
Add context pointer to getsample callback
před 3 roky
Jon Beniston
ce63316fb2
Support C++
před 3 roky
Jon Beniston
17950dc47e
Rename library so lib isn't repeated on Linux
před 3 roky
Jon Beniston
8cdb314c0f
Return to src root
před 3 roky
Jon Beniston
42b6e36e47
Fix .bat file comments
před 3 roky
Jon Beniston
fb6fb49929
Use static library for aptdec executable, to avoid having to set path to library
před 3 roky
Jon Beniston
4aca94f20f
Use INCLUDE_DIRs for libraries. Simplify conditions
před 3 roky
Jon Beniston
429e73a2b1
Fix palette exports
před 3 roky
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.
před 3 roky
Xerbo
86b8d618e0
Fix for compilation with gcc10
před 3 roky
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.
před 4 roky
Xerbo
7892869d39
Fix segfault when trying to do anything
Don't try to memcopy into a null pointer
před 4 roky
Xerbo
b5b50919ec
Add .. to CMake in quick start
před 4 roky
Xerbo
94f3bdbc24
Add CMake into the apt install command in quick start
před 4 roky
Xerbo
a9a3998da2
Add notice about deprecation of the makefile (and fix it)
před 4 roky
Xerbo
eb61a550c1
Add release windows build
před 4 roky
Xerbo
c3422dc634
Hopefully fix windows build
Run in debug now instead of release to ignore warnings and use a glob to find the DLL's instead of hard coding their paths
před 4 roky