[nodes] LdrToHdrCalibration: update maxTotalPoints description

This commit is contained in:
Fabien Castan 2020-09-30 15:31:42 +02:00
parent 932b4d51e7
commit 38d8858742

View file

@ -117,9 +117,8 @@ class LdrToHdrCalibration(desc.CommandLineNode):
desc.IntParam( desc.IntParam(
name='maxTotalPoints', name='maxTotalPoints',
label='Max Number of Points', label='Max Number of Points',
description='Max number of points selected by the sampling strategy.\n' description='Max number of points used from the sampling. This ensures that the number of pixels values extracted by the sampling\n'
'This ensures that this sampling step will extract a number of pixels values\n' 'can be managed by the calibration step (in term of computation time and memory usage).',
'that the calibration step can manage (in term of computation time and memory usage).',
value=1000000, value=1000000,
range=(8, 10000000, 1000), range=(8, 10000000, 1000),
uid=[0], uid=[0],