satdump/satdump_cfg.json
Aang23 d6a9b9250d
Merge pull request #925 from Cpt-Dingus/msugs_channels
Updated incorrect MSU-GS 221 composite channels
2025-03-09 10:18:23 +01:00

5843 lines
No EOL
244 KiB
JSON

{
// Settings for the SatDump UI
"user_interface": {
// Parameters shown in the default UI table, for everything
"default_offline_parameters": {
"baseband_format": {
"type": "baseband_type",
"value": "cs8",
"name": "Baseband Format",
"description": "The sample format of the recorded baseband.\nThis depends on the settings of your recording software,\nbut some common formats are cs16 (SDR#, etc),\ncf32 (GQRX), cu8 (HDSDR), etc",
"no_live": true
},
"samplerate": {
"type": "notated_int",
"value": 6000000,
"units": "sps",
"name": "Samplerate",
"no_live": true
},
"dc_block": {
"type": "bool",
"value": false,
"name": "DC Blocking",
"description": "DC Blocking allows removing a DC Spike / Offset present on some SDRs.\n A classic example would be the HackRF which often has this sort of issue."
},
"iq_swap": {
"type": "bool",
"value": false,
"name": "IQ Swap",
"description": "In some cases, the I and Q branches can be swapped.\nThat can happen when using some downconverters,\nor perhaps some software that records the file in an unusual way."
},
"freq_shift": {
"type": "notated_int",
"value": 0,
"units": "Hz",
"name": "Frequency Shift",
"description": "Can be used to offset the signal."
}
},
//
//
// Other settings. We utilize the same parameter system, easier that way :-)
"theme": {
"value": "Dark"
},
"manual_dpi_scaling": {
"type": "float",
"value": 1.0,
"name": "UI Scaling",
"description": "Defines the overall UI scale. This can be used to make UI elements bigger or smaller\n\n1.0 = normal\n0.5 = half size\n2.0 = double size"
},
"play_audio": {
"type": "bool",
"value": true,
"name": "Play Audio",
"description": "Automatically play audio from pipelines that support it,\nlike NOAA APT and Inmarsat Aero"
},
"finish_processing_after_live": {
"type": "bool",
"value": true,
"name": "Finish processing when stopping live",
"description": "Launch an offline processing task when you press \"Stop\",\nto finish processing down to the end of the pipeline."
},
"open_viewer_post_processing": {
"type": "bool",
"value": true,
"name": "Open Viewer after decoding",
"description": "Open the decoded data in the viewer after decoding is done"
},
"show_waterfall_demod_fft": {
"type": "bool",
"value": true,
"name": "Demod FFT Waterfall",
"description": "Enable the FFT Waterfall shown in the small FFT available in demodulators\nThis does increase CPU usage"
},
"recorder_floating_windows": {
"type": "bool",
"value": false,
"name": "Recorder Floating Windows",
"description": "Make module windows in the recorder float.\nThis allows dragging them around at will"
},
"recorder_baseband_filename_millis_precision": {
"type": "bool",
"value": false,
"name": "Recorder Baseband Filename Milliseconds",
"description": "Add milliseconds to the output filenames for basebands recorded in the recorder"
},
"status_bar": {
"type": "bool",
"value": true,
"name": "Show Status Bar",
"description": "Show status bar with last log at the bottom of the UI"
},
"remember_pos": {
"type": "bool",
"value": false,
"name": "Remember Window Size and Position",
"description": "Remeber size and position of the window when closing SatDump. It will open in the same configuration on next launch"
},
"lock_xconverter_input":{
"type": "bool",
"value": true,
"name": "Lock LO setting",
"description": "Decides if the LO setting should accept input while the source is running."
},
"advanced_mode": {
"type": "bool",
"value": false,
"name": "Advanced Mode",
"description": "Allows full editing of all SatDump options. Be warned: invalid configurations\nmay result in crashes, corruption of data, and more. Use at your own risk!"
},
"remaining_disk_space_time": {
"type": "int",
"value": 30,
"name": "Recorder: Time for disk space warning (in seconds)",
"description": "Defines the time when should the user be warned about not enough disk space.\nSet to 0 to disable"
}
},
// More generic SatDump settings
"satdump_general": {
"log_level": {
"type": "options",
"value": "trace",
"name": "Log Level",
"options": [
"trace",
"debug",
"info",
"warn",
"error",
"critical"
],
"description": "The logger level of SatDump in the console.\nEg, if you wish to only show errors\nor every little thing that's going on",
"no_live": true
},
"log_to_file": {
"type": "bool",
"value": true,
"name": "Save log file",
"description": "Save ALL SatDump logs to a file.\nThis is useful to send in\nbug reports and such."
},
"product_format": {
"type": "labeled_options",
"value": "png",
"name": "Product Image Format",
"options": [
[
"png",
"PNG Image (*.png)"
],
[
"tif",
"TIFF Image (*.tif, *.tiff)"
],
[
"j2k",
"JPEG 2000 Image (*.j2k)"
],
[
"jpg",
"JPEG Image (*.jpg, *.jpeg)"
],
[
"pbm",
"PBM Image (*.pbm, *.pgm)"
],
[
"qoi",
"Quite OK Image (*.qoi)"
]
],
"description": "Image format for raw image products\n\n - png: PNG Image (recommended)\n - j2k: JPEG 2000\n - jpg: JPEG Image (not recommended; may result\n in low-quality composites and projections)\n - pbm : Really fast, but will result is very big files\n - qoi: A very fast image format with compression.\n 8-bit only!"
},
"image_format": {
"type": "labeled_options",
"value": "png",
"name": "Processed Image Format",
"options": [
[
"png",
"PNG Image (*.png)"
],
[
"tif",
"TIFF Image (*.tif, *.tiff)"
],
[
"j2k",
"JPEG 2000 Image (*.j2k)"
],
[
"jpg",
"JPEG Image (*.jpg, *.jpeg)"
],
[
"pbm",
"PBM Image (*.pbm, *.pgm)"
],
[
"qoi",
"Quite OK Image (*.qoi)"
]
],
"description": "Default format for processed images\n\nDoes not apply to raw image products or images\ntransmitted in an already viewable format"
},
"opencl_device": {
"platform": 0,
"device": 0
},
"auto_process_products": {
"type": "bool",
"value": true,
"name": "Automatically Process Products",
"description": "Process products once the pipeline is done."
},
"qth_lat": {
"type": "float",
"value": 0.0,
"name": "QTH Latitude",
"description": "Latitude of your station's QTH (North is positive; South is negative)"
},
"qth_lon": {
"type": "float",
"value": 0.0,
"name": "QTH Longitude",
"description": "Longitude of your station's QTH (East is positive; West is negative)"
},
"qth_alt": {
"type": "float",
"value": 0.0,
"name": "QTH Altitude",
"description": "Altitude (meters above sea level) of your station's QTH"
},
"default_qth_label": {
"type": "string",
"value": "QTH",
"name": "Default QTH Label",
"description": "Default map label for QTH marker"
},
"default_borders_color": {
"type": "color",
"value": [
0,
1,
0,
1
],
"name": "Default Borders Color",
"description": "Default map borders color"
},
"default_shores_color": {
"type": "color",
"value": [
1,
1,
0,
1
],
"name": "Default Shores Color",
"description": "Default map shores color"
},
"default_cities_color": {
"type": "color",
"value": [
1,
0,
0,
1
],
"name": "Default Cities Color",
"description": "Default map cities color"
},
"default_qth_color": {
"type": "color",
"value": [
1,
0,
1,
1
],
"name": "Default QTH Color",
"description": "Default map QTH color"
},
"default_latlon_color": {
"type": "color",
"value": [
0,
0,
1,
1
],
"name": "Default Lat/Lon Color",
"description": "Default map latlon grid overlay color"
},
"tle_update_interval": {
"type": "options",
"value": "1 day",
"name": "TLE Auto Update Interval",
"options": [
"4 hours",
"1 day",
"3 days",
"7 days",
"14 days",
"Never"
],
"description": "Frequency to update TLEs. Auto update happens at launch only\n\nWarning: The older your TLEs, the more inaccurate projections\nmay be."
},
"tle_space_track_login": {
"type": "string",
"value": "yourloginemail",
"name": "Space-Track Login (Optional)",
"description": "Optional, Space-Track account for historical TLEs"
},
"tle_space_track_password": {
"type": "password",
"value": "yourpassword",
"name": "Space-Track Password (Optional)",
"description": "Optional, Space-Track password for historical TLEs"
}
},
// Input/Output Directories
"satdump_directories": {
"recording_path": {
"type": "path",
"is_directory": true,
"value": ".",
"name": "Baseband Recorder directory",
"description": "Path to a folder where I/Q recordings will be saved"
},
"live_processing_autogen": {
"type": "bool",
"value": true,
"name": "Live Processing Output Autogeneration",
"description": "Should live processing automatically generate an output folder?"
},
"live_processing_path": {
"type": "path",
"is_directory": true,
"value": "./live_output",
"name": "Live Processing Directory",
"description": "Path to the default folder to use to store live processing\nOnly valid when automatic generation is enabled!"
},
//////////////////////////////////////////////////////////////
"default_input_directory": {
"type": "path",
"is_directory": true,
"value": ".",
"name": "Default Input Directory",
"description": "Path to the default folder to open when selecting an input file in offline processing."
},
"default_output_directory": {
"type": "path",
"is_directory": true,
"value": ".",
"name": "Default Output Directory",
"description": "Path to the default folder to open when selecting an output directory in offline processing."
},
"default_image_output_directory": {
"type": "path",
"is_directory": true,
"value": ".",
"name": "Default Img Output Directory",
"description": "Path to the default folder to open when saving an image in the viewer."
},
"default_projection_output_directory": {
"type": "path",
"is_directory": true,
"value": ".",
"name": "Default Proj Output Directory",
"description": "Path to the default folder to open when saving a projection in the viewer."
},
"image_filename_template": {
"type": "labeled_options",
"value": "$i_$c",
"name": "Image Filename Template",
"manual": true,
"options": [
[
"$i_$c",
"Default"
],
[
"$i_$y-$M-$d_$h-$m-$sZ_$c",
"Detailed"
],
[
"$y$M$d$h$m_$O_$C",
"Compact Detailed"
],
[
"$y-$M-$d $h$m UTC - $o",
"Satellite and Time"
],
[
"Z_SATDUMP_C_----_$y$M$d$h$m$s_$O_$I_$a",
"WMO"
]
],
"description": "Template used when saving images in the viewer. Variables available:\n - $y - year\n - $M - month\n - $d - day\n - $h - hour\n - $m - minute\n - $s - second\n - $t - unix timestamp\n - $c - composite/channel name\n - $C - composite/channel name (caps)\n - $a - composite/channel name (abbreviated)\n - $i - instrument name\n - $I - instrument name (caps)\n - $o - satellite/object\n - $O - satellite/object (caps)"
}
},
// TLE settings
"tle_settings": {
"urls_to_fetch": [
"http://celestrak.org/NORAD/elements/gp.php?GROUP=active&FORMAT=tle" // Most sats
],
"url_template": "http://www.celestrak.org/NORAD/elements/gp.php?CATNR=%NORAD%",
"tles_to_fetch": [
6235, // NOAA-2
29499, // MetOp-A
// 38771, // MetOp-B
// 43689, // MetOp-C
// 28054, // DMSP-F16
// 29522, // DMSP-F17
// 35951, // DMSP-F18
// 25338, // NOAA-15
// 28654, // NOAA-18
// 33591, // NOAA-19
// 32958, // FengYun-3A
// 37214, // FengYun-3B
// 39260, // FengYun-3C
// 43010, // FengYun-3D
// 49008, // FengYun-3E
// 57490, // FengYun-3F
// 56232, // FengYun-3G
35865 // METEOR-M1
// 40069, // METEOR-M2
// 44387, // METEOR-M2-2
// 57166, // METEOR-M2-3
// 25994, // Terra
// 27424, // Aqua
// 28376, // Aura
// 37849, // Suomi-NPP
// 43013, // JPSS-1
// 54234, // JPSS-2
// 41240, // Jason-3
// 43662, // CFOSAT-1
// 27640, // Coriolis
// 26958, // Proba-1
// 36037, // Proba-2
// 39159, // Proba-V
// 29107, // CloudSat
// 25544, // ISS (Zarya)
// 48274, // CSS (Tianhe-1)
// 38337, // GCOM-W1
// 43065, // GCOM-C1
// 29155, // GOES-13 (EWS-G1)
// 35491, // GOES-14
// 36411, // GOES-15 (EWS-G2)
// 41866, // GOES-16
// 43226, // GOES-17
// 51850, // GOES-18
// 47719, // Arktika-M 1
// 41105, // Elektro-L 2
// 44903, // Elektro-L 3
// 55506, // Elektro-L 4
// 40367, // FENGYUN-2G
// 43491, // FENGYUN-2H
// 41882, // FENGYUN-4A
// 48808, // FENGYUN-4B
// 43823, // GK-2A
// 31304, // AIM
// 53807, // BlueWalker-3
// 53323, // COSMOS-2558
// 42719, // COSMOS-2518
// 29479, // HINODE
// 39197, // IRIS
// 44406, // Lucky-7
// 54227, // MATS
// 35931, // Oceansat-2
// 54361, // Oceansat-3 (EOS-6)
// 39086, // SARAL
// 44876, // ANGELS
// 54023, // OTB-3 (Gazelle)
// 29273, // Syracuse-3B
// 27858, // SciSat-1
// 37388, // YouthSat
// 46984, // Sentinel-6
// 48900, // TUBIN
// 57172, // UmKA-1 (RS40S)
// 40376, // SMAP
// 44874, // CHEOPS
// 36036, // SMOS
// 39089, // NEOSSat
// 42920, // Formosat-5
// 44878, // OPS-SAT
// 54754, // SWOT
// 43215, // PAZ
// 29108, // Calipso
// 43476, // Grace-FO 1
// 43477, // Grace-FO 2
// 36508, // Cryosat-2
// 44072, // PRISMA
// 39084, // LandSat-8
// 49260, // LandSat-9
// 41857, // Yunhai 1
// 44547, // Yunhai 1-02
// 53877 // Yunhai 1-03
// 59051 // M2-4
]
},
// Advanced user settings
// Should NOT be touched by the average user
"advanced_settings": {
// DSP Buffer size. The default 1MB uses
// too much RAM for operation on some SBCs
// with only 256MB or such.
// Changing this will drastically reduce
// RAM utilization, but be careful to NOT go
// too low or things will break!
// ------------------------------------------------------
// "default_buffer_size": 100e3
},
// Settings for the Viewer. Those also are default settings when generating viewer-less
"viewer": {
"instruments": {
"chris": {
"handler": "image_handler",
"name": "CHRIS",
"rgb_composites": {
// LOW
"LOW_RGB-080502-[land]": {
"equation": "(((ch8-0.1243)/(1-0.1243))^(1/2.28)), (((ch5-0.1243)/(1-0.1243))^(1/2.28)), (((ch2-0.1243)/(1-0.1243))^(1/2.28))"
},
"LOW_EVI-(vegetation)": {
"equation": "((ch19-ch8)/(ch19+6*ch8-7.5*ch2+1))*2"
},
"LOW_EVI-141908-(vegetation)": {
"equation": "ch14 * 1.5, (ch19 + (ch19-ch8)*1.5/(ch19+6*ch8-7.5*ch2+1)) * 1.5, ch8* 1.5"
},
"LOW_RGB-191908-(221)": {
"equation": "ch19*2, ch19*2, ch8*2"
},
"LOW_EVI-(vegetation)-[chlorophyll]": {
"equation": "((ch15-ch8)/(ch15+6*ch8-7.5*ch2+1))*1.5"
},
"LOW_EVI-101808-(vegetation)-[chlorophyll]": {
"equation": "ch10 * 1.5, ch18 + (ch15-ch8)/(ch15+6*ch8-7.5*ch2+1) * 1.5, ch8* 1.5"
},
"LOW_RGB-151508-(221)-[chlorophyll]": {
"equation": "ch19*2, ch19*2, ch8*2"
},
"LOW_RGB-120805-[water]": {
"equation": "(((ch12-0.086)/(0.16-0.086)^1.02)*(0.16-0.086))/0.12, (((ch8-0.086)/(0.16-0.086)^1.2)*(0.16-0.086))/0.12, (((ch5-0.086)/(0.16-0.086)^1.2)*(0.16-0.086))/0.12"
},
// ALL
"ALL_RGB-251607-(RGB)": {
"equation": "ch25 * 1.65, ch16 * 2.1, ch7 * 2"
},
"ALL_RGB-464625-(221)": {
"equation": "ch46 * 2, ch46 * 2, ch25 * 2"
},
"ALL_EVI-634625-(vegetation)": {
"equation": "ch63, ch46 + ((ch46-ch25)/(ch46+6*ch25-7.5*ch7+1)), ch25"
},
"ALL_EVI-(vegetation)": {
"equation": "((ch46-ch25)/(ch46+6*ch25-7.5*ch7+1))*1.5"
}
}
},
"seviri": {
"handler": "image_handler",
"name": "SEVIRI",
"rgb_composites": {
"AVHRR 221 False Color": {
"equation": "ch2,ch2,ch1",
"white_balance": true,
"description": "descriptions/221.md"
},
"AVHRR 3a21 False Color": {
"equation": "ch3,ch2,ch1",
"white_balance": true,
"description": "descriptions/3a21.md"
},
"Natural Color": {
"equation": "((0.5*max(ch3,min(ch2,ch1)) + 0.5*ch2) / 0.7)^0.65, (ch2/0.7)^0.65, (ch1/0.7)^0.65",
"white_balance": true,
"equalize": true,
"description": "descriptions/NatColor.md"
},
"AVHRR 124 False Color": {
"equation": "ch1 == 0 ? 0 : ch1, ch2 == 0 ? 0 : ch2, 1-ch9 == 1 ? 0 : 1-ch9",
"white_balance": true,
"individual_equalize": true,
"description": "descriptions/124.md"
},
"AVHRR 543b IR False Color": {
"equation": "ch10 == 0 ? 0 : 1-ch10, ch9 == 0 ? 0 : 1-ch9, ch4 == 0 ? 0 : 1-ch4",
"white_balance": true,
"individual_equalize": true,
"description": "descriptions/543b.md"
},
"Day Microphysics": {
"equation": "ch1,ch4^2.5, ch9",
"white_balance": true,
"individual_equalize": true,
"description": "descriptions/DayMicro.md"
},
"Differential Water Vapor RGB": {
"equation": "((cch6-cch5+0.01363636363)/0.15)^3.86548125242,((cch6-0.15068181818)/0.29545454545)^2.5,((cch5-0.12954545454)/0.1609090909)^2.5",
"remove_background": true,
"invert": true,
"calib_cfg": {
"cch5": {
"type": "temperature",
"min": 180,
"max": 400
},
"cch6": {
"type": "temperature",
"min": 180,
"max": 400
}
}
},
"Night Microphysics": {
"equation": "1-(0.015+cch9-cch10)*19.047619047619047, 1-(0.035+cch4-cch9)*20.2020202020202, ((cch9*200-43.7)/49.5)",
"description": "descriptions/NightMicro.md",
"remove_background": true,
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 200,
"max": 400
},
"cch9": {
"type": "temperature",
"min": 200,
"max": 400
},
"cch10": {
"type": "temperature",
"min": 200,
"max": 400
}
}
},
"Water Vapor Blend": {
"equation": "ch7 == 0 ? 0 : 1-ch7, ch6 == 0 ? 0 : 1-ch6, ch5 == 0 ? 0 : 1-ch5",
"white_balance": true,
"individual_equalize": true
},
"6.25µm Calibrated Water Vapor": {
"lut": "lut/cal/star_abi_wv_8-10.png",
//"description": "descriptions/cal_wv.md",
"channels": "cch5",
"calib_cfg": {
"cch5": {
"type": "radiance",
"min": 0,
"max": 5.2
}
}
},
"6.25µm Calibrated Water Vapor (RAMSDIS)": {
"lut": "lut/cal/RAMSDIS_WV+55-108.png",
//"description": "descriptions/cal_wv.md",
"channels": "cch5",
"calib_cfg": {
"cch5": {
"type": "temperature",
"min": 165.15,
"max": 328.15
}
}
},
"7.35µm Calibrated Water Vapor": {
"lut": "lut/cal/star_abi_wv_8-10.png",
//"description": "descriptions/cal_wv.md",
"channels": "cch6",
"calib_cfg": {
"cch6": {
"type": "radiance",
"min": 0,
"max": 23.2
}
}
},
"7.35µm Calibrated Water Vapor (RAMSDIS)": {
"lut": "lut/cal/RAMSDIS_WV+55-108.png",
//"description": "descriptions/cal_wv.md",
"channels": "cch6",
"calib_cfg": {
"cch6": {
"type": "temperature",
"min": 165.15,
"max": 328.15
}
}
},
"Split Water Vapor": {
"channels": "cch5, cch6",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cch5": {
"type": "temperature",
"min": 150,
"max": 300
},
"cch6": {
"type": "temperature",
"min": 150,
"max": 300
}
},
"vars": {
"minval": -35,
"maxval": 5,
"input_range": 150,
"lut": "lut/cal/CIMSSLUT.png"
},
"lua": "scripted_compos/split_difference.lua",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": false
},
"Split Ozone": {
"channels": "cch8, cch9",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cch8": {
"type": "temperature",
"min": 150,
"max": 300
},
"cch9": {
"type": "temperature",
"min": 150,
"max": 300
}
},
"vars": {
"minval": -45,
"maxval": 5,
"input_range": 150,
"lut": "lut/cal/CIMSSLUT.png"
},
"lua": "scripted_compos/split_difference.lua",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": false
},
"Split Cloud Phase": {
"channels": "cch9, cch8",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cch9": {
"type": "temperature",
"min": 150,
"max": 350
},
"cch8": {
"type": "temperature",
"min": 150,
"max": 350
}
},
"vars": {
"minval": -10,
"maxval": 25,
"input_range": 200,
"lut": "lut/cal/CIMSSLUT.png"
},
"lua": "scripted_compos/split_difference.lua",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": false
},
"Cloud Top IR": {
"channels": "cch9",
"autogen": false,
"description": "descriptions/CloudTopIR.md",
"lut": "lut/cal/CloudTopIR.png",
"remove_background": true,
"calib_cfg": {
"cch9": {
"type": "temperature",
"min": 183.15,
"max": 323.15
}
}
},
"NO enhancement": {
"lut": "lut/cal/WXtoImg-NO.png",
"autogen": false,
"description": "descriptions/NO.md",
"channels": "cch9",
"remove_background": true,
"calib_cfg": {
"cch9": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
}
},
"ZA enhancement": {
"channels": "cch9",
"remove_background": true,
"calib_cfg": {
"cch9": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"lut": "lut/cal/WXtoImg-ZA.png",
"description": "descriptions/ZA.md",
"autogen": false
},
"MB enhancement": {
"lut": "lut/cal/WXtoImg-MB.png",
"description": "descriptions/MB.md",
"channels": "cch9",
"calib_cfg": {
"cch9": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"autogen": false
},
"MD enhancement": {
"lut": "lut/cal/WXtoImg-MD.png",
"description": "descriptions/MD.md",
"channels": "cch9",
"calib_cfg": {
"cch9": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"autogen": false,
"remove_background": true
},
"BD enhancement": {
"channels": "cch9",
"calib_cfg": {
"cch9": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/BD.md",
"lut": "lut/cal/WXtoImg-BD.png",
"autogen": false,
"remove_background": true
},
"CC enhancement": {
"channels": "cch9",
"calib_cfg": {
"cch9": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/CC.md",
"lut": "lut/cal/WXtoImg-CC.png",
"autogen": false,
"remove_background": true
},
"EC enhancement": {
"channels": "cch9",
"calib_cfg": {
"cch9": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/EC.md",
"lut": "lut/cal/WXtoImg-EC.png",
"autogen": false,
"remove_background": true
},
"HE enhancement": {
"channels": "cch9",
"calib_cfg": {
"cch9": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/HE.md",
"lut": "lut/cal/WXtoImg-HE.png",
"autogen": false,
"remove_background": true
},
"HF enhancement": {
"channels": "cch9",
"calib_cfg": {
"cch9": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/HF.md",
"lut": "lut/cal/WXtoImg-HF.png",
"autogen": false,
"remove_background": true
},
"JF enhancement": {
"channels": "cch9",
"calib_cfg": {
"cch9": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/JF.md",
"lut": "lut/cal/WXtoImg-JF.png",
"autogen": false,
"remove_background": true
},
"JJ enhancement": {
"channels": "cch9",
"calib_cfg": {
"cch9": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/JJ.md",
"lut": "lut/cal/WXtoImg-JJ.png",
"autogen": false,
"remove_background": true
},
"TA enhancement": {
"channels": "cch9",
"calib_cfg": {
"cch9": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/TA.md",
"lut": "lut/cal/WXtoImg-TA.png",
"autogen": false,
"remove_background": true
},
"Color convection longwave IR": {
"channels": "cch10",
"description": "descriptions/ConvectionLWIR.md",
"lut": "lut/cal/ConvectionLWIR.png",
"autogen": false,
"geo_correct": true,
"calib_cfg": {
"cch10": {
"type": "temperature",
"min": 180,
"max": 320
}
}
},
"Snow enhancement": {
"equation": "((3*cch1-cch9)/2)^1.7, ((3*cch1+cch9)/4)^1.7, (cch1-cch3)^1.7",
"description": "descriptions/Snow.md",
"individual_equalize": true,
"white_balance": true,
"remove_background": true,
"autogen": false
},
"NDVI": {
"channels": "cch1, cch2",
"lua": "scripted_compos/ndvi.lua",
"description": "descriptions/NDVI.md",
"autogen": false,
"remove_background": true
}
}
},
"avhrr_3": {
"handler": "image_handler",
"name": "AVHRR/3",
"rgb_composites": {
"AVHRR 221 False Color": {
"equation": "ch2, ch2, ch1",
"description": "descriptions/221.md",
"geo_correct": true,
"project": {
"draw_map_overlay": true,
"individual_equalize": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.087890625,
"scalar_y": -0.087890625,
"width": 4096,
"height": 2048
}
}
},
"AVHRR 3a21 False Color": {
"equation": "cch3a, cch2, cch1",
"description": "descriptions/321.md",
"equalize": true,
"geo_correct": true
},
"4/221 Merge": {
"equation": "ch1 < 0.065 ? (ch4 - 0.7) * 2.66 : ch2 * 2.2 - 0.15, ch1 < 0.065 ? (ch4 - 0.7) * 2.66 : ch2 * 2.2 - 0.15, ch1 < 0.065 ? (ch4 - 0.7) * 2.66 : ch1 * 2.2 - 0.15",
"description": "descriptions/4221merge.md",
"geo_correct": true
},
"NOAA Natural Color": {
"equation": "cch2 * 0.6 + min(cch1, cch2) * 0.4, cch2, cch1",
"individual_equalize": true,
"description": "descriptions/NOAANatColor.md",
"geo_correct": true
},
"Natural Color": {
"equation": "((0.5*max(cch3a,min(cch2,cch1)) + 0.5*cch2) / 0.7)^0.65, (cch2/0.7)^0.65, (cch1/0.7)^0.65",
"description": "descriptions/NatColor.md",
"geo_correct": true
},
"AVHRR 543b IR False Color": {
"equation": "ch5, ch4, ch3b",
"individual_equalize": true,
"description": "descriptions/543b.md",
"geo_correct": true
},
"AVHRR 3b45 IR False Color": {
"equation": "ch3b, ch4, ch5",
"individual_equalize": true,
"description": "descriptions/3b45.md",
"geo_correct": true
},
"AVHRR 124 False Color (Cloud RGB)": {
"equation": "cch1, cch2, 1-cch4",
"description": "descriptions/124.md",
"geo_correct": true,
"individual_equalize": true,
"project": {
"draw_map_overlay": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.087890625,
"scalar_y": -0.087890625,
"width": 4096,
"height": 2048
}
},
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 203,
"max": 323
}
}
},
"10.8µm Thermal IR": {
"equation": "cch4",
"apply_lut": true,
"description": "descriptions/ThermalCal.md",
"geo_correct": true
},
"Night Microphysics": {
"equation": "1-(3/200-cch5+cch4)*(200/10.5), 1-(7/200-cch4+cch3b)*(200/9.9), ((cch4*200+200-243.7)/(293.2-243.7))",
"geo_correct": true,
"description": "descriptions/NightMicro.md",
"calib_cfg": {
"cch3b": {
"type": "temperature",
"min": 200,
"max": 400
},
"cch4": {
"type": "temperature",
"min": 200,
"max": 400
},
"cch5": {
"type": "temperature",
"min": 200,
"max": 400
}
}
},
"Day Microphysics (Metop)": {
"equation": "cch1, cch3a, cch4",
"description": "descriptions/DayMicro.md",
"geo_correct": true,
"equalize": true,
"calib_cfg": {
"cch3a": {
"type": "radiance",
"min": 0,
"max": 1.4
},
"cch4": {
"type": "temperature",
"min": 203,
"max": 323
}
}
},
"Day Cloud Convection": {
"equation": "cch1^0.58823529411,cch1^0.58823529411,1-cch4",
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 203,
"max": 323
}
},
"description": "descriptions/DayCloudConv.md"
},
"Clouds Underlay (Merge)": {
"channels": "ch4",
"cpp": "underlay_with_clouds",
"description": "descriptions/CloudUnderlay.md",
"vars": {
"minoffset": 0.0,
"scalar": 1.5,
"thresold": 0.0,
"blend": false,
"invert": false
},
"autogen": false
},
"Clouds Underlay (Isolate)": {
"channels": "ch4",
"cpp": "underlay_with_clouds",
"description": "descriptions/CloudUnderlay.md",
"vars": {
"minoffset": 0.0,
"scalar": 1.5,
"thresold": 0.15,
"blend": false,
"invert": false
},
"autogen": false
},
"MCIR": {
"channels": "cch4",
"cpp": "underlay_with_clouds",
"description": "descriptions/MCIR.md",
"vars": {
"minoffset": 0.0,
"scalar": 1.0,
"thresold": 0.0,
"blend": true,
"invert": true
},
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
0.0
]
},
"MSA (channel 1)": {
"channels": "cch1",
"cpp": "underlay_with_clouds",
"description": "descriptions/MSA.md",
"geo_correct": true,
"vars": {
"minoffset": 0.0,
"scalar": 0.95,
"thresold": 0.0,
"blend": true,
"invert": false
},
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
0.0
]
},
"MSA (channel 2)": {
"channels": "cch2",
"cpp": "underlay_with_clouds",
"description": "descriptions/MSA.md",
"geo_correct": true,
"vars": {
"minoffset": 0.0,
"scalar": 0.95,
"thresold": 0.0,
"blend": true,
"invert": false
},
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
0.0
]
},
"Snow enhancement": {
"equation": "((3*ch1-ch4)/2)^1.7, ((3*ch1+ch4)/4)^1.7, (ch1-ch3a)^1.7",
"description": "descriptions/Snow.md",
"individual_equalize": true,
"white_balance": true,
"geo_correct": true,
"autogen": false
},
"NDVI": {
"channels": "cch1, cch2",
"calib_cfg": {
},
"lua": "scripted_compos/ndvi.lua",
"description": "descriptions/NDVI.md",
"geo_correct": true,
"autogen": false
},
"NDWI": {
"channels": "cch2, cch3a",
"calib_cfg": {
},
"lua": "scripted_compos/ndwi.lua",
"description": "descriptions/NDWI.md",
"geo_correct": true,
"autogen": false
},
"Night Fog Difference": {
"channels": "cch4, cch3b",
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 230,
"max": 310
},
"cch3b": {
"type": "temperature",
"min": 230,
"max": 310
}
},
"vars": {
"minval": -16,
"maxval": 16,
"input_range": 80, //310-230
"lut": "lut/cal/fog_btd.png"
},
"lua": "scripted_compos/split_difference.lua",
"geo_correct": true,
"autogen": false
},
"Split Window Difference": {
"channels": "cch4, cch5",
"draw_map_overlay": true,
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 150,
"max": 400
},
"cch5": {
"type": "temperature",
"min": 150,
"max": 400
}
},
"vars": {
"minval": -7,
"maxval": 7,
"input_range": 250, //250
"lut": "lut/cal/IR12-IR108-7+7.png"
},
"lua": "scripted_compos/split_difference.lua",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": false
},
"Sea Surface Temperature": {
"channels": "cch4",
"description": "descriptions/SST.md",
"lua": "scripted_compos/sst_landmask.lua",
"vars": {
"minval": 0,
"maxval": 1
},
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 270.65,
"max": 307.15
}
},
"autogen": false
},
"Night Time Fire Detection (transparent)": {
"channels": "cch3b, cch4",
"description": "descriptions/NightFire.md",
"lua": "scripted_compos/NightFire.lua",
"calib_cfg": {
"cch3b": {
"type": "temperature",
"min": 0,
"max": 1000
},
"cch4": {
"type": "temperature",
"min": 0,
"max": 1000
}
},
"autogen": false
},
"3.75µm IR (CIRA)": {
"lut": "lut/cal/CIRA_IR37-80+60.png",
"channels": "cch3b",
"calib_cfg": {
"cch3b": {
"type": "temperature",
"min": 193.15,
"max": 333.15
}
}
},
"3.75µm IR (Enhanced Rainbow)": {
"lut": "lut/cal/EnhRainbowWarmerYellow+127-109.png",
"channels": "cch3b",
"calib_cfg": {
"cch3b": {
"type": "temperature",
"min": 164.15,
"max": 400.15
}
}
},
"3.75µm IR (Rainbow)": {
"channels": "cch3b",
"draw_map_overlay": true,
"calib_cfg": {
"cch3b": {
"type": "temperature",
"min": 190,
"max": 400
}
},
"lut": "lut/cal/abi_ir_7.png",
"borders_color": [
0.0,
0.0,
0.0
],
"autogen": true
},
"3.75µm IR (Rainbow, transparent)": {
"channels": "cch3b",
"description": "descriptions/ABISW.md",
"calib_cfg": {
"cch3b": {
"type": "temperature",
"min": 190,
"max": 400
}
},
"lut": "lut/cal/abi_ir_7_transparent.png",
"autogen": false
},
"NO enhancement": {
"lut": "lut/cal/WXtoImg-NO.png",
"description": "descriptions/NO.md",
"channels": "cch4",
"calib_cfg": {
"cch4": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
}
},
"ZA enhancement": {
"channels": "cch4",
"calib_cfg": {
"cch4": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"lut": "lut/cal/WXtoImg-ZA.png",
"description": "descriptions/ZA.md",
"autogen": false,
"geo_correct": true
},
"MB enhancement": {
"lut": "lut/cal/WXtoImg-MB.png",
"description": "descriptions/MB.md",
"channels": "cch4",
"calib_cfg": {
"cch4": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"autogen": false,
"geo_correct": true
},
"MD enhancement": {
"lut": "lut/cal/WXtoImg-MD.png",
"description": "descriptions/MD.md",
"channels": "cch4",
"calib_cfg": {
"cch4": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"autogen": false,
"geo_correct": true
},
"BD enhancement": {
"channels": "cch4",
"calib_cfg": {
"cch4": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/BD.md",
"lut": "lut/cal/WXtoImg-BD.png",
"autogen": false,
"geo_correct": true
},
"CC enhancement": {
"channels": "cch4",
"calib_cfg": {
"cch4": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/CC.md",
"lut": "lut/cal/WXtoImg-CC.png",
"autogen": false,
"geo_correct": true
},
"EC enhancement": {
"channels": "cch4",
"calib_cfg": {
"cch4": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/EC.md",
"lut": "lut/cal/WXtoImg-EC.png",
"autogen": false,
"geo_correct": true
},
"HE enhancement": {
"channels": "cch4",
"calib_cfg": {
"cch4": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/HE.md",
"lut": "lut/cal/WXtoImg-HE.png",
"autogen": false,
"geo_correct": true
},
"HF enhancement": {
"channels": "cch4",
"calib_cfg": {
"cch4": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/HF.md",
"lut": "lut/cal/WXtoImg-HF.png",
"autogen": false,
"geo_correct": true
},
"JF enhancement": {
"channels": "cch4",
"calib_cfg": {
"cch4": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/JF.md",
"lut": "lut/cal/WXtoImg-JF.png",
"autogen": false,
"geo_correct": true
},
"JJ enhancement": {
"channels": "cch4",
"calib_cfg": {
"cch4": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/JJ.md",
"lut": "lut/cal/WXtoImg-JJ.png",
"autogen": false,
"geo_correct": true
},
"TA enhancement": {
"channels": "cch4",
"calib_cfg": {
"cch4": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/TA.md",
"lut": "lut/cal/WXtoImg-TA.png",
"autogen": false,
"geo_correct": true
},
"Enhanced IR": {
"channels": "cch4",
"description": "descriptions/EnhancedIR.md",
"lut": "lut/cal/EnhancedIR.png",
"autogen": false,
"geo_correct": true,
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 200,
"max": 300
}
}
},
"Cloud Top IR": {
"channels": "cch4",
"description": "descriptions/CloudTopIR.md",
"lut": "lut/cal/CloudTopIR.png",
"autogen": true,
"geo_correct": true,
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 183.15,
"max": 323.15
}
}
},
"Enhanced IR (Transparent)": {
"equation": "cch4, 0, 0, cch4 > 0.99 ? 1 : 0",
"description": "descriptions/EnhancedIR.md",
"autogen": false,
"geo_correct": true,
"apply_lut": true,
"invert": true,
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 200,
"max": 241
}
}
},
"Color general cloud IR": {
"channels": "cch4",
"description": "descriptions/ColorGeneralIR.md",
"lut": "lut/cal/Multispectral.png",
"autogen": false,
"geo_correct": true,
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 180,
"max": 320
}
}
},
"Color convection longwave IR": {
"channels": "cch5",
"description": "descriptions/ConvectionLWIR.md",
"lut": "lut/cal/ConvectionLWIR.png",
"autogen": false,
"geo_correct": true,
"calib_cfg": {
"cch5": {
"type": "temperature",
"min": 180,
"max": 320
}
}
},
"APT channel A": {
"equation": "cha",
"geo_correct": true,
"equalize": true
},
"APT channel B": {
"equation": "chb",
"geo_correct": true,
"equalize": true
},
"MCIR (Uncalibrated)": {
"channels": "chb",
"cpp": "underlay_with_clouds",
"description": "descriptions/MCIR.md",
"vars": {
"minoffset": 0.0,
"scalar": 1.0,
"thresold": 0.0,
"blend": true,
"invert": false
},
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
0.0
]
},
"MSA (Uncalibrated)": {
"channels": "cha",
"cpp": "underlay_with_clouds",
"description": "descriptions/MSA.md",
"vars": {
"minoffset": 0.0,
"scalar": 0.95,
"thresold": 0.0,
"blend": true,
"invert": false
},
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
0.0
]
},
"MCIR Rain (Uncalibrated)": {
"channels": "cha, chb",
"lua": "scripted_compos/underlay_with_clouds_lut.lua",
"description": "descriptions/MCIR_precip.md",
"vars": {
"minoffset": 0.21,
"scalar": 1.0,
"thresold": 0.8,
"lut": "lut/WXtoImg-NO_mod_APT.png"
},
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
0.0
]
},
"HVC (channel 1)": {
"lut": "lut/WXtoImg-HVC-1.png",
"description": "descriptions/HVC.md",
"channels": "ch1, ch4",
"autogen": false,
"geo_correct": true,
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
0.0
]
},
"HVC (channel 2)": {
"lut": "lut/WXtoImg-HVC-2.png",
"description": "descriptions/HVC.md",
"channels": "ch2, ch4",
"autogen": false,
"geo_correct": true,
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
0.0
]
}
},
"project_channels": {
"channels": "4",
"individual_equalize": true,
"draw_map_overlay": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.087890625,
"scalar_y": -0.087890625,
"width": 4096,
"height": 2048
}
}
},
"virr": {
"handler": "image_handler",
"name": "VIRR",
"rgb_composites": {
"221": {
"equation": "ch2, ch2, ch1",
"individual_equalize": true,
"geo_correct": true
},
"621": {
"equation": "ch6, ch2, ch1",
"individual_equalize": true,
"geo_correct": true,
"project": {
"draw_map_overlay": true,
"individual_equalize": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.087890625,
"scalar_y": -0.087890625,
"width": 4096,
"height": 2048
}
}
},
"197": {
"equation": "ch1, ch9, ch7",
"individual_equalize": true,
"geo_correct": true,
"project": {
"draw_map_overlay": true,
"individual_equalize": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.087890625,
"scalar_y": -0.087890625,
"width": 4096,
"height": 2048
}
}
},
"4/221 Merge": {
"equation": "ch1 < 0.015 ? (ch4 - 0.45) * 2.66 : ch2 * 7.2 - 0.07, ch1 < 0.015 ? (ch4 - 0.45) * 2.66 : ch2 * 7.2 - 0.07, ch1 < 0.015 ? (ch4 - 0.45) * 2.66 : ch1 * 7.2 - 0.07",
"individual_equalize": true,
"geo_correct": true,
"project": {
"draw_map_overlay": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.087890625,
"scalar_y": -0.087890625,
"width": 4096,
"height": 2048
}
}
},
"10.8µm Thermal IR": {
"equation": "ch4",
"individual_equalize": true,
"geo_correct": true,
"project": {
"draw_map_overlay": true,
"individual_equalize": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.087890625,
"scalar_y": -0.087890625,
"width": 4096,
"height": 2048
}
}
},
"543": {
"equation": "ch5, ch4, ch3",
"individual_equalize": true,
"geo_correct": true
},
"Night Microphysics": {
"equation": "(1-ch5)-(1-ch4), (1-ch4)-(1-ch3), (1-ch4)",
"individual_equalize": true,
"geo_correct": true
}
},
"project_channels": {
"channels": "4",
"individual_equalize": true,
"draw_map_overlay": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.087890625,
"scalar_y": -0.087890625,
"width": 4096,
"height": 2048
}
}
},
"msu_mr": {
"handler": "image_handler",
"name": "MSU-MR",
"rgb_composites": {
"AVHRR 221 False Color": {
"equation": "ch2, ch2, ch1",
"geo_correct": true,
"white_balance": true,
"description": "descriptions/221.md"
},
"AVHRR 3a21 False Color": {
"equation": "ch3, ch2, ch1",
"description": "descriptions/321.md",
"geo_correct": true,
"white_balance": true,
"project": {
"draw_map_overlay": true,
"individual_equalize": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.087890625,
"scalar_y": -0.087890625,
"width": 4096,
"height": 2048
}
}
},
"MSU-MR 124 False Color": {
"equation": "ch1, ch2, 1-ch4",
"geo_correct": true,
"white_balance": true,
"individual_equalize": true
},
"AVHRR 124 False Color": {
"equation": "ch1, ch2, 1-ch5",
"description": "descriptions/124.md",
"geo_correct": true,
"white_balance": true,
"individual_equalize": true
},
"Natural Color": {
"equation": "((0.5*max(ch4,min(ch2,ch1)) + 0.5*ch2)+0.3*ch3)*0.85, ch2, ch1",
"description": "descriptions/NatColor.md",
"geo_correct": true,
"white_balance": true
},
"10.8µm Thermal IR (Uncalibrated)": {
"equation": "1 - ch5",
"description": "descriptions/ThermalUncal.md",
"individual_equalize": true,
"geo_correct": true,
"project": {
"draw_map_overlay": true,
"individual_equalize": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.087890625,
"scalar_y": -0.087890625,
"width": 4096,
"height": 2048
}
}
},
"Day Microphysics": {
"equation": "ch1, ch4^2.5, ch5",
"description": "descriptions/DayMicro.md",
"individual_equalize": true,
"geo_correct": true
},
"Night Microphysics": {
"equation": "1-(3/200-cch6+cch5)*(200/10.5), 1-(7/200-cch5+cch4)*(200/9.9), ((cch5*200+200-243.7)/(293.2-243.7))",
"geo_correct": true,
"description": "descriptions/NightMicro.md",
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 200,
"max": 400
},
"cch5": {
"type": "temperature",
"min": 200,
"max": 400
},
"cch6": {
"type": "temperature",
"min": 200,
"max": 400
}
}
},
"AVHRR 543b IR False Color": {
"equation": "1 - ch6, 1 - ch5, 1 - ch4",
"description": "descriptions/543b.md",
"individual_equalize": true,
"geo_correct": true,
"autogen": true
},
"AVHRR 3b45 IR False Color": {
"equation": "1 - ch4, 1 - ch5, 1 - ch6",
"description": "descriptions/3b45.md",
"individual_equalize": true,
"geo_correct": true,
"autogen": true
},
"Sea Surface Temperature": {
"channels": "cch5",
"description": "descriptions/SST.md",
"lua": "scripted_compos/sst_landmask.lua",
"vars": {
"minval": 0,
"maxval": 1
},
"calib_cfg": {
"cch5": {
"type": "temperature",
"min": 270.65,
"max": 307.15
}
},
"autogen": false
},
"Night Time Fire Detection (transparent)": {
"channels": "cch4, cch5",
"description": "descriptions/NightFire.md",
"lua": "scripted_compos/NightFire.lua",
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 0,
"max": 1000
},
"cch5": {
"type": "temperature",
"min": 0,
"max": 1000
}
},
"autogen": false
},
"3.75µm IR (CIRA)": {
"lut": "lut/cal/CIRA_IR37-80+60.png",
"channels": "cch4",
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 193.15,
"max": 333.15
}
}
},
"3.75µm IR (Enhanced Rainbow)": {
"lut": "lut/cal/EnhRainbowWarmerYellow+127-109.png",
"channels": "cch4",
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 164.15,
"max": 400.15
}
}
},
"3.75µm IR (Rainbow)": {
"channels": "cch4",
"draw_map_overlay": true,
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 190,
"max": 400
}
},
"lut": "lut/cal/abi_ir_7.png",
"borders_color": [
0.0,
0.0,
0.0
],
"autogen": true
},
"3.75µm IR (Rainbow, transparent)": {
"channels": "cch4",
"description": "descriptions/ABISW.md",
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 190,
"max": 400
}
},
"lut": "lut/cal/abi_ir_7_transparent.png",
"autogen": false
},
"Split Window Difference": {
"channels": "cch5, cch6",
"draw_map_overlay": true,
"calib_cfg": {
"cch5": {
"type": "temperature",
"min": 150,
"max": 400
},
"cch6": {
"type": "temperature",
"min": 150,
"max": 400
}
},
"vars": {
"minval": -7,
"maxval": 7,
"input_range": 250, //250
"lut": "lut/cal/IR12-IR108-7+7.png"
},
"lua": "scripted_compos/split_difference.lua",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": false
},
"NO enhancement": {
"lut": "lut/cal/WXtoImg-NO.png",
"description": "descriptions/NO.md",
"channels": "cch5",
"calib_cfg": {
"cch5": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
}
},
"ZA enhancement": {
"channels": "cch5",
"calib_cfg": {
"cch5": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"lut": "lut/cal/WXtoImg-ZA.png",
"description": "descriptions/ZA.md",
"autogen": false,
"geo_correct": true
},
"MB enhancement": {
"lut": "lut/cal/WXtoImg-MB.png",
"description": "descriptions/MB.md",
"channels": "cch5",
"calib_cfg": {
"cch5": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"autogen": false,
"geo_correct": true
},
"MD enhancement": {
"lut": "lut/cal/WXtoImg-MD.png",
"description": "descriptions/MD.md",
"channels": "cch5",
"calib_cfg": {
"cch5": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"autogen": false,
"geo_correct": true
},
"BD enhancement": {
"channels": "cch5",
"calib_cfg": {
"cch5": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/BD.md",
"lut": "lut/cal/WXtoImg-BD.png",
"autogen": false,
"geo_correct": true
},
"CC enhancement": {
"channels": "cch5",
"calib_cfg": {
"cch5": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/CC.md",
"lut": "lut/cal/WXtoImg-CC.png",
"autogen": false,
"geo_correct": true
},
"EC enhancement": {
"channels": "cch5",
"calib_cfg": {
"cch5": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/EC.md",
"lut": "lut/cal/WXtoImg-EC.png",
"autogen": false,
"geo_correct": true
},
"HE enhancement": {
"channels": "cch5",
"calib_cfg": {
"cch5": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/HE.md",
"lut": "lut/cal/WXtoImg-HE.png",
"autogen": false,
"geo_correct": true
},
"HF enhancement": {
"channels": "cch5",
"calib_cfg": {
"cch5": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/HF.md",
"lut": "lut/cal/WXtoImg-HF.png",
"autogen": false,
"geo_correct": true
},
"JF enhancement": {
"channels": "cch5",
"calib_cfg": {
"cch5": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/JF.md",
"lut": "lut/cal/WXtoImg-JF.png",
"autogen": false,
"geo_correct": true
},
"JJ enhancement": {
"channels": "cch5",
"calib_cfg": {
"cch5": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/JJ.md",
"lut": "lut/cal/WXtoImg-JJ.png",
"autogen": false,
"geo_correct": true
},
"TA enhancement": {
"channels": "cch5",
"calib_cfg": {
"cch5": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/TA.md",
"lut": "lut/cal/WXtoImg-TA.png",
"autogen": false,
"geo_correct": true
},
"Cloud Top IR": {
"channels": "cch5",
"description": "descriptions/CloudTopIR.md",
"lut": "lut/cal/CloudTopIR.png",
"autogen": true,
"geo_correct": true,
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 183.15,
"max": 323.15
}
}
},
"Enhanced IR": {
"channels": "cch5",
"description": "descriptions/EnhancedIR.md",
"lut": "lut/cal/EnhancedIR.png",
"autogen": false,
"geo_correct": true,
"calib_cfg": {
"cch5": {
"type": "temperature",
"min": 200,
"max": 300
}
}
},
"Enhanced IR (Transparent)": {
"equation": "cch5, 0, 0, cch5 > 0.99 ? 1 : 0",
"description": "descriptions/EnhancedIR.md",
"autogen": false,
"geo_correct": true,
"apply_lut": true,
"invert": true,
"calib_cfg": {
"cch5": {
"type": "temperature",
"min": 200,
"max": 241
}
}
},
"Color general cloud IR": {
"channels": "cch5",
"description": "descriptions/ColorGeneralIR.md",
"lut": "lut/cal/Multispectral.png",
"autogen": false,
"geo_correct": true,
"calib_cfg": {
"cch5": {
"type": "temperature",
"min": 180,
"max": 320
}
}
},
"Color convection longwave IR": {
"channels": "cch5",
"description": "descriptions/ConvectionLWIR.md",
"lut": "lut/cal/ConvectionLWIR.png",
"autogen": false,
"geo_correct": true,
"calib_cfg": {
"cch5": {
"type": "temperature",
"min": 180,
"max": 320
}
}
},
"MCIR": {
"channels": "ch4",
"cpp": "underlay_with_clouds",
"description": "descriptions/MCIR.md",
"geo_correct": true,
"vars": {
"minoffset": 0.0,
"scalar": 1.0,
"thresold": 0.0,
"blend": true,
"invert": true
},
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
0.0
]
},
"MSA": {
"channels": "ch1",
"cpp": "underlay_with_clouds",
"description": "descriptions/MSA.md",
"geo_correct": true,
"vars": {
"minoffset": 0.0,
"scalar": 1.0,
"thresold": 0.0,
"blend": true,
"invert": false
},
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
0.0
]
},
"3.9 µm Shortwave IR (Uncalibrated)": {
"equation": "1 - ch4",
"individual_equalize": true,
"geo_correct": true
},
"3.9 µm Shortwave IR (Calibrated)": {
"equation": "1 - cch4",
"geo_correct": true,
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 180,
"max": 320
}
}
},
"3.9 µm Cloud Tops (Transparent)": {
"equation": "1-cch4, 0, 0, cch4 < 0.99 ? 1 : 0",
"geo_correct": true,
"apply_lut": true,
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 200,
"max": 241
}
}
}
}
},
"kmss_msu100": {
"handler": "image_handler",
"name": "KMSS (MSU-100)",
"rgb_composites": {
"CIR (Color Infrared)": {
"equation": "ch3, ch2, ch1",
"individual_equalize": true,
"geo_correct": true,
"description": "descriptions/CIR.md"
},
"NDVI (Uncalibrated)": {
"equation": "(ch3-ch2)/(ch3+ch2)",
"equalize": true,
"geo_correct": true
},
"OSAVI (Uncalibrated)": {
"equation": "(ch3-ch2)/(ch3+ch2+0.16)",
"equalize": true,
"geo_correct": true
},
"Vegetation classification": {
"equation": "ch2/ch1",
"equalize": true,
"geo_correct": true
}
}
},
"msu_gs": {
"handler": "image_handler",
"name": "MSU-GS",
"rgb_composites": {
"AVHRR 221 False Color": {
"equation": "ch3,ch3,ch1",
"description": "descriptions/221.md"
},
"MSU-GS 321 False Color": {
"equation": "ch3,ch2,ch1",
//
"draw_map_overlay": true,
"draw_shores_overlay": true,
"draw_latlon_overlay": true
},
"Natural Color": {
"channels": "ch3, ch2, ch1",
"cpp": "msugs_natural_color",
"description": "descriptions/NatColor.md"
},
"Color IR Merge": {
"channels": "ch3, ch2, ch1, ch4",
"cpp": "msugs_color_ir_merge",
"autogen": false // Needs to be optimized...
},
"10.8µm Thermal IR": {
"equation": "1-ch9"
}
}
},
"abi": {
"handler": "image_handler",
"name": "ABI",
"rgb_composites": {
"ABI False Color": {
"channels": "ch2, ch13",
"remove_background": true,
"cpp": "goes_abi_false_color",
"vars": {
"lut": "lut/goes/abi/wxstar/lut.png"
},
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": true
},
"ABI Visible False Color": {
"equation": "cch2^0.45454545454,(cch2^0.45454545454)*0.45+(cch3^0.45454545454)*0.1+(cch1^0.45454545454)*0.45,cch1^0.45454545454",
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
1.0
],
"calib_cfg": {
},
"autogen": true
},
"ABI False Color IR Merge": {
"channels": "ch2, ch13",
"cpp": "goes_abi_false_color_ir_merge",
"draw_map_overlay": true,
"vars": {
"lut": "lut/goes/abi/usradioguycustomlut.png"
},
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": false // Needs to be optimized...
},
"Night Fog Difference": {
"channels": "cch13, cch7",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cch7": {
"type": "temperature",
"min": 163,
"max": 300
},
"cch13": {
"type": "temperature",
"min": 163,
"max": 300
}
},
"vars": {
"minval": -16,
"maxval": 16,
"input_range": 137, //300-163
"lut": "lut/cal/fog_btd.png"
},
"lua": "scripted_compos/split_difference.lua",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": false
},
"Day Cloud Phase Distinction": {
"equation": "1-cch13, cch2, cch5",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cch2": {
"type": "albedo",
"min": 0,
"max": 0.78
},
"cch5": {
"type": "albedo",
"min": 0.01,
"max": 0.59
},
"cch13": {
"type": "temperature",
"min": 219.65,
"max": 280.65
}
},
"borders_color": [
1.0,
1.0,
1.0
]
},
"ABI Split Window Difference": {
"channels": "cch13, cch15",
"remove_background": true,
"calib_cfg": {
"cch13": {
"type": "temperature",
"min": 163,
"max": 300
},
"cch15": {
"type": "temperature",
"min": 163,
"max": 300
}
},
"vars": {
"minval": -10,
"maxval": 10,
"input_range": 137, //300-163
"lut": "lut/cal/abi_split_difference.png"
},
"lua": "scripted_compos/split_difference.lua",
"autogen": false
},
"Clean Longwave IR Window Band": {
"channels": "cch13",
"description": "descriptions/ABICleanLWIR.md",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cch13": {
"type": "temperature",
"min": 163,
"max": 330
}
},
"lut": "lut/cal/abi_ir_11-15.png",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": true
},
"Infrared Longwave Window Band": {
"channels": "cch14",
"description": "descriptions/ABILWIR.md",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cch14": {
"type": "temperature",
"min": 163,
"max": 330
}
},
"lut": "lut/cal/abi_ir_11-15.png",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": true
},
"Dirty Longwave Window": {
"channels": "cch15",
"description": "descriptions/ABIDirtyLWIR.md",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cch15": {
"type": "temperature",
"min": 163,
"max": 330
}
},
"lut": "lut/cal/abi_ir_11-15.png",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": true
},
"Dirty Longwave Window - CIRA": {
"channels": "cch15",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cch15": {
"type": "temperature",
"min": 163,
"max": 330
}
},
"lut": "lut/cal/Dirty_IR_CIRA.png",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": true
},
"Mid-level Tropospheric Water Vapor": {
"channels": "cch9",
"description": "descriptions/ABIMLWV.md",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cch9": {
"type": "temperature",
"min": 180,
"max": 280
}
},
"lut": "lut/cal/abi_wv_8-10.png",
"borders_color": [
1.0,
0.0,
0.0
],
"autogen": true
},
"Upper-Level Tropospheric Water Vapor": {
"channels": "cch8",
"description": "descriptions/ABIULWV.md",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cch8": {
"type": "temperature",
"min": 180,
"max": 280
}
},
"lut": "lut/cal/abi_wv_8-10.png",
"borders_color": [
1.0,
0.0,
0.0
],
"autogen": true
},
"Shortwave Window Band": {
"channels": "cch7",
"description": "descriptions/ABISW.md",
"draw_map_overlay": true,
"calib_cfg": {
"cch7": {
"type": "temperature",
"min": 190,
"max": 400
}
},
"lut": "lut/cal/abi_ir_7.png",
"borders_color": [
0.0,
0.0,
0.0
],
"autogen": true
},
"Day Cloud Convection": {
"equation": "cch2^0.58823529411,cch2^0.58823529411,1-cch13",
"draw_map_overlay": true,
"remove_background": true,
"borders_color": [
1.0,
1.0,
1.0
],
"calib_cfg": {
"cch13": {
"type": "temperature",
"min": 203,
"max": 323
}
},
"autogen": false
},
"Nighttime Microphysics": {
"equation": "(cch15-cch13+0.04011976047)/0.05568862275,(cch13-cch7+0.01856287425)/0.0497005988,(cch13-0.48233532934)/0.29401197604",
"remove_background": true,
"draw_map_overlay": true,
"borders_color": [
0.0,
0.0,
0.0
],
"calib_cfg": {
"cch7": {
"type": "temperature",
"min": 163,
"max": 330
},
"cch13": {
"type": "temperature",
"min": 163,
"max": 330
},
"cch15": {
"type": "temperature",
"min": 163,
"max": 330
}
},
"autogen": false
},
"Day Rocket Plume Detection": {
"equation": "cch7,cch8,cch2",
"draw_map_overlay": true,
"remove_background": true,
"borders_color": [
1.0,
1.0,
1.0
],
"calib_cfg": {
"cch2": {
"type": "albedo",
"min": 0,
"max": 0.8
},
"cch7": {
"type": "temperature",
"min": 273,
"max": 338
},
"cch8": {
"type": "temperature",
"min": 233,
"max": 253
}
},
"autogen": false
},
"789": {
"equation": "ch7,ch8,ch9",
"individual_equalize": true,
"normalize": true,
"autogen": false
},
"7_13_15": {
"equation": "ch7,ch13,ch15",
"individual_equalize": true,
"normalize": true,
//
"draw_map_overlay": true,
"draw_shores_overlay": true,
"draw_latlon_overlay": true,
"autogen": false
},
"AWG Cloud Height Algorithm (ACHA)": {
"channels": "chACHA",
"draw_map_overlay": true,
"lut": "lut/goes/abi/L2/acha.png",
"borders_color": [
1.0,
1.0,
1.0
]
},
"Cloud top Temperature (ACHT)": {
"channels": "chACHT",
"draw_map_overlay": true,
"lut": "lut/goes/abi/L2/acht.png",
"borders_color": [
1.0,
1.0,
1.0
]
},
"Derived Stability Indices - CAPE": {
"channels": "chDSI",
"draw_map_overlay": true,
"lut": "lut/goes/abi/L2/dsi-cape.png",
"borders_color": [
1.0,
1.0,
1.0
]
},
"Total Precipitable Water": {
"channels": "chTPW",
"draw_map_overlay": true,
"lut": "lut/goes/abi/L2/tpw.png",
"borders_color": [
1.0,
1.0,
1.0
]
},
"Rain Rate Per Quarter Hour": {
"channels": "chRRQPE",
"draw_map_overlay": true,
"lut": "lut/goes/abi/L2/rrqpe.png",
"remove_background": true,
"borders_color": [
1.0,
1.0,
1.0
]
},
"Land Surface Temperature": {
"channels": "chLST",
"draw_map_overlay": true,
"lut": "lut/goes/abi/L2/lst.png",
"borders_color": [
0.45,
0.45,
0.45
]
},
"Land Surface Temperature (tmbates)": {
"channels": "chLST",
"draw_map_overlay": true,
"lut": "lut/goes/abi/L2/lst_tmbates.png",
"autogen": false
},
"Sea Surface Temperature": {
"channels": "chSST",
"draw_map_overlay": true,
"lut": "lut/goes/abi/L2/sst.png",
"borders_color": [
0.45,
0.45,
0.45
]
},
"Sea Surface Temperature (tmbates)": {
"channels": "chSST",
"draw_map_overlay": true,
"lut": "lut/goes/abi/L2/sst_tmbates.png",
"autogen": false
},
"Clean Longwave IR (Transparent)": {
"channels": "cch13",
"description": "descriptions/ABICleanLWIR.md",
"remove_background": true,
"calib_cfg": {
"cch13": {
"type": "temperature",
"min": 163,
"max": 330
}
},
"lut": "lut/cal/abi_ir_11-15_transparent.png",
"autogen": false
},
"Infrared Longwave (Transparent)": {
"channels": "cch14",
"description": "descriptions/ABILWIR.md",
"remove_background": true,
"calib_cfg": {
"cch14": {
"type": "temperature",
"min": 163,
"max": 330
}
},
"lut": "lut/cal/abi_ir_11-15_transparent.png",
"autogen": false
},
"Dirty Longwave IR (Transparent)": {
"channels": "cch15",
"description": "descriptions/ABIDirtyLWIR.md",
"remove_background": true,
"calib_cfg": {
"cch15": {
"type": "temperature",
"min": 163,
"max": 330
}
},
"lut": "lut/cal/abi_ir_11-15_transparent.png",
"autogen": false
},
"Shortwave Window Band (Transparent)": {
"channels": "cch7",
"description": "descriptions/ABISW.md",
"calib_cfg": {
"cch7": {
"type": "temperature",
"min": 190,
"max": 400
}
},
"lut": "lut/cal/abi_ir_7_transparent.png",
"autogen": false
},
"RRQPE Transparent": {
"channels": "chRRQPE",
"lut": "lut/goes/abi/L2/rrqpe_transparent.png",
"remove_background": true,
"autogen": false
},
"LST Transparent": {
"channels": "chLST",
"lut": "lut/goes/abi/L2/lst_transparent.png",
"autogen": false
},
"LST Transparent (tmbates)": {
"channels": "chLST",
"lut": "lut/goes/abi/L2/lst_transparent_tmbates.png",
"autogen": false
},
"SST Transparent": {
"channels": "chSST",
"lut": "lut/goes/abi/L2/sst_transparent.png",
"autogen": false
},
"SST Transparent (tmbates)": {
"channels": "chSST",
"lut": "lut/goes/abi/L2/sst_transparent_tmbates.png",
"autogen": false
}
}
},
"ahi": {
"handler": "image_handler",
"name": "AHI",
"rgb_composites": {
"AHI Visible False Color": {
"equation": "cch3^0.45454545454,(cch2^0.45454545454)*0.93+(cch4^0.45454545454)*0.07,cch1^0.45454545454",
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
1.0
],
"calib_cfg": {
},
"autogen": true
},
"AHI False Color (WIP)": {
"channels": "ch3, ch13",
"cpp": "goes_abi_false_color",
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
1.0
]
},
"Day Cloud Convection": {
"equation": "cch3^0.58823529411,cch3^0.58823529411,1-cch13",
"draw_map_overlay": true,
"remove_background": true,
"borders_color": [
1.0,
1.0,
1.0
],
"calib_cfg": {
"cch3": {
"type": "albedo",
"min": 0,
"max": 1
},
"cch13": {
"type": "temperature",
"min": 203,
"max": 323
}
},
"autogen": false
},
"Upper-Level Tropospheric Water Vapor": {
"channels": "cch8",
"description": "descriptions/ABIULWV.md",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cch8": {
"type": "temperature",
"min": 180,
"max": 280
}
},
"lut": "lut/cal/abi_wv_8-10.png",
"borders_color": [
1.0,
0.0,
0.0
]
},
"Clean Longwave IR Window Band": {
"channels": "cch13",
"description": "descriptions/ABICleanLWIR.md",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cch13": {
"type": "temperature",
"min": 163,
"max": 330
}
},
"lut": "lut/cal/abi_ir_11-15.png",
"borders_color": [
1.0,
1.0,
1.0
]
}
}
},
"ami": {
"handler": "image_handler",
"name": "AMI",
"rgb_composites": {
"AMI Natural Color": {
"equation": "cchNR016,cchVI008,cchVI006",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cchNR016": {
"type": "albedo",
"min": 0,
"max": 1
},
"cchVI008": {
"type": "albedo",
"min": 0,
"max": 1
},
"cchVI006": {
"type": "albedo",
"min": 0,
"max": 1
}
},
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": true
},
"MCIR": {
"channels": "cchIR105",
"cpp": "underlay_with_clouds",
"description": "descriptions/MCIR.md",
"vars": {
"minoffset": 0.3,
"scalar": 1.2,
"thresold": 0.0,
"blend": true,
"invert": true
},
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
0.0
],
"autogen": false
},
"Clean Longwave IR Window Band": {
"channels": "cchIR105",
"description": "descriptions/ABICleanLWIR.md",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cchIR105": {
"type": "temperature",
"min": 163,
"max": 330
}
},
"lut": "lut/cal/abi_ir_11-15.png",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": true
},
"Dirty Longwave Window": {
"channels": "cchIR123",
"description": "descriptions/ABIDirtyLWIR.md",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cchIR123": {
"type": "temperature",
"min": 163,
"max": 330
}
},
"lut": "lut/cal/abi_ir_11-15.png",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": true
},
"Dirty Longwave Window - CIRA": {
"channels": "cchIR123",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cchIR123": {
"type": "temperature",
"min": 163,
"max": 330
}
},
"lut": "lut/cal/Dirty_IR_CIRA.png",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": true
},
"Mid-level Tropospheric Water Vapor": {
"channels": "cchWV069",
"description": "descriptions/ABIMLWV.md",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cchWV069": {
"type": "temperature",
"min": 180,
"max": 280
}
},
"lut": "lut/cal/abi_wv_8-10.png",
"borders_color": [
1.0,
0.0,
0.0
],
"autogen": true
},
"SW038_IR105_IR123": {
"equation": "chSW038,chIR105,chIR123",
"individual_equalize": true,
"remove_background": true,
"normalize": true,
//
"draw_map_overlay": true,
"draw_shores_overlay": true,
"draw_latlon_overlay": true,
"autogen": false
}
}
},
"viirs": {
"handler": "image_handler",
"name": "VIIRS",
"rgb_composites": {
"AVHRR 221 False Color": {
"equation": "chi2, chi2, chi1",
"description": "descriptions/221.md",
"equalize": true
},
"AVHRR 3a21 False Color": {
"equation": "chi3, chi2, chi1",
"description": "descriptions/3a21.md",
"equalize": true
},
"VIIRS I321/I221 Mix": {
"equation": "(chi3 * 0.4 + chi2 * 0.6) * 4 - 0.2, chi2 * 4 - 0.2, chi1 * 4 - 0.2"
},
"True Color": {
"equation": "chm5, chm4, chm3",
"description": "descriptions/TrueColor.md",
"equalize": true
},
"Urban False Color": {
"equation": "chm11,chm10,chm5",
"description": "descriptions/ShortwaveIRFC.md",
"individual_equalize": true
},
"Night Microphysics": {
"equation": "chi5-chi4,chi4-chi3),chi4",
"individual_equalize": true,
"description": "descriptions/NightMicro.md",
"white_balance": true
},
"Day Microphysics": {
"equation": "chi1, chi3^2.5,chi4",
"description": "descriptions/DayMicro.md",
"individual_equalize": true
},
"10.8µm Thermal IR (Uncalibrated)": {
"equation": "1-chi4",
"description": "descriptions/ThermalUncal.md",
"individual_equalize": true
},
"CIR (Color Infrared)": {
"equation": "chi3, chm5, chm4",
"description": "descriptions/CIR.md",
"individual_equalize": true
},
"Agriculture": {
"equation": "chm10,chm7,chm3",
"equalize": true,
"white_balance": true,
"description": "descriptions/Agriculture.md"
},
"Geology": {
"equation": "chm11,chm10,chm3",
"individual_equalize": true,
"white_balance": true,
"description": "descriptions/Geology.md"
},
"Bathymetric": {
"equation": "chm5, chm4, chm1",
"description": "descriptions/Bathymetric.md",
"equalize": true
},
"Cirrus IR (ABI band 4 like)": {
"equation": "chm9",
"description": "descriptions/Cirrus.md",
"white_balance": true,
"apply_lut": true
},
"Cloud Type RGB": {
"equation": "chm9^1.5, chm5^0.75, chm10",
"description": "descriptions/CloudType.md",
"individual_equalize": true
},
"Cloud Phase RGB": {
"equation": "chm10, chm11, chm5",
"description": "descriptions/CloudPhase.md",
"individual_equalize": true
},
"Dust/Ash RGB": {
"equation": "chm16-chm15, chm15-chm14, chm15",
"description": "descriptions/DustAshRGB.md",
"individual_equalize": true
},
"Fire Temperature RGB": {
"equation": "chm12, chm11, chm10",
"white_balance": true,
"description": "descriptions/FireTempRGB.md"
},
"Night Fog Difference": {
"channels": "cch13, cch7",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cch7": {
"type": "temperature",
"min": 163,
"max": 300
},
"cch13": {
"type": "temperature",
"min": 163,
"max": 300
}
},
"vars": {
"minval": -16,
"maxval": 16,
"input_range": 137, //300-163
"lut": "lut/cal/fog_btd.png"
},
"lua": "scripted_compos/split_difference.lua",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": false
}
}
},
"viirs_dnb": {
"handler": "image_handler",
"name": "VIIRS DNB",
"rgb_composites": {
"Panchromatic": {
"equation": "chdnb",
"equalize": true,
"description": "descriptions/Panchromatic.md"
},
"DNB Night": {
"equation": "chdnb * 50 - 0.5"
}
}
},
"airs_hd": {
"handler": "image_handler",
"name": "AIRS HD",
"rgb_composites": {
"AIRS-HD 321": {
"equation": "ch3,ch2,ch1",
"equalize": true
}
}
},
"airs": {
"handler": "image_handler",
"name": "AIRS",
"rgb_composites": {
"λ=4.3µm (CO2 absorption 1a)": {
"equation": "ch366",
"individual_equalize": true
},
"λ=4.4µm (CO2 absorption 1b + H2O line)": {
"equation": "ch420",
"individual_equalize": true
},
"λ=7.7µm (Methane absorption)": {
"equation": "ch980",
"individual_equalize": true
},
"λ=14.9µm (CO2 absorption 2)": {
"equation": "ch2292",
"individual_equalize": true
},
"λ=10.8µm (Window)": {
"equation": "ch1821",
"individual_equalize": true
},
"AVHRR 3b45 IR False Color": {
"equation": "ch4, ch1569, ch1821",
"individual_equalize": true,
"invert": true
},
"AVHRR 543b IR False Color": {
"equation": "ch1821, ch1569, ch4",
"individual_equalize": true,
"invert": true
},
"HIRS False Color": {
"equation": "ch2148, ch2193, ch2239",
"description": "descriptions/sounders/HIRSFalseColor.md",
"individual_equalize": true,
"invert": true
},
"6.2µm Water Vapor RGB": {
"equation": "ch517, ch521, ch527",
"individual_equalize": true,
"invert": true
},
"7.35 µm Water Vapor RGB": {
"equation": "ch845, ch857, ch863",
"individual_equalize": true,
"invert": true
},
"Airmass RGB": {
"equation": "(1-ch515)-(1-ch857), (1-ch1310)-(1-ch1569), (1-ch515)",
"individual_equalize": true
},
"Clouds Only (N2O Sounding)": {
"equation": "1-ch481, 1-ch570, 1",
"description": "descriptions/sounders/CloudOnlyN2O.md",
"individual_equalize": true
},
"Mid Level Water Vapor": {
"equation": "1-ch868",
"description": "descriptions/sounders/MLWV.md",
"individual_equalize": true,
"apply_lut": true
},
"Mid Stratosphere CO2 Temperature": {
"equation": "ch2256",
"description": "descriptions/sounders/MidStratoCO2T.md",
"individual_equalize": true,
"apply_lut": true
},
"Low Stratosphere CO2 Temperature": {
"equation": "ch2239",
"description": "descriptions/sounders/LowStratoCO2T.md",
"individual_equalize": true,
"apply_lut": true
},
"Top Troposphere CO2 Temperature": {
"equation": "ch2193",
"description": "descriptions/sounders/TopTropoCO2T.md",
"individual_equalize": true,
"apply_lut": true
},
"High Troposphere CO2 Temperature": {
"equation": "ch2148",
"description": "descriptions/sounders/HighTropoCO2T.md",
"individual_equalize": true,
"apply_lut": true
},
"Mid Troposphere CO2/H2O Temperature": {
"equation": "ch2088",
"description": "descriptions/sounders/MidTropoCO2H2OT.md",
"individual_equalize": true,
"apply_lut": true
},
"Low Troposphere CO2/H2O Temperature": {
"equation": "ch2038",
"description": "descriptions/sounders/LowTropoCO2H2OT.md",
"individual_equalize": true,
"apply_lut": true
},
"Cloud Detection Channel": {
"equation": "1-ch236",
"description": "descriptions/sounders/CloudDetection.md",
"individual_equalize": true,
"apply_lut": true
}
}
},
"ceres": {
"handler": "image_handler",
"name": "CERES",
"rgb_composites": {
"Longwave Radiation (Outgoing)": {
"equation": "chl",
"individual_equalize": true,
"geo_correct": true
},
"Shortwave Radiation (Incoming)": {
"equation": "chs",
"individual_equalize": true,
"geo_correct": true
},
"Total Radiation": {
"equation": "cht",
"individual_equalize": true,
"geo_correct": true
}
}
},
"modis": {
"handler": "image_handler",
"name": "MODIS",
"rgb_composites": {
"AVHRR 221 False Color": {
"equation": "ch2, ch2, ch1",
"description": "descriptions/221.md",
"geo_correct": true,
"project": {
"draw_map_overlay": true,
"individual_equalize": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.087890625,
"scalar_y": -0.087890625,
"width": 4096,
"height": 2048
}
}
},
"Day Fire Detection (Transparent)": {
"channels": "cch21, cch22, cch31, cch32",
"cpp": "day_fire",
"vars": {
"minoffset": 0.0,
"scalar": 1.0,
"map_overlay": false
},
"autogen": false
},
"Day Fire Detection (Map overlay)": {
"channels": "cch21, cch22, cch31, cch32",
"cpp": "day_fire",
"vars": {
"minoffset": 0.0,
"scalar": 1.0,
"map_overlay": true
},
"autogen": false
},
"True Color": {
"equation": "ch1, ch4, ch3",
"description": "descriptions/TrueColor.md",
"white_balance": true,
"geo_correct": true,
"project": {
"draw_map_overlay": true,
"individual_equalize": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.087890625,
"scalar_y": -0.087890625,
"width": 4096,
"height": 2048
}
}
},
"MODIS 221/143 Mix": {
"equation": "(ch2 + ch1) / 2, (ch2 + ch4) / 2, (ch1 + ch3) / 2",
"white_balance": true,
"geo_correct": true
},
"Day Microphysics": {
"equation": "ch17, ch22^2.5, ch31",
"geo_correct": true,
"description": "descriptions/DayMicro.md",
"individual_equalize": true,
"white_balance": true
},
"CIR (Color Infrared)": {
"equation": "ch2, ch1, ch4",
"description": "descriptions/CIR.md",
"individual_equalize": true,
"geo_correct": true
},
"Geology": {
"equation": "ch7, ch6, ch3",
"individual_equalize": true,
"geo_correct": true,
"description": "descriptions/Geology.md"
},
"Agriculture": {
"equation": "ch6, ch2, ch3",
"individual_equalize": true,
"description": "descriptions/Agriculture.md",
"geo_correct": true
},
"Bathymetric": {
"equation": "ch1, ch4, ch9",
"individual_equalize": true,
"description": "descriptions/Bathymetric.md",
"geo_correct": true
},
"AVHRR 543b IR False Color": {
"equation": "1-cch32, 1-cch31, 1-cch20",
"description": "descriptions/543b.md",
"individual_equalize": true,
"geo_correct": true
},
"NO enhancement": {
"lut": "lut/cal/WXtoImg-NO.png",
"description": "descriptions/NO.md",
"channels": "cch31",
"calib_cfg": {
"cch31": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
}
},
"ZA enhancement": {
"channels": "cch31",
"calib_cfg": {
"cch31": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"lut": "lut/cal/WXtoImg-ZA.png",
"description": "descriptions/ZA.md",
"autogen": false,
"geo_correct": true
},
"MB enhancement": {
"lut": "lut/cal/WXtoImg-MB.png",
"description": "descriptions/MB.md",
"channels": "cch31",
"calib_cfg": {
"cch31": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"autogen": false,
"geo_correct": true
},
"MD enhancement": {
"lut": "lut/cal/WXtoImg-MD.png",
"description": "descriptions/MD.md",
"channels": "cch31",
"calib_cfg": {
"cch31": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"autogen": false,
"geo_correct": true
},
"BD enhancement": {
"channels": "cch31",
"calib_cfg": {
"cch31": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/BD.md",
"lut": "lut/cal/WXtoImg-BD.png",
"autogen": false,
"geo_correct": true
},
"CC enhancement": {
"channels": "cch31",
"calib_cfg": {
"cch31": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/CC.md",
"lut": "lut/cal/WXtoImg-CC.png",
"autogen": false,
"geo_correct": true
},
"EC enhancement": {
"channels": "cch31",
"calib_cfg": {
"cch31": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/EC.md",
"lut": "lut/cal/WXtoImg-EC.png",
"autogen": false,
"geo_correct": true
},
"HE enhancement": {
"channels": "cch31",
"calib_cfg": {
"cch31": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/HE.md",
"lut": "lut/cal/WXtoImg-HE.png",
"autogen": false,
"geo_correct": true
},
"HF enhancement": {
"channels": "cch31",
"calib_cfg": {
"cch31": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/HF.md",
"lut": "lut/cal/WXtoImg-HF.png",
"autogen": false,
"geo_correct": true
},
"JF enhancement": {
"channels": "cch31",
"calib_cfg": {
"cch31": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/JF.md",
"lut": "lut/cal/WXtoImg-JF.png",
"autogen": false,
"geo_correct": true
},
"JJ enhancement": {
"channels": "cch31",
"calib_cfg": {
"cch31": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/JJ.md",
"lut": "lut/cal/WXtoImg-JJ.png",
"autogen": false,
"geo_correct": true
},
"TA enhancement": {
"channels": "cch31",
"calib_cfg": {
"cch31": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/TA.md",
"lut": "lut/cal/WXtoImg-TA.png",
"autogen": false,
"geo_correct": true
},
"Cloud Top IR": {
"channels": "cch31",
"description": "descriptions/CloudTopIR.md",
"lut": "lut/cal/CloudTopIR.png",
"autogen": true,
"geo_correct": true,
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 183.15,
"max": 323.15
}
}
},
"Enhanced IR": {
"channels": "cch31",
"description": "descriptions/EnhancedIR.md",
"lut": "lut/cal/EnhancedIR.png",
"autogen": false,
"geo_correct": true,
"calib_cfg": {
"cch31": {
"type": "temperature",
"min": 200,
"max": 300
}
}
},
"IR 10.8µm - IR 6.2 µm Difference": {
"channels": "cch32, cch28",
"draw_map_overlay": true,
"calib_cfg": {
"cch32": {
"type": "temperature",
"min": 100,
"max": 400
},
"cch28": {
"type": "temperature",
"min": 100,
"max": 400
}
},
"vars": {
"minval": -10,
"maxval": 50,
"input_range": 300,
"lut": "lut/cal/IR108-IR62-10+50.png"
},
"lua": "scripted_compos/split_difference.lua",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": false
},
"Night Microphysics": {
"equation": "1-(3/200-cch32+cch31)*(200/10.5), 1-(7/200-cch31+cch20)*(200/9.9), ((cch31*200+200-243.7)/(293.2-243.7))",
"geo_correct": true,
"description": "descriptions/NightMicro.md",
"calib_cfg": {
"cch20": {
"type": "temperature",
"min": 200,
"max": 400
},
"cch31": {
"type": "temperature",
"min": 200,
"max": 400
},
"cch32": {
"type": "temperature",
"min": 200,
"max": 400
}
}
},
"Dust RGB": {
"equation": "(((cch32-cch31)+0.0173913043478261)/0.0260869565217391), ((cch31-cch29)/0.0652173913043478)^0.4, ((cch31-0.395652173913043)/0.121739130434783)",
"geo_correct": true,
"description": "descriptions/NightMicro.md",
"calib_cfg": {
"cch29": {
"type": "temperature",
"min": 170,
"max": 400
},
"cch31": {
"type": "temperature",
"min": 170,
"max": 400
},
"cch32": {
"type": "temperature",
"min": 170,
"max": 400
}
}
},
"24hour Microphysics RGB": {
"equation": "((cch32-cch31)+0.0173913043478261)/0.0260869565217391, ((cch31-cch29)/0.0260869565217391)^0.833333333333333, (cch31+0.339130434782609)/0.239130434782609",
"geo_correct": true,
"description": "descriptions/NightMicro.md",
"calib_cfg": {
"cch29": {
"type": "temperature",
"min": 170,
"max": 400
},
"cch31": {
"type": "temperature",
"min": 170,
"max": 400
},
"cch32": {
"type": "temperature",
"min": 170,
"max": 400
}
}
},
"Differential Water Vapor RGB": {
"equation": "((cch28-cch27+0.01363636363)/0.15)^3.86548125242,((cch28-0.15068181818)/0.29545454545)^2.5,((cch27-0.12954545454)/0.1609090909)^2.5",
"invert": true,
"calib_cfg": {
"cch27": {
"type": "temperature",
"min": 180,
"max": 400
},
"cch28": {
"type": "temperature",
"min": 180,
"max": 400
}
}
},
"6.7µm Calibrated Water Vapor": {
"lut": "lut/cal/star_abi_wv_8-10.png",
"autogen": false,
//"description": "descriptions/cal_wv.md",
"channels": "cch27",
"calib_cfg": {
"cch27": {
"type": "radiance",
"min": 0,
"max": 5.2
}
}
},
"6.7µm Calibrated Water Vapor (RAMSDIS)": {
"lut": "lut/cal/RAMSDIS_WV+55-108.png",
//"description": "descriptions/cal_wv.md",
"channels": "cch27",
"calib_cfg": {
"cch27": {
"type": "temperature",
"min": 165.15,
"max": 328.15
}
}
},
"7.35µm Calibrated Water Vapor": {
"lut": "lut/cal/star_abi_wv_8-10.png",
"autogen": false,
//"description": "descriptions/cal_wv.md",
"channels": "cch28",
"calib_cfg": {
"cch28": {
"type": "radiance",
"min": 0,
"max": 23.2
}
}
},
"7.35µm Calibrated Water Vapor (RAMSDIS)": {
"lut": "lut/cal/RAMSDIS_WV+55-108.png",
//"description": "descriptions/cal_wv.md",
"channels": "cch28",
"calib_cfg": {
"cch28": {
"type": "temperature",
"min": 165.15,
"max": 328.15
}
}
}
}
},
"mersi1": {
"handler": "image_handler",
"name": "MERSI-1",
"rgb_composites": {
"MERSI-1 321": {
"equation": "ch3, ch2, ch1",
"individual_equalize": true,
"geo_correct": true
},
"MERSI-1 441": {
"equation": "ch4, ch4, ch1",
"geo_correct": true
}
}
},
"mersi2": {
"handler": "image_handler",
"name": "MERSI-2",
"rgb_composites": {
"True Color": {
"equation": "ch3, ch2, ch1",
"equalize": true,
"geo_correct": true,
"description": "descriptions/TrueColor.md"
},
"MERSI False Color": {
"equation": "ch3, (ch2 * 0.43 + ch4 * 0.57), ch1",
"individual_equalize": true,
"geo_correct": true
},
"Urban False Color": {
"equation": "ch9, ch8, ch3",
"equalize": true,
"geo_correct": true,
"description": "descriptions/ShortwaveIRFC.md"
},
"CIR (Color Infrared)": {
"equation": "ch4, ch3, ch2",
"individual_equalize": true,
"geo_correct": true,
"description": "descriptions/CIR.md"
},
"Agriculture": {
"equation": "ch8,ch4,ch1",
"individual_equalize": true,
"geo_correct": true,
"description": "descriptions/Agriculture.md"
},
"Geology": {
"equation": "ch9,ch8,ch1",
"individual_equalize": true,
"geo_correct": true,
"description": "descriptions/Geology.md"
},
"MERSI Airmass": {
"equation": "ch9, ch12, ch11",
"individual_equalize": true,
"geo_correct": true,
"description": "descriptions/MERSIAirmass.md"
},
"AVHRR 221 False Color": {
"equation": "ch4, ch4, ch1",
"description": "descriptions/221.md",
"geo_correct": true
},
"Day Microphysics": {
"equation": "ch3, ch8^2.5, ch5",
"description": "descriptions/DayMicro.md",
"individual_equalize": true,
"geo_correct": true
},
"AVHRR 3a21 False Color": {
"equation": "ch8, ch4, ch3",
"description": "descriptions/3a21.md",
"equalize": true,
"geo_correct": true
},
"10.8µm Thermal IR (Uncalibrated)": {
"equation": "1.0 - ch5",
"description": "descriptions/ThermalUncal.md",
"individual_equalize": true,
"geo_correct": true
},
"7.46 µm Water Vapor": {
"equation": "1 - ch12",
"individual_equalize": true,
"apply_lut": true,
"geo_correct": true
},
"NO enhancement (Uncalibrated)": {
"lut": "lut/WXtoImg-NO_mod_meteor.png",
"channels": "ch4, ch5",
"autogen": true,
"geo_correct": true,
"individual_equalize": true,
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
0.0
]
}
}
},
"mersi3": {
"handler": "image_handler",
"name": "MERSI-3",
"rgb_composites": {
"True Color": {
"equation": "ch3, ch2, ch1",
"description": "descriptions/TrueColor.md",
"individual_equalize": true,
"geo_correct": true
},
"MERSI False Color": {
"equation": "ch3, (ch2 * 0.43 + ch4 * 0.57), ch1",
"individual_equalize": true,
"geo_correct": true
},
"MERSI Airmass": {
"equation": "ch9, ch12, ch11",
"description": "descriptions/MERSIAirmass.md",
"individual_equalize": true,
"geo_correct": true
},
"AVHRR 221 False Color": {
"equation": "ch4, ch4, ch1",
"description": "descriptions/221.md",
"equalize": true,
"geo_correct": true
},
"AVHRR 3a21 False Color": {
"equation": "ch8, ch4, ch3",
"description": "descriptions/3a21.md",
"equalize": true,
"geo_correct": true
},
"AVHRR 543b IR False Color": {
"equation": "ch6, ch5, ch11",
"description": "descriptions/543b.md",
"individual_equalize": true,
"geo_correct": true
},
"AVHRR 3b45 IR False Color": {
"equation": "ch11, ch5, ch6",
"description": "descriptions/3b45.md",
"individual_equalize": true,
"geo_correct": true
},
"10.8µm Thermal IR (Uncalibrated)": {
"equation": "1.0 - ch5",
"individual_equalize": true,
"description": "descriptions/ThermalUncal.md",
"geo_correct": true
},
"CIR (Color Infrared)": {
"equation": "ch4, ch3, ch2",
"individual_equalize": true,
"description": "descriptions/CIR.md",
"geo_correct": true
},
"Agriculture": {
"equation": "ch8,ch4,ch1",
"individual_equalize": true,
"description": "descriptions/Agriculture.md",
"geo_correct": true
},
"Geology": {
"equation": "ch9,ch8,ch1",
"individual_equalize": true,
"description": "descriptions/Geology.md",
"geo_correct": true
},
"Day Microphysics": {
"equation": "ch3, ch8^2.5, ch5",
"description": "descriptions/DayMicro.md",
"individual_equalize": true,
"geo_correct": true
}
}
},
"mersill": {
"handler": "image_handler",
"name": "MERSI-LL",
"rgb_composites": {
"AVHRR 221 False Color": {
"equation": "ch3, ch3, ch8",
"white_balance": true,
"geo_correct": true,
"description": "descriptions/221.md"
},
"AVHRR 124 False Color": {
"equation": "ch3, ch8, 1-ch1",
"individual_equalize": true,
"description": "descriptions/124.md",
"geo_correct": true
},
"MERSI-LL Airmass": {
"equation": "ch8, ch6, ch4",
"individual_equalize": true,
"geo_correct": true,
"description": "descriptions/MERSIAirmass.md"
},
"IR/LL Mix": {
"channels": [
4,
10
],
"equation": "min(((1 - ch4) - 0.9) * 8, ch10 < 0.03 ? 1 : ch10)",
"geo_correct": true
},
"10.8µm Thermal IR (Uncalibrated)": {
"equation": "1 - ch1",
"individual_equalize": true,
"description": "descriptions/ThermalUncal.md",
"geo_correct": true
},
"7.2 µm Water Vapor": {
"equation": "1 - ch6",
"individual_equalize": true,
"apply_lut": true,
"geo_correct": true
},
"NO enhancement (Uncalibrated)": {
"lut": "lut/WXtoImg-NO_mod_meteor.png",
"channels": "ch1, ch2",
"autogen": true,
"geo_correct": true,
"individual_equalize": true,
"draw_map_overlay": true,
"borders_color": [
1.0,
1.0,
0.0
]
},
"AVHRR 543b IR False Color": {
"equation": "1-ch2, 1-ch1, 1-ch4",
"description": "descriptions/543b.md",
"geo_correct": true,
"individual_equalize": true
}
}
},
"mersirm": {
"handler": "image_handler",
"name": "MERSI-RM",
"rgb_composites": {
"MERSI-RM 321": {
"equation": "ch3, ch2, ch1",
"individual_equalize": true,
"geo_correct": true
},
"AVHRR 221 False Color": {
"equation": "ch2, ch2, ch1",
"individual_equalize": true,
"description": "descriptions/221.md",
"geo_correct": true
},
"AVHRR 3a21 False Color": {
"equation": "ch5, ch2, ch1",
"geo_correct": true,
"description": "descriptions/3a21.md",
"equalize": true
},
"Natural Color": {
"equation": "((0.5*max(ch5,min(ch2,ch1)) + 0.5*ch2) / 0.7)^0.75, (ch2/0.7)^0.75, (ch1/0.7)^0.75",
"individual_equalize": true,
"white_balance": true,
"description": "descriptions/NatColor.md",
"geo_correct": true
},
"AVHRR 543b IR False Color": {
"equation": "1-ch8, 1-ch7, 1-ch6",
"individual_equalize": true,
"description": "descriptions/543b.md",
"geo_correct": true
},
"Day Microphysics": {
"equation": "ch1, ch5^2.5, ch7",
"individual_equalize": true,
"description": "descriptions/DayMicro.md",
"geo_correct": true
}
}
},
"mhs": {
"handler": "image_handler",
"name": "MHS",
"rgb_composites": {
"221": {
"equation": "cch2, cch2, cch1",
"description": "descriptions/sounders/MHS221.md",
"individual_equalize": true
},
"421": {
"equation": "cch4, cch2, cch1",
"description": "descriptions/sounders/MHS421.md",
"individual_equalize": true
},
"Microwave Airmass": {
"equation": "cch5, cch4, cch3",
"description": "descriptions/sounders/MicrowaveAirmass.md",
"individual_equalize": true
},
"Rainfall": {
"equation": "((1-(cch5-cch4))-0.95)^0.25",
"description": "descriptions/sounders/Rainfall.md",
"apply_lut": true
},
"Rainfall (Transparent)": {
"equation": "((1-(cch5-cch4))-0.95)^0.25, 0, 0, ((1-(cch5-cch4))-0.95)^0.25 > 0.01 ? 1 : 0",
"description": "descriptions/sounders/RainfallTransparent.md",
"apply_lut": true,
"autogen": false
},
"Snow cover (Transparent)": {
"channels": "cch1, cch2",
"lua": "scripted_compos/mhs_snowfall.lua",
"description": "descriptions/sounders/SnowcoverTransparent.md",
"apply_lut": true,
"autogen": false
},
"Significant Thunderstorms (Transparent)": {
"channels": "cch2, cch5",
"description": "descriptions/sounders/Thunderstorm.md",
"lua": "scripted_compos/mhs_thunderstorm_detection.lua",
"calib_cfg": {
"cch2": {
"type": "temperature",
"min": 0,
"max": 1000
},
"cch5": {
"type": "temperature",
"min": 0,
"max": 1000
}
},
"autogen": false
},
"SSEC 89 GHz AMSU-B BT": {
"channels": "cch1",
"lut": "lut/cal/ssec_amsu.png",
"description": "descriptions/sounders/SSEC89GHz.md",
"calib_cfg": {
"cch1": {
"type": "temperature",
"min": 180,
"max": 280
}
}
}
}
},
"mwhs1": {
"handler": "image_handler",
"name": "MHWS-1",
"rgb_composites": {
"MWHS 421": {
"equation": "ch4, ch2, ch1",
"individual_equalize": true
},
"MWHS 543": {
"equation": "ch5, ch4, ch3",
"individual_equalize": true
}
},
"project_channels": {
"channels": "all",
"individual_equalize": true,
"draw_map_overlay": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.17578125,
"scalar_y": -0.17578125,
"width": 2048,
"height": 1024
}
}
},
"mwhs2": {
"handler": "image_handler",
"name": "MWHS-2",
"rgb_composites": {
"MWHS False Color": {
"equation": "1-ch8, ch12, ch8",
"individual_equalize": true
},
"ATMS False Color": {
"equation": "ch1, ch10, ch13",
"description": "descriptions/sounders/ATMSFC.md",
"individual_equalize": true
},
"MHS 421": {
"equation": "ch13, ch10, ch1",
"description": "descriptions/sounders/MHS421.md",
"individual_equalize": true
},
"Microwave Airmass": {
"equation": "ch11,ch12,ch13",
"individual_equalize": true,
"description": "descriptions/sounders/MicrowaveAirmass.md"
}
}
},
"mwts1": {
"handler": "image_handler",
"name": "MWTS-1",
"rgb_composites": {},
"project_channels": {
"channels": "all",
"individual_equalize": true,
"draw_map_overlay": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.17578125,
"scalar_y": -0.17578125,
"width": 2048,
"height": 1024
}
}
},
"mwts2": {
"handler": "image_handler",
"name": "MWTS-2",
"rgb_composites": {
"550hPa Temperature (~5 km)": {
"equation": "ch4",
"individual_equalize": true,
"apply_lut": true
},
"350hPa Temperature (~10 km)": {
"equation": "ch5",
"individual_equalize": true,
"apply_lut": true
},
"200hPa Temperature (~12 km)": {
"equation": "ch6",
"individual_equalize": true,
"apply_lut": true
},
"100hPa Temperature (~15 km)": {
"equation": "ch7",
"individual_equalize": true,
"apply_lut": true
},
"AMSU False Color": {
"equation": "ch4, ch3, ch1",
"individual_equalize": true
}
}
},
"mwts3": {
"handler": "image_handler",
"name": "MWTS-3",
"rgb_composites": {
"AMSU False Color": {
"equation": "ch7, ch5, ch3",
"individual_equalize": true
}
}
},
"mwri": {
"handler": "image_handler",
"name": "MWRI",
"rgb_composites": {
"MWRI 123": {
"equation": "ch1, ch2, ch3",
"individual_equalize": true
},
"Low Level Water Vapor": {
"equation": "1-((ch2+ch1)/2)",
"individual_equalize": true,
"apply_lut": true
},
"High Level Water Vapor": {
"equation": "1-((ch4+ch3)/2)",
"individual_equalize": true,
"apply_lut": true
}
}
},
"mwri_rm": {
"handler": "image_handler",
"name": "MWRI-RM",
"rgb_composites": {
"MWRI-RM 10.20.23 like MWRI 123": {
"equation": "ch10, ch20, ch23",
"individual_equalize": true
},
"MHS 221": {
"equation": "ch21, ch21, ch15",
"individual_equalize": true
},
"MHS 421": {
"equation": "ch22, ch21, ch15",
"individual_equalize": true
},
"Low Level Water Vapor": {
"equation": "1-((ch2+ch1)/2)",
"individual_equalize": true,
"apply_lut": true
},
"High Level Water Vapor": {
"equation": "1-((ch4+ch3)/2)",
"individual_equalize": true,
"apply_lut": true
}
}
},
"mwri2": {
"handler": "image_handler",
"name": "MWRI-2",
"rgb_composites": {
"MWRI-2 10.20.23 like MWRI 123": {
"equation": "ch10, ch20, ch23",
"individual_equalize": true
},
"Low Level Water Vapor": {
"equation": "1-((ch2+ch1)/2)",
"individual_equalize": true,
"apply_lut": true
},
"High Level Water Vapor": {
"equation": "1-((ch4+ch3)/2)",
"individual_equalize": true,
"apply_lut": true
}
}
},
"atms": {
"handler": "image_handler",
"name": "ATMS",
"rgb_composites": {
"ATMS False Color": {
"equation": "ch16, ch17, ch18",
"description": "descriptions/sounders/ATMSFC.md",
"individual_equalize": true
},
"MHS 221": {
"equation": "ch17,ch17,ch16",
"individual_equalize": true,
"description": "descriptions/sounders/MHS221.md"
},
"MHS 421": {
"equation": "ch20,ch17,ch16",
"individual_equalize": true,
"description": "descriptions/sounders/MHS221.md"
},
"Microwave Airmass": {
"equation": "ch18,ch19,ch20",
"individual_equalize": true,
"description": "descriptions/sounders/MicrowaveAirmass.md"
},
"AMSU Surface Relative Temperature": {
"equation": "cos(ln(ch1) + ln(ch2)+0.8)",
"individual_equalize": true,
"apply_lut": true
},
"Brightness Temperature (Ch. 2)": {
"channels": "cch2",
"calib_cfg": {
"cch2": {
"type": "temperature",
"min": 140,
"max": 300
}
},
"description": "descriptions/atmsBrightnessTemp.md",
"lut": "lut/cal/atmsBrightTemp.png"
},
"550hPa Temperature (~5 km)": {
"equation": "cch6",
"apply_lut": true
},
"350hPa Temperature (~10 km)": {
"equation": "cch7",
"apply_lut": true
},
"200hPa Temperature (~12 km)": {
"equation": "cch8",
"apply_lut": true
},
"100hPa Temperature (~15 km)": {
"equation": "cch9",
"apply_lut": true
},
"Snow cover (Transparent, AMSU-like)": {
"equation": "cch3^0.3, 0, 0, cch2 > 0.57 ? (cch3 < 0.5 ? 1 : 0) : 0",
"apply_lut": true,
"autogen": false
},
"Rainfall (Transparent, MHS-like)": {
"equation": "(((1-cch22-cch20))-0.95)^0.25, 0, 0, (((1-cch22-cch20))-0.95)^0.25 > 0.01 ? 1 : 0",
"apply_lut": true,
"autogen": false,
"description": "descriptions/sounders/RainfallTransparent.md"
}
}
},
"amsu_a": {
"handler": "image_handler",
"name": "AMSU-A",
"rgb_composites": {
"AMSU False Color": {
"equation": "ch5, ch4, ch3",
"individual_equalize": true
},
"Surface Relative Temperature": {
"equation": "cos(ln(ch1) + ln(ch2)+0.3)",
"apply_lut": true
},
"550hPa Temperature (~5 km)": {
"equation": "cch5",
"apply_lut": true
},
"350hPa Temperature (~10 km)": {
"equation": "cch6",
"apply_lut": true
},
"200hPa Temperature (~12 km)": {
"equation": "cch7",
"apply_lut": true
},
"100hPa Temperature (~15 km)": {
"equation": "cch8",
"apply_lut": true
},
"Snow cover (Transparent)": {
"equation": "cch3^0.3, 0, 0, cch2 > 0.45 ? (cch3 < 0.439 ? 1 : 0) : 0",
"apply_lut": true,
"autogen": false
},
"SSEC 89 GHz AMSU-A BT": {
"channels": "cch15",
"lut": "lut/cal/ssec_amsu.png",
"calib_cfg": {
"cch15": {
"type": "temperature",
"min": 180,
"max": 280
}
}
}
}
},
"hirs": {
"handler": "image_handler",
"name": "HIRS",
"rgb_composites": {
"HIRS False Color": {
"equation": "ch5, ch4, ch3",
"description": "descriptions/sounders/HIRSFalseColor.md",
"individual_equalize": true,
"white_balance": true
},
"HIRS alternate airmass": {
"equation": "ch11, ch8, ch6",
"individual_equalize": true
},
"Clouds Only (N2O Sounding)": {
"equation": "ch14, ch13, 1",
"description": "descriptions/sounders/CloudOnlyN2O.md",
"individual_equalize": true
},
"6.25µm Calibrated Water Vapor": {
"lut": "lut/cal/star_abi_wv_8-10.png",
//"description": "descriptions/cal_wv.md",
"channels": "cch12",
"calib_cfg": {
"cch12": {
"type": "radiance",
"min": 0,
"max": 5.2
}
}
},
"6.25µm Calibrated Water Vapor (RAMSDIS)": {
"lut": "lut/cal/RAMSDIS_WV+55-108.png",
//"description": "descriptions/cal_wv.md",
"channels": "cch12",
"calib_cfg": {
"cch12": {
"type": "temperature",
"min": 165.15,
"max": 328.15
}
}
},
"7.35µm Calibrated Water Vapor": {
"lut": "lut/cal/star_abi_wv_8-10.png",
//"description": "descriptions/cal_wv.md",
"channels": "cch11",
"calib_cfg": {
"cch11": {
"type": "radiance",
"min": 0,
"max": 23.2
}
}
},
"7.35µm Calibrated Water Vapor (RAMSDIS)": {
"lut": "lut/cal/RAMSDIS_WV+55-108.png",
//"description": "descriptions/cal_wv.md",
"channels": "cch11",
"calib_cfg": {
"cch11": {
"type": "temperature",
"min": 165.15,
"max": 328.15
}
}
},
"Split Water Vapor": {
"channels": "cch12, cch11",
"draw_map_overlay": true,
"calib_cfg": {
"cch12": {
"type": "temperature",
"min": 150,
"max": 300
},
"cch11": {
"type": "temperature",
"min": 150,
"max": 300
}
},
"vars": {
"minval": -35,
"maxval": 5,
"input_range": 150,
"lut": "lut/cal/CIMSSLUT.png"
},
"lua": "scripted_compos/split_difference.lua",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": false
},
"Split Ozone": {
"channels": "cch10, cch9",
"draw_map_overlay": true,
"calib_cfg": {
"cch10": {
"type": "temperature",
"min": 150,
"max": 300
},
"cch9": {
"type": "temperature",
"min": 150,
"max": 300
}
},
"vars": {
"minval": -45,
"maxval": 5,
"input_range": 150,
"lut": "lut/cal/CIMSSLUT.png"
},
"lua": "scripted_compos/split_difference.lua",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": false
},
"Mid Stratosphere CO2 Temperature": {
"description": "descriptions/sounders/MidStratoCO2T.md",
"lut": "lut/cal/bluered.png",
"channels": "cch2",
"calib_cfg": {
"cch2": {
"type": "temperature",
"min": 213.15,
"max": 243.15
}
}
},
"Low Stratosphere CO2 Temperature": {
"description": "descriptions/sounders/LowStratoCO2T.md",
"lut": "lut/cal/bluered.png",
"channels": "cch3",
"calib_cfg": {
"cch3": {
"type": "temperature",
"min": 213.15,
"max": 243.15
}
}
},
"Top Troposphere CO2 Temperature": {
"description": "descriptions/sounders/TopTropoCO2T.md",
"lut": "lut/cal/bluered.png",
"channels": "cch4",
"calib_cfg": {
"cch4": {
"type": "temperature",
"min": 213.15,
"max": 243.15
}
}
},
"High Troposphere CO2 Temperature": {
"description": "descriptions/sounders/HighTropoCO2T.md",
"lut": "lut/cal/bluered.png",
"channels": "cch5",
"calib_cfg": {
"cch5": {
"type": "temperature",
"min": 223.2,
"max": 253.2
}
}
},
"Mid Troposphere CO2/H2O Temperature": {
"description": "descriptions/sounders/MidTropoCO2H2OT.md",
"lut": "lut/cal/bluered.png",
"channels": "cch6",
"calib_cfg": {
"cch6": {
"type": "temperature",
"min": 213.15,
"max": 283.15
}
}
},
"Low Troposphere CO2/H2O Temperature": {
"description": "descriptions/sounders/LowTropoCO2H2OT.md",
"lut": "lut/cal/bluered.png",
"channels": "cch7",
"calib_cfg": {
"cch7": {
"type": "temperature",
"min": 213.15,
"max": 293.15
}
}
},
"Cloud Detection Channel": {
"equation": "ch17",
"description": "descriptions/sounders/CloudDetection.md",
"individual_equalize": true,
"apply_lut": true
},
"Visible Channel": {
"equation": "ch20",
"individual_equalize": true
},
"AVHRR 3b45 IR False Color": {
"equation": "ch19,ch10,ch8",
"description": "descriptions/3b45.md",
"individual_equalize": true
},
"AVHRR 543b IR False Color": {
"equation": "ch8,ch10,ch19",
"description": "descriptions/543b.md",
"individual_equalize": true
},
"IR 10.8µm - IR 6.2 µm Difference": {
"channels": "cch9, cch12",
"draw_map_overlay": true,
"calib_cfg": {
"cch9": {
"type": "temperature",
"min": 100,
"max": 350
},
"cch12": {
"type": "temperature",
"min": 100,
"max": 350
}
},
"vars": {
"minval": -10,
"maxval": 50,
"input_range": 250,
"lut": "lut/cal/IR108-IR62-10+50.png"
},
"lua": "scripted_compos/split_difference.lua",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": false
},
"Differential Water Vapor RGB": {
"equation": "((cch11-cch12+0.01363636363)/0.15)^3.86548125242,((cch11-0.15068181818)/0.29545454545)^2.5,((cch12-0.12954545454)/0.1609090909)^2.5",
"invert": true,
"calib_cfg": {
"cch12": {
"type": "temperature",
"min": 180,
"max": 400
},
"cch11": {
"type": "temperature",
"min": 180,
"max": 400
}
}
}
}
},
"mtvza": {
"handler": "image_handler",
"name": "MTVZA",
"rgb_composites": {
"443 (AMSU 221 equivalent)": {
"equation": "ch4, ch4, ch3",
"individual_equalize": true
},
"843 (AMSU 421 equivalent)": {
"equation": "ch8, ch4, ch3",
"individual_equalize": true
},
"Soil Moisture": {
"equation": "ch14,ch13,ch12",
"description": "descriptions/sounders/MTVZASoilMoisture.md",
"individual_equalize": true
},
"Vegetation": {
"equation": "ch16, ch15, ch17",
"description": "descriptions/sounders/MTVZAVegetation.md",
"individual_equalize": true
},
"MTVZA False Color (WIP)": {
"equation": "ch17,1-ch16,1-ch15",
"individual_equalize": true
},
"Microwave Airmass": {
"equation": "ch30, ch29, ch28",
"description": "descriptions/sounders/MicrowaveAirmass.md",
"individual_equalize": true
},
"550hPa Temperature (~5 km)": {
"equation": "ch16",
"individual_equalize": true,
"apply_lut": true
},
"350hPa Temperature (~10 km)": {
"equation": "ch17",
"individual_equalize": true,
"apply_lut": true
},
"200hPa Temperature (~12 km)": {
"equation": "ch18",
"individual_equalize": true,
"apply_lut": true
},
"100hPa Temperature (~15 km)": {
"equation": "ch19",
"individual_equalize": true,
"apply_lut": true
},
"Test1": {
"equation": "1-ch37",
"individual_equalize": true,
"apply_lut": true,
"project": {
"draw_map_overlay": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.17578125,
"scalar_y": -0.17578125,
"width": 2048,
"height": 1024
}
}
},
"Test2": {
"equation": "1-ch33,1-ch34,1-ch35",
"individual_equalize": true,
"project": {
"draw_map_overlay": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.17578125,
"scalar_y": -0.17578125,
"width": 2048,
"height": 1024
}
}
}
}
},
"iasi": {
"handler": "image_handler",
"name": "IASI",
"rgb_composites": {
"Low Level Water Vapor": {
"equation": "1-(ch1535+ch1536+ch1537+ch1538+ch1539+ch1540+ch1545+ch1542+ch1543+ch1544+ch1545)/10",
"description": "descriptions/sounders/LLWV.md",
"apply_lut": true,
"individual_equalize": true
},
"Mid Level Water Vapor": {
"equation": "1-((ch2870 + ch2871 + ch2872 + ch2873 + ch2874 + ch2875 + ch2876 + ch2877 + ch2878 + ch2879 + ch2880 + ch2881 + ch2882 + ch2883 + ch2884 + ch2885 + ch2886) / 16)",
"description": "descriptions/sounders/MLWV.md",
"apply_lut": true,
"individual_equalize": true
},
"Mid Stratosphere CO2 Temperature": {
"equation": "(ch140+ch141+ch142)/3",
"description": "descriptions/sounders/MidStratoCO2T.md",
"apply_lut": true,
"individual_equalize": true
},
"Low Stratosphere CO2 Temperature": {
"equation": "(ch180+ch181+ch182)/3",
"description": "descriptions/sounders/LowStratoCO2T.md",
"individual_equalize": true,
"apply_lut": true
},
"Top Troposphere CO2 Temperature": {
"equation": "(ch230+ch231+ch232+ch233+ch234)/5",
"description": "descriptions/sounders/TopTropoCO2T.md",
"individual_equalize": true,
"apply_lut": true
},
"High Troposphere CO2 Temperature": {
"equation": "(ch284+ch283+ch285+ch286+ch287)/5",
"description": "descriptions/sounders/HighTropoCO2T.md",
"individual_equalize": true,
"apply_lut": true
},
"Mid Troposphere CO2/H2O Temperature": {
"equation": "(ch351+ch352+ch353+ch354+ch355)/5",
"description": "descriptions/sounders/MidTropoCO2H2OT.md",
"individual_equalize": true,
"apply_lut": true
},
"Low Troposphere CO2/H2O Temperature": {
"equation": "(ch415+ch416+ch417+ch418+ch419)/5",
"description": "descriptions/sounders/LowTropoCO2H2OT.md",
"individual_equalize": true,
"apply_lut": true
},
"Cloud Detection Channel": {
"equation": "(ch7096+ch7097+ch7098+ch7099+ch7100+ch7101+ch7102+ch7103+ch7104+ch7105+ch7106)/10",
"description": "descriptions/sounders/CloudDetection.md",
"individual_equalize": true,
"apply_lut": true
},
"Clouds Only (N2O Sounding)": {
"equation": "1-((ch6259+ch6260+ch6261+ch6262)/4), 1-((ch6171+ch6172+ch6173+ch6174)/4), 1",
"description": "descriptions/sounders/CloudOnlyN2O.md",
"individual_equalize": true
},
"HIRS False Color": {
"equation": "(ch284+ch283+ch285+ch286+ch287)/5, (ch230+ch231+ch232+ch233+ch234)/5, (ch180+ch181+ch182)/3",
"description": "descriptions/sounders/HIRSFalseColor.md",
"individual_equalize": true
}
}
},
"iasi_img": {
"handler": "image_handler",
"name": "IASI Imaging",
"rgb_composites": {
"10.8µm Thermal IR": {
"equation": "1-cch1",
"description": "descriptions/ThermalCal.md",
"individual_equalize": true,
"geo_correct": true,
"project": {
"draw_map_overlay": true,
"individual_equalize": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.087890625,
"scalar_y": -0.087890625,
"width": 4096,
"height": 2048
}
}
},
"NO enhancement": {
"lut": "lut/cal/WXtoImg-NO.png",
"description": "descriptions/NO.md",
"channels": "cch1",
"calib_cfg": {
"cch1": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
}
},
"ZA enhancement": {
"channels": "cch1",
"calib_cfg": {
"cch1": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"lut": "lut/cal/WXtoImg-ZA.png",
"description": "descriptions/ZA.md",
"autogen": false,
"geo_correct": true
},
"MB enhancement": {
"lut": "lut/cal/WXtoImg-MB.png",
"description": "descriptions/MB.md",
"channels": "cch1",
"calib_cfg": {
"cch1": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"autogen": false,
"geo_correct": true
},
"MD enhancement": {
"lut": "lut/cal/WXtoImg-MD.png",
"description": "descriptions/MD.md",
"channels": "cch1",
"calib_cfg": {
"cch1": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"autogen": false,
"geo_correct": true
},
"BD enhancement": {
"channels": "cch1",
"calib_cfg": {
"cch1": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/BD.md",
"lut": "lut/cal/WXtoImg-BD.png",
"autogen": false,
"geo_correct": true
},
"CC enhancement": {
"channels": "cch1",
"calib_cfg": {
"cch1": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/CC.md",
"lut": "lut/cal/WXtoImg-CC.png",
"autogen": false,
"geo_correct": true
},
"EC enhancement": {
"channels": "cch1",
"calib_cfg": {
"cch1": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/EC.md",
"lut": "lut/cal/WXtoImg-EC.png",
"autogen": false,
"geo_correct": true
},
"HE enhancement": {
"channels": "cch1",
"calib_cfg": {
"cch1": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/HE.md",
"lut": "lut/cal/WXtoImg-HE.png",
"autogen": false,
"geo_correct": true
},
"HF enhancement": {
"channels": "cch1",
"calib_cfg": {
"cch1": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/HF.md",
"lut": "lut/cal/WXtoImg-HF.png",
"autogen": false,
"geo_correct": true
},
"JF enhancement": {
"channels": "cch1",
"calib_cfg": {
"cch1": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/JF.md",
"lut": "lut/cal/WXtoImg-JF.png",
"autogen": false,
"geo_correct": true
},
"JJ enhancement": {
"channels": "cch1",
"calib_cfg": {
"cch1": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/JJ.md",
"lut": "lut/cal/WXtoImg-JJ.png",
"autogen": false,
"geo_correct": true
},
"TA enhancement": {
"channels": "cch1",
"calib_cfg": {
"cch1": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/TA.md",
"lut": "lut/cal/WXtoImg-TA.png",
"autogen": false,
"geo_correct": true
},
"Enhanced IR": {
"channels": "cch1",
"description": "descriptions/EnhancedIR.md",
"lut": "lut/cal/EnhancedIR.png",
"autogen": false,
"geo_correct": true,
"calib_cfg": {
"cch1": {
"type": "temperature",
"min": 200,
"max": 300
}
}
},
"Cloud Top IR": {
"channels": "cch1",
"description": "descriptions/CloudTopIR.md",
"lut": "lut/cal/CloudTopIR.png",
"autogen": true,
"geo_correct": true,
"calib_cfg": {
"cch1": {
"type": "temperature",
"min": 183.15,
"max": 323.15
}
}
},
"Enhanced IR (Transparent)": {
"equation": "cch1, 0, 0, cch1 > 0.99 ? 1 : 0",
"description": "descriptions/EnhancedIR.md",
"autogen": false,
"geo_correct": true,
"apply_lut": true,
"invert": true,
"calib_cfg": {
"cch1": {
"type": "temperature",
"min": 200,
"max": 241
}
}
},
"Color general cloud IR": {
"channels": "cch1",
"description": "descriptions/ColorGeneralIR.md",
"lut": "lut/cal/Multispectral.png",
"autogen": false,
"geo_correct": true,
"calib_cfg": {
"cch1": {
"type": "temperature",
"min": 180,
"max": 320
}
}
}
}
},
"gome": {
"handler": "image_handler",
"name": "GOME-2",
"rgb_composites": {
"True Color": {
"equation": "ch2406, ch2719, ch3367",
"individual_equalize": true
},
"AVHRR 221 False Color": {
"equation": "ch4096, ch4096, ch3263",
"individual_equalize": true
}
}
},
"sem": {
"handler": "radiation_handler",
"name": "SEM",
"radiation_maps": {
"ch1": {
"channel": 1,
"radius": 5,
"min": 0,
"max": 255
}
}
},
"ocm_oc2": {
"handler": "image_handler",
"name": "OCM",
"rgb_composites": {
"642": {
"equation": "ch6, ch4, ch2"
},
"654": {
"equation": "ch6, ch5, ch4"
},
"754": {
"equation": "ch7, ch5, ch4"
},
"882": {
"equation": "ch8, ch8, ch2"
},
"662": {
"equation": "ch6, ch6, ch2"
}
}
},
"erm": {
"handler": "image_handler",
"name": "ERM",
"rgb_composites": {
"Outgoing shortwave IR": {
"equation": "ch1",
"individual_equalize": true,
"project": {
"draw_map_overlay": true,
"individual_equalize": true,
"config": {
"type": "equirec",
"offset_x": -180,
"offset_y": 90,
"scalar_x": 0.17578125,
"scalar_y": -0.17578125,
"width": 2048,
"height": 1024
}
}
}
}
},
"ascat": {
"handler": "scatterometer_handler",
"name": "ASCAT",
"grayscale_images": {
"ch1": {
"channel": 0,
"min": 0,
"max": 2576687
},
"ch2": {
"channel": 1,
"min": 0,
"max": 2576687
},
"ch3": {
"channel": 2,
"min": 0,
"max": 2576687
},
"ch4": {
"channel": 3,
"min": 0,
"max": 2576687
},
"ch5": {
"channel": 4,
"min": 0,
"max": 2576687
},
"ch6": {
"channel": 5,
"min": 0,
"max": 2576687
}
},
"grayscale_projs": {
"backward": {
"channel": 0,
"min": 0,
"max": 2576687,
"draw_map_overlay": true
},
"downward": {
"channel": 1,
"min": 0,
"max": 2576687,
"draw_map_overlay": true
},
"forward": {
"channel": 2,
"min": 0,
"max": 2576687,
"draw_map_overlay": true
}
}
},
"ols": {
"handler": "image_handler",
"name": "OLS",
"rgb_composites": {
"VIS/IR Mix": {
"equation": "1-chir, chvis, chvis",
"individual_equalize": true
},
"10.8µm Thermal IR": {
"equation": "1-chir",
"individual_equalize": true
}
}
},
"tubin_vis": {
"handler": "image_handler",
"name": "TUBIN Visible",
"rgb_composites": {
"211": {
"equation": "ch2, ch1, ch1",
"individual_equalize": true
},
"231": {
"equation": "ch2, ch3, ch1",
"individual_equalize": true
},
"321": {
"equation": "ch3, ch2, ch1",
"individual_equalize": true
}
}
},
"sterna": {
"handler": "image_handler",
"name": "EPS Sterna Radiometer",
"rgb_composites": {
"AMSU False Color": {
"equation": "ch4, ch2, ch1",
"individual_equalize": true
},
"Sterna Microwave Airmass": {
"equation": "ch15,ch14,ch13",
"individual_equalize": true
},
"Sterna 325 GHz Airmass": {
"equation": "ch19,ch18,ch17",
"individual_equalize": true
}
}
},
"fci": {
"handler": "image_handler",
"name": "FCI",
"rgb_composites": {
"True Color": {
"equation": "(cch3^0.9)-0.05, (cch2^0.9), (cch1^0.9)",
"white_balance": true,
"remove_background": true,
"description": "descriptions/TrueColor.md",
"autogen": false
},
"AVHRR 221 False Color": {
"equation": "ch4, ch4, ch3",
"white_balance": true,
"equalize": true,
"autogen": false,
"description": "descriptions/221.md",
"remove_background": true
},
"AVHRR 3a21 False Color": {
"equation": "ch7, ch4, ch3",
"white_balance": true,
"equalize": true,
"description": "descriptions/3a21.md",
"autogen": false,
"remove_background": true
},
"AVHRR 124 False Color": {
"equation": "ch3, ch4, 1-ch14",
"white_balance": true,
"individual_equalize": true,
"description": "descriptions/124.md",
"autogen": false,
"remove_background": true
},
"AVHRR 543b IR False Color": {
"equation": "1-ch15, 1-ch14, 1-ch9",
"white_balance": true,
"individual_equalize": true,
"description": "descriptions/543b.md",
"autogen": false,
"remove_background": true
},
"AVHRR 3b45 IR False Color": {
"equation": "1-ch9, 1-ch14, 1-ch15",
"white_balance": true,
"individual_equalize": true,
"description": "descriptions/3b45.md",
"autogen": false,
"remove_background": true
},
"Cloud Phase RGB": {
"equation": "cch7, cch8, cch3",
"autogen": false,
"description": "descriptions/CloudPhase.md",
"remove_background": true
},
"Cloud Type RGB": {
"equation": "cch6^1.5, cch3^0.75, cch7",
"autogen": false,
"description": "descriptions/CloudType.md",
"individual_equalize": true,
"white_balance": true
},
"6.25µm Calibrated Water Vapor": {
"lut": "lut/cal/star_abi_wv_8-10.png",
"autogen": false,
//"description": "descriptions/cal_wv.md",
"channels": "cch10",
"remove_background": true,
"calib_cfg": {
"cch10": {
"type": "radiance",
"min": 0,
"max": 5.2
}
}
},
"6.25µm Calibrated Water Vapor (RAMSDIS)": {
"lut": "lut/cal/RAMSDIS_WV+55-108.png",
//"description": "descriptions/cal_wv.md",
"channels": "cch10",
"calib_cfg": {
"cch10": {
"type": "temperature",
"min": 165.15,
"max": 328.15
}
}
},
"7.35µm Calibrated Water Vapor": {
"lut": "lut/cal/star_abi_wv_8-10.png",
"autogen": false,
//"description": "descriptions/cal_wv.md",
"channels": "cch11",
"remove_background": true,
"calib_cfg": {
"cch11": {
"type": "radiance",
"min": 0,
"max": 23.2
}
}
},
"7.35µm Calibrated Water Vapor (RAMSDIS)": {
"lut": "lut/cal/RAMSDIS_WV+55-108.png",
//"description": "descriptions/cal_wv.md",
"channels": "cch11",
"calib_cfg": {
"cch11": {
"type": "temperature",
"min": 165.15,
"max": 328.15
}
}
},
"Split Water Vapor": {
"channels": "cch10, cch11",
"remove_background": true,
"draw_map_overlay": true,
"calib_cfg": {
"cch10": {
"type": "temperature",
"min": 150,
"max": 300
},
"cch11": {
"type": "temperature",
"min": 150,
"max": 300
}
},
"vars": {
"minval": -35,
"maxval": 5,
"input_range": 150,
"lut": "lut/cal/CIMSSLUT.png"
},
"lua": "scripted_compos/split_difference.lua",
"borders_color": [
1.0,
1.0,
1.0
],
"autogen": false
},
"Cloud Top IR": {
"channels": "cch14",
"autogen": false,
"description": "descriptions/CloudTopIR.md",
"lut": "lut/cal/CloudTopIR.png",
"remove_background": true,
"calib_cfg": {
"cch14": {
"type": "temperature",
"min": 183.15,
"max": 323.15
}
}
},
"NO enhancement": {
"lut": "lut/cal/WXtoImg-NO.png",
"autogen": false,
"description": "descriptions/NO.md",
"channels": "cch14",
"remove_background": true,
"calib_cfg": {
"cch14": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
}
},
"ZA enhancement": {
"channels": "cch14",
"remove_background": true,
"calib_cfg": {
"cch14": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"lut": "lut/cal/WXtoImg-ZA.png",
"description": "descriptions/ZA.md",
"autogen": false
},
"MB enhancement": {
"lut": "lut/cal/WXtoImg-MB.png",
"description": "descriptions/MB.md",
"channels": "cch14",
"calib_cfg": {
"cch14": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"autogen": false
},
"MD enhancement": {
"lut": "lut/cal/WXtoImg-MD.png",
"description": "descriptions/MD.md",
"channels": "cch14",
"calib_cfg": {
"cch14": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"autogen": false,
"remove_background": true
},
"BD enhancement": {
"channels": "cch14",
"calib_cfg": {
"cch14": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/BD.md",
"lut": "lut/cal/WXtoImg-BD.png",
"autogen": false,
"remove_background": true
},
"CC enhancement": {
"channels": "cch14",
"calib_cfg": {
"cch14": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/CC.md",
"lut": "lut/cal/WXtoImg-CC.png",
"autogen": false,
"remove_background": true
},
"EC enhancement": {
"channels": "cch14",
"calib_cfg": {
"cch14": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/EC.md",
"lut": "lut/cal/WXtoImg-EC.png",
"autogen": false,
"remove_background": true
},
"HE enhancement": {
"channels": "cch14",
"calib_cfg": {
"cch14": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/HE.md",
"lut": "lut/cal/WXtoImg-HE.png",
"autogen": false,
"remove_background": true
},
"HF enhancement": {
"channels": "cch14",
"calib_cfg": {
"cch14": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/HF.md",
"lut": "lut/cal/WXtoImg-HF.png",
"autogen": false,
"remove_background": true
},
"JF enhancement": {
"channels": "cch14",
"calib_cfg": {
"cch14": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/JF.md",
"lut": "lut/cal/WXtoImg-JF.png",
"autogen": false,
"remove_background": true
},
"JJ enhancement": {
"channels": "cch14",
"calib_cfg": {
"cch14": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/JJ.md",
"lut": "lut/cal/WXtoImg-JJ.png",
"autogen": false,
"remove_background": true
},
"TA enhancement": {
"channels": "cch14",
"calib_cfg": {
"cch14": {
"type": "radiance",
"min": 4.261272967687783,
"max": 155.2782819316993
}
},
"description": "descriptions/TA.md",
"lut": "lut/cal/WXtoImg-TA.png",
"autogen": false,
"remove_background": true
},
"Night Microphysics": {
"equation": "1-(3/200-cch15+cch14)*(200/10.5), 1-(7/200-cch14+cch9)*(200/9.9), ((cch14*200+200-243.7)/(293.2-243.7))",
"geo_correct": true,
"remove_background": true,
"description": "descriptions/NightMicro.md",
"calib_cfg": {
"cch9": {
"type": "temperature",
"min": 200,
"max": 400
},
"cch14": {
"type": "temperature",
"min": 200,
"max": 400
},
"cch15": {
"type": "temperature",
"min": 200,
"max": 400
}
}
}
}
},
"olci": {
"handler": "image_handler",
"name": "OLCI",
"rgb_composites": {
"AVHRR 221 False Color": {
"equation": "ch15, ch15, ch7",
"equalize": true,
"description": "descriptions/221.md"
},
"True Color": {
"equation": "ch8,ch6,ch4",
"description": "descriptions/TrueColor.md",
"equalize": true
},
"CIR (Color Infrared)": {
"equation": "ch17,ch8,ch6",
"description": "descriptions/CIR.md",
"equalize": true
},
"Bathymetric": {
"equation": "ch8,ch6,ch3",
"description": "descriptions/Bathymetric.md",
"equalize": true
}
}
},
"slstr_nadir": {
"handler": "image_handler",
"name": "SLSTR (Nadir)",
"rgb_composites": {
"AVHRR 221 False Color": {
"equation": "ch3,ch3,ch2",
"equalize": true,
"description": "descriptions/221.md"
},
"AVHRR 3a21 False Color": {
"equation": "ch5, ch3, ch2",
"equalize": true,
"description": "descriptions/3a21.md"
},
"CIR (Color Infrared)": {
"equation": "ch3,ch2,ch1",
"description": "descriptions/CIR.md",
"equalize": true
},
"Urban False Color": {
"equation": "ch6,ch5,ch2",
"equalize": true
},
"10.8µm Thermal IR": {
"equation": "1-ch8",
"white_balance": true,
"description": "descriptions/ThermalUncal.md",
"equalize": true
}
}
},
"slstr_offset": {
"handler": "image_handler",
"name": "SLSTR (Offset)",
"rgb_composites": {
"AVHRR 221 False Color": {
"equation": "ch3,ch3,ch2",
"equalize": true,
"description": "descriptions/221.md"
},
"AVHRR 3a21 False Color": {
"equation": "ch5, ch3, ch2",
"equalize": true,
"description": "descriptions/3a21.md"
},
"CIR (Color Infrared)": {
"equation": "ch3,ch2,ch1",
"description": "descriptions/CIR.md",
"equalize": true
},
"Urban False Color": {
"equation": "ch6,ch5,ch2",
"equalize": true
},
"10.8µm Thermal IR (Uncalibrated)": {
"equation": "1-ch8",
"description": "descriptions/ThermalUncal.md",
"white_balance": true,
"equalize": true
}
}
}
}
}
}