Adding Steinahart parametrization to convert thermistor value to T
The title say it all, with this merge we include the Steinahart parametrization as extracted from thermistor datasheets in order to convert measured resistance to temperature.
Merge request reports
Activity
Hi Alessandro, I am not 100% sure what is it going on... @leejr can you help us? I think it may be related to the setting on the CI on Alseeandro's repo... does he need to be developer to be able and pull the tcusb repo? Also, for some reason I cannot restart the CI on this merge request... It looks like the pipeline is run on Alessandro's repo and not the cms_tk_ph2 one... It is not the first time I saw this, do you know what is the reason?
Yeah, for this MR workflow, that's intended (@enibigir can correct me if that's wrong). Devs submit MRs from their forks, and the CI is from their forks. Once it's merged, the pipeline will run on the central repo. Therefore, only the dev can restart those jobs.
For this one -- is there a requested change for the tcusb? If so, you'd have to put the new commit hash into the
setup.sh
so that the CMake config in the CI knows what version to grab.You are right. That's the first thing people should do as mentioned in the README https://gitlab.cern.ch/cms_tk_ph2/Ph2_ACF#gitlab-ci-setup-for-developers-required-to-submit-merge-requests
Hi @rossia, do you have any updates on this PR?