Skip to content
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

Intensity and Sigma wrong for NoFIt IntegratePeaksMD2 #11383

Closed
VickieLynch opened this issue Nov 12, 2014 · 2 comments
Closed

Intensity and Sigma wrong for NoFIt IntegratePeaksMD2 #11383

VickieLynch opened this issue Nov 12, 2014 · 2 comments
Assignees
Labels
Framework Issues and pull requests related to components in the Framework
Milestone

Comments

@VickieLynch
Copy link
Contributor

The INTI and SIGI values that are given for each peak in the profile
file are not correct. The INTI that is given is the sum of all 100
counts and the SIGI is the square root. It should be

INTI = Peak - Ratio_Bkgd
SIGI = sqrt(Peak + Ratio_Ratio*Bkgd)

If the Peak is the sum of the middle 80 channels, then BKGD is the sum
of channels 0-9 plus 90-99. The Ratio is then 80/20 = 4.

@VickieLynch
Copy link
Contributor Author

This issue was originally trac ticket 10541

@VickieLynch VickieLynch added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@VickieLynch VickieLynch self-assigned this Jun 3, 2015
@VickieLynch VickieLynch added this to the Release 3.3 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework
Projects
None yet
Development

No branches or pull requests

1 participant