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

format

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