kopia lustrzana https://github.com/OpenDroneMap/ODM
rodzic
d7e90ad3b2
commit
b54e16c926
|
@ -174,11 +174,12 @@ def config():
|
||||||
choices=['none', 'camera', 'camera+sun'],
|
choices=['none', 'camera', 'camera+sun'],
|
||||||
help=('Set the radiometric calibration to perform on images. '
|
help=('Set the radiometric calibration to perform on images. '
|
||||||
'When processing multispectral images you should set this option '
|
'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: '
|
'Can be set to one of: [none, camera, camera+sun]. Default: '
|
||||||
'%(default)s'))
|
'%(default)s'))
|
||||||
|
|
||||||
|
|
||||||
parser.add_argument('--max-concurrency',
|
parser.add_argument('--max-concurrency',
|
||||||
metavar='<positive integer>',
|
metavar='<positive integer>',
|
||||||
default=context.num_cores,
|
default=context.num_cores,
|
||||||
|
|
Ładowanie…
Reference in New Issue