[nodes] LdrToHdrCalibration: Add intrinsic ID in the response file's path

The node outputs a response file that is named "response_INTRISICID.csv",
as determined in AliceVision. Without it, the output attribute refers
to a file that does not exist.
This commit is contained in:
Candice Bentéjac 2023-12-21 12:35:41 +01:00
parent 17d47d2805
commit 3412a77b4d

View file

@ -1,4 +1,4 @@
__version__ = "3.0"
__version__ = "3.1"
import json
import math
@ -161,7 +161,7 @@ Calibrate LDR to HDR response curve from samples.
name="response",
label="Response File",
description="Path to the output response file.",
value=desc.Node.internalFolder + "response.csv",
value=desc.Node.internalFolder + "response_<INTRINSIC_ID>.csv",
uid=[],
)
]