Difference between revisions of "CH Code Repository"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
='''Energy Calibration'''= | ='''Energy Calibration'''= | ||
− | This piece of code calibrates ADC data by using a polynomial regression and can be modified to take input from the user if not using <sup>152</sup>Eu as a calibration source. Currently (Oct 2022), it is configured to automatically assume use of <sup>152</sup>Eu. | + | This piece of code calibrates ADC data by using a polynomial regression and can be modified to take input from the user if not using <sup>152</sup>Eu as a calibration source. Currently (Oct 2022), it is configured to automatically assume use of <sup>152</sup>Eu. The Non-Uniform Binning is also included in this piece of code, but will also be listed separately. |
[[CH DAQ2 Energy Calibration]] | [[CH DAQ2 Energy Calibration]] |
Revision as of 15:11, 26 October 2022
Header File
Energy Calibration
This piece of code calibrates ADC data by using a polynomial regression and can be modified to take input from the user if not using 152Eu as a calibration source. Currently (Oct 2022), it is configured to automatically assume use of 152Eu. The Non-Uniform Binning is also included in this piece of code, but will also be listed separately.