Skip to content
Snippets Groups Projects
Commit 3d5e7d71 authored by Lingxin Meng's avatar Lingxin Meng
Browse files

update NTC coefficients for ITkPix quads

parent cfa7fa30
No related branches found
No related tags found
2 merge requests!316Merge devel into main,!313update NTC coefficients for ITkPix quads
Pipeline #6580296 failed
......@@ -168,10 +168,12 @@ int main(int argc, char* argv[]) {
// Setup utility to convert NTC resistance to temperature.
// Note: We read R_ntc directly from a meter, so no need to setup
// ADCDevice. We had to expose RtoC in NTCSensor class.
// Default parameters
float ntc_para_A = 0.8676453371787721E-3;
float ntc_para_B = 2.541035850140508E-4;
float ntc_para_C = 1.868520310774293E-7;
// Default parameters for B57230V2103F260 which is the DCS NTC on the ITkPix v1.1 quad flex
// Datasheet https://www.tdk-electronics.tdk.com/inf/50/db/ntc/NTC_SMD_Standard_series_0402.pdf
// Parameters obtained using fit https://gitlab.cern.ch/kbai/ntc-param-fitter
float ntc_para_A = 8.76745581E-4;
float ntc_para_B = 2.53169819E-4;
float ntc_para_C = 1.86485152E-7;
// Set the ntc parameters if provided
if (params.size() == 3) {
logger(logDEBUG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment