Xerbo
7d9f38f91e
Add -r flag to realtime decoding command
hace 4 años
Xerbo
b96a2c6f0b
Increase buffer size
hace 4 años
Xerbo
6b03bdd11e
Set PALETTE_PATH in Makefile
hace 4 años
Xerbo
bb37bf0628
Palette search directorie, basic packaging support
hace 4 años
Xerbo
b8671a325f
Move source into src/
hace 4 años
Liam
c322d6cbc8
Add a bug report template
hace 4 años
Liam
953e721745
Add contributing guidelines, subject to change
hace 4 años
Liam
795aef4272
Merge pull request #9 from technobird22/clarifications-to-readme
Added clarifications to readme
hace 4 años
technobird22
4b9aa8b886
Clarified stackability of output types
hace 4 años
technobird22
894e275f2b
Added link to NOAA database
Contains a variety of data and specifications for the polar orbiting satellite series
hace 4 años
technobird22
ad1b4bf5d3
Clarification to output heading in readme
hace 4 años
Xerbo
377bc3f9d7
Add map offset argument, change southbound to northbound
Passes are flipped when northbound, not southbound
hace 4 años
Xerbo
fa10f2e908
Fix img2pal.py and improve error messages
hace 4 años
Xerbo
4b1acdfa5f
Improve MCIR, improve map alignment and remove useless palettes
hace 4 años
Xerbo
441e6694d1
Fix calibration issue, adjust noise threshold
Why was this using a divide to calculate the difference?
hace 4 años
Xerbo
3a300a9ca1
Add N15 palette (thanks Derek), remove useless N18 palette
hace 4 años
Xerbo
b68d7630ea
Early Windows support!
hace 4 años
Xerbo
e6674512e3
Improve syncing, fix segfault
Lack of clamping while reading a pixel from a palette resulted in reading invalid memory
hace 4 años
Xerbo
1766b42220
Add another palette
hace 4 años
Xerbo
9353a50b4e
Add ability to crop noise from start and end of an image
hace 4 años
Xerbo
751baefdff
Close file stream if libpng fails to init
hace 4 años
Xerbo
d2880a6406
Fix clipping on linear equalise
hace 4 años
Liam
f730a6efe5
Merge pull request #6 from Aang23/cmake_support
Initial CMake support
hace 4 años
Aang23
61db9ee3ed
Initial CMake support
hace 4 años
Xerbo
2d719f4f80
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
hace 4 años
Xerbo
d37f450229
Actaully disable that warning, fix a bug
Creating a paletted image along with other images broke it
hace 4 años
Xerbo
b19701eee9
Ignore -Wmissing-field-initializers to avoid confusion
hace 4 años
Xerbo
da6b4ab056
Fix map handling & improve alignment, fix #5
hace 4 años
Xerbo
afb0b9fc98
Fix application of internal palettes (and crashing on ARM)
hace 4 años
Xerbo
8e77155394
First HRPT palette! Also fix some warnings in pngio.c
hace 4 años
Xerbo
399b2234d2
Add palette generator script
hace 4 años
Xerbo
5846aaa9cd
Add gamma adjustment, improve MCIR colors
hace 4 años
Xerbo
58a71f4ade
Rewrite README, include util's, remove duplicate palette
hace 4 años
Xerbo
0de4bdc5d7
Add WXtoImg palettes
hace 4 años
Xerbo
208f3bb4eb
README improvements
hace 4 años
Xerbo
8a5e2d2bb1
Use WXtoImg precipitation palette
hace 4 años
Xerbo
c6716c4aab
Use RGB for palettes instead of RGBA
hace 4 años
Xerbo
aee200e304
Rewrite `ImageOut`, remove channel ID in filename
hace 4 años
Xerbo
f397b84513
Add palette support, remove falsecolor image type
I will tidy this up in the next few commits
hace 4 años
Xerbo
be4ba0b52a
Small bug fixes & small changes
hace 4 años
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
hace 4 años
Xerbo
69a43e8237
Turn off compression in realtime decoded images
hace 4 años
Xerbo
55e7402f88
Slight changes to syncing
hace 4 años
Xerbo
6a05b7a9c1
Add -o flag
Allows custom filenames for the output image
Fix formatting in help text
hace 4 años
Xerbo
b9bf1e883e
Multi-channel support for input files
The getsamples function is now able to only get samples from only one channel
hace 4 años
Xerbo
175a76054e
Fix MCIR & Temperature
Also improve land color in MCIR images
hace 4 años
Xerbo
42a2de09b1
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
hace 4 años
Xerbo
a35a4c602b
Switch to tabs
hace 4 años
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
hace 4 años
Xerbo
edcf344d2c
Use real histogram equalisiation
hace 4 años