Draft: Update NTC par for L0 in AR analysis
Add the following lines to the AR analysis in the get_NtcCalPar
function:
if qc_layer == "L0":
NtcCalPar = [
8.73385168e-04,
2.53661854e-04,
1.85346654e-07,
]
log.info("NtcCalPar updated for Layer 0.")
return NtcCalPar
The NTC parameter is taking from the datasheet of NTCG063JF103FTDS.
Tagging @epianori
Edited by Kehang Bai