Config description update

Former-commit-id: c05d35ee47
pull/1161/head
Piero Toffanin 2020-03-09 16:30:15 -04:00
rodzic d7e90ad3b2
commit b54e16c926
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -174,11 +174,12 @@ def config():
choices=['none', 'camera', 'camera+sun'],
help=('Set the radiometric calibration to perform on images. '
'When processing multispectral images you should set this option '
'to obtain reflectance values (otherwise you will get digital number (DN) values). '
'to obtain reflectance values (otherwise you will get digital number values). '
'[camera] applies black level, vignetting, row gradient gain/exposure compensation (if appropriate EXIF tags are found). '
'[camera+sun] is experimental, applies all the corrections of [camera], plus compensates for spectral radiance registered via a downwelling light sensor (DLS) taking in consideration the angle of the sun. '
'Can be set to one of: [none, camera, camera+sun]. Default: '
'%(default)s'))
parser.add_argument('--max-concurrency',
metavar='<positive integer>',
default=context.num_cores,