Skip to content

Better false color #27

@martinber

Description

@martinber

I'm leaving information about how to improve false color images, in case someone (or me) decides to improve it someday

This page explains the methods available in WXtoImg

xwxapt (GPLv3) by Neoklis Kyriazis (5B4AZ) has a false color method similar to #25 implementation. This is the relevant part of the configuration file:

### Color maps for pseudo-colorization ###
#
# Each row in the table specifies a range (pair) of gray values
# with a corresponding range of Red, Green and Blue values.
#
# SOME RULES!!
# All Values between 0 and 255
# At least one Gray From = 0
# At least one Gray To = 255
# All gray values (0-255) must be included
# Max 6 entries (6 rows) per map
#
#       NOAA Channel A (Day-time)
# Number of colormap ranges (rows) (max 6)
5
#
# Gray          Red          Green        Blue
# From  To      From  To     From  To     From  To
  0     40      0     0      0     0      175   255
  41    80      40    80     32    64     26    52
  81    130     0     0      110   220    0     0
  131   220     130   220    104   176    84    140
  221   255     220   255    198   255    160   220
#
# White (clouds) threshold. If a pixel's value is above this
# threshold in a NOAA B channel image, it is considered as part
# of cloud and its value is entered in colorized image. It applies
# only to NOAA satellite images, for Meteor it is a dummy value.
220

SatSignal uses a different approach: color look-up tables, where the x axis is temperature (from -40 to 60) and the y axis is pixel brightness (see https://www.satsignal.eu/software/satsignal_clut.zip). I don't know how it calculates the temperature, and we should be a little careful with licensing issues ideas are taken from there

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions