From 38d885874233c97f05eccd7f734be9b8f37a95cd Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Wed, 30 Sep 2020 15:31:42 +0200 Subject: [PATCH] [nodes] LdrToHdrCalibration: update maxTotalPoints description --- meshroom/nodes/aliceVision/LdrToHdrCalibration.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meshroom/nodes/aliceVision/LdrToHdrCalibration.py b/meshroom/nodes/aliceVision/LdrToHdrCalibration.py index f625bce5..1be2cdd2 100644 --- a/meshroom/nodes/aliceVision/LdrToHdrCalibration.py +++ b/meshroom/nodes/aliceVision/LdrToHdrCalibration.py @@ -117,9 +117,8 @@ class LdrToHdrCalibration(desc.CommandLineNode): desc.IntParam( name='maxTotalPoints', label='Max Number of Points', - description='Max number of points selected by the sampling strategy.\n' - 'This ensures that this sampling step will extract a number of pixels values\n' - 'that the calibration step can manage (in term of computation time and memory usage).', + description='Max number of points used from the sampling. This ensures that the number of pixels values extracted by the sampling\n' + 'can be managed by the calibration step (in term of computation time and memory usage).', value=1000000, range=(8, 10000000, 1000), uid=[0],