Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
labRemote
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Berkeley Lab
labRemote
Commits
8c2dd58b
Commit
8c2dd58b
authored
1 year ago
by
Lingxin Meng
Browse files
Options
Downloads
Patches
Plain Diff
format
parent
3d5e7d71
No related branches found
No related tags found
2 merge requests
!316
Merge devel into main
,
!313
update NTC coefficients for ITkPix quads
Pipeline
#6580348
failed
1 year ago
Stage: check
Stage: build
Stage: package
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/tools/TfromNTC.cpp
+5
-3
5 additions, 3 deletions
src/tools/TfromNTC.cpp
with
5 additions
and
3 deletions
src/tools/TfromNTC.cpp
+
5
−
3
View file @
8c2dd58b
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment