kopia lustrzana https://github.com/OpenDroneMap/WebODM
Temperature algorithm rename
rodzic
a8f852cdf7
commit
c2bb526df7
|
@ -115,13 +115,13 @@ algos = {
|
||||||
'help': _('Atmospherically Resistant Vegetation Index. Useful when working with imagery for regions with high atmospheric aerosol content.'),
|
'help': _('Atmospherically Resistant Vegetation Index. Useful when working with imagery for regions with high atmospheric aerosol content.'),
|
||||||
'range': (-1, 1)
|
'range': (-1, 1)
|
||||||
},
|
},
|
||||||
'Thermal C': {
|
'Celsius': {
|
||||||
'expr': 'L',
|
'expr': 'L',
|
||||||
'help': _('Thermal temperature in Celsius degrees.')
|
'help': _('Temperature in Celsius degrees.')
|
||||||
},
|
},
|
||||||
'Thermal K': {
|
'Kelvin': {
|
||||||
'expr': 'L * 100 + 27315',
|
'expr': 'L * 100 + 27315',
|
||||||
'help': _('Thermal temperature in Centikelvin degrees.')
|
'help': _('Temperature in Centikelvin degrees.')
|
||||||
},
|
},
|
||||||
|
|
||||||
# more?
|
# more?
|
||||||
|
@ -154,6 +154,8 @@ camera_filters = [
|
||||||
'BGRNReL',
|
'BGRNReL',
|
||||||
'BGRReNL',
|
'BGRReNL',
|
||||||
|
|
||||||
|
'L', # FLIR camera has a single LWIR band
|
||||||
|
|
||||||
# more?
|
# more?
|
||||||
# TODO: certain cameras have only two bands? eg. MAPIR NDVI BLUE+NIR
|
# TODO: certain cameras have only two bands? eg. MAPIR NDVI BLUE+NIR
|
||||||
]
|
]
|
||||||
|
|
Ładowanie…
Reference in New Issue