Default color palette definitions

This commit is contained in:
Dan Paulat 2022-12-29 00:19:39 -06:00
parent 6422377e1a
commit 779d03c576
16 changed files with 295 additions and 13 deletions

View file

@ -40,13 +40,13 @@ static const std::array<std::pair<std::string, std::string>, 15>
std::pair {"BV", "BV"},
std::pair {"SW", "SW"},
std::pair {"ZDR", "ZDR"},
std::pair {"PHI2", "PHI2"},
std::pair {"PHI2", "KDP (L2)"},
std::pair {"CC", "CC"},
std::pair {"DOD", "DOD"},
std::pair {"DSD", "DSD"},
std::pair {"ET", "ET"},
std::pair {"OHP", "OHP"},
std::pair {"PHI3", "PHI3"},
std::pair {"PHI3", "KDP"},
std::pair {"SRV", "SRV"},
std::pair {"STP", "STP"},
std::pair {"VIL", "VIL"},
@ -62,7 +62,7 @@ static const std::unordered_map<std::string, ColorTableConversions>
{"ZDR", {0u, 1058u, 418.0f, 32.0f}},
{"PHI2", {0u, 1023u, 2.0f, 2.8361f}},
{"CC", {0u, 255u, -60.5f, 300.0f}},
{"DOD", {0u, 255u, 128.0f, 6.0f}},
{"DOD", {0u, 255u, 128.0f, 1.5f}},
{"DSD", {0u, 255u, 128.0f, 1.5f}},
{"ET", {0u, 255u, 2.0f, 1.0f}},
{"OHP", {0u, 255u, 0.0f, 2.5f}},