-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct particle count for PMT linearity #55
Comments
A fit formula found in arXiv:1002.2442, eq 4. Seems to work well for fitting the pulseheight saturation. Not yet tested on pulse integral. |
Nice!
|
A fit based on two linear lines connected by a circle segment (on log log axes) has replaced the fit shown in the previous comments. It has 3 degrees of freedom; intercept and slope of the second line and the radius of the circle. The first line intersects with (0, 0) and has a slope of 1 (i.e. x = y). |
PMT response curves are not always linear.
This has an effect on both the pulse height and integral. Moreover the HiSPARC electronics have ADCs which only go to -2 V. Larger signals are saturated. We need to account for these effects.
Old power supplies:
New power supplies:
As can be seen the old power supply barely reaches 2 V, this differs from PMT to PMT, and may be influenced by the high voltage on the PMT. This means the signals are unlikely to reach the saturation threshold of the HiSPARC ADCs, this can easily be checked for detectors in the pulse height histograms. Saturated signals may require more effort to reconstruct.
Todo:
The text was updated successfully, but these errors were encountered: