mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Added SST back
This commit is contained in:
parent
9346e11737
commit
645e8a7fa6
3 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
BIN
resources/lut/cal/SST_-4+36.png
Normal file
BIN
resources/lut/cal/SST_-4+36.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 217 B |
Loading…
Add table
Add a link
Reference in a new issue