File size: 760 Bytes
9ddb370 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | {
"emissivity": {
"output": "normalized",
"percentile_high": 99.0,
"percentile_low": 1.0,
"type": "scene_percentile_minmax"
},
"eps": 1e-06,
"hsi": {
"clip": true,
"description": "Calibrated radiance cube clipped and scaled to [0, 1].",
"max": 25.0,
"min": 0.0,
"type": "fixed_minmax"
},
"temperature": {
"clip": true,
"max_K": 343.0,
"min_K": 243.0,
"percentile_high": 99.0,
"percentile_low": 1.0,
"type": "fixed_minmax_with_scene_percentile_clipping"
},
"texture": {
"output": "normalized",
"percentile_high": 99.0,
"percentile_low": 1.0,
"type": "scene_percentile_minmax"
},
"wavelength": {
"max_um": 14.0,
"min_um": 6.0,
"unit": "micrometer"
}
}
|