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

Fix TOPAS reader #687

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Fix TOPAS reader #687

wants to merge 5 commits into from

Conversation

grzanka
Copy link
Contributor

@grzanka grzanka commented Oct 17, 2023

It may happen that the TOPAS output contains result only for Sum + StandardDeviation, instead of Mean+StandardDeviation. Current version of TOPAS reader assumes that the only output suitable for reading is with Mean and StdDev. Then Mean is assigned to data_raw and StdDev to data_error. That means that many useful output files won't be digested.

Here I propose a different approach - each of the results will end up in a separate page in the estimator. There will be one page for Mean (data_raw == mean) and one page for standard deviation (data_raw == stddev)

@reviewpad reviewpad bot added large Pull request is large waiting-for-review labels Oct 17, 2023
@grzanka grzanka self-assigned this Oct 17, 2023
@grzanka grzanka requested a review from Bogdan2423 October 17, 2023 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
large Pull request is large waiting-for-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant