Added SST back

This commit is contained in:
Jacopo Cassinis 2025-04-18 13:57:31 +02:00
parent 9346e11737
commit 645e8a7fa6
3 changed files with 2 additions and 3 deletions

View file

@ -168,7 +168,7 @@
},
{
"name": "Sea Surface Temperature",
"expression": "IR11=(4, brightness_temperature, 270.15, 308.15);IR12=(5, brightness_temperature, 270.15, 308.15);lm=equp(maps/landmask.png);bm=equp(maps/nasa_hd.jpg);lut=lut(lut/cal/bluered.png);lm(0) == 0 ? (IR11-IR12 > 0.09 ? 1 : (IR11 < 0.25 ? 1 : lut(IR11, 0, 0))) : bm(0),lm(0) == 0 ? (IR11-IR12 > 0.09 ? 1 : (IR11 < 0.25 ? 1 : lut(IR11, 0, 1))) : bm(1),lm(0) == 0 ? (IR11-IR12 > 0.09 ? 1 : (IR11 < 0.25 ? 1 : lut(IR11, 0, 2))) : bm(2)",
"expression": "IR11=(4, brightness_temperature, 269.15, 309.15);IR12=(5, brightness_temperature, 269.15, 309.15);lm=equp(maps/landmask.png);bm=equp(maps/nasa_hd.jpg);lut=lut(lut/cal/SST_-4+36.png);lm(0) == 0 ? (IR11-IR12 > 0.09 ? 1 : (IR11 < 0.25 ? 1 : lut(IR11, 0, 0))) : bm(0),lm(0) == 0 ? (IR11-IR12 > 0.09 ? 1 : (IR11 < 0.25 ? 1 : lut(IR11, 0, 1))) : bm(1),lm(0) == 0 ? (IR11-IR12 > 0.09 ? 1 : (IR11 < 0.25 ? 1 : lut(IR11, 0, 2))) : bm(2)",
"description": "descriptions/SST.md",
"image": {
"geo_correct": true

View file

@ -107,8 +107,7 @@
},
{
"name": "Sea Surface Temperature",
"expression": "IR11=(5, brightness_temperature, 270.15, 308.15);IR12=(6, brightness_temperature, 270.15, 308.15);lm=equp(maps/landmask.png);bm=equp(maps/nasa_hd.jpg);lut=lut(lut/cal/bluered.png);lm(0) == 0 ? (IR11-IR12 > 0.09 ? 1 : (IR11 < 0.25 ? 1 : lut(IR11, 0, 0))) : bm(0),lm(0) == 0 ? (IR11-IR12 > 0.09 ? 1 : (IR11 < 0.25 ? 1 : lut(IR11, 0, 1))) : bm(1),lm(0) == 0 ? (IR11-IR12 > 0.09 ? 1 : (IR11 < 0.25 ? 1 : lut(IR11, 0, 2))) : bm(2)",
"description": "descriptions/SST.md",
"expression": "IR11=(5, brightness_temperature, 269.15, 309.15);IR12=(6, brightness_temperature, 269.15, 309.15);lm=equp(maps/landmask.png);bm=equp(maps/nasa_hd.jpg);lut=lut(lut/cal/SST_-4+36.png);lm(0) == 0 ? (IR11-IR12 > 0.09 ? 1 : (IR11 < 0.25 ? 1 : lut(IR11, 0, 0))) : bm(0),lm(0) == 0 ? (IR11-IR12 > 0.09 ? 1 : (IR11 < 0.25 ? 1 : lut(IR11, 0, 1))) : bm(1),lm(0) == 0 ? (IR11-IR12 > 0.09 ? 1 : (IR11 < 0.25 ? 1 : lut(IR11, 0, 2))) : bm(2)", "description": "descriptions/SST.md",
"image": {
"geo_correct": true
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B