Skip to content

Conversation

@HsunYeong
Copy link
Contributor

Add Data_Sigma in Profile_t to store the standard deviation of Data, and compute it in Aux_ComputeProfile().

Copy link
Contributor

@hfhsieh hfhsieh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have left some comments.

@hyschive Should we enable this feature by default. I prefer to make it optional by adding a new parameter, such as const bool NeedDataStd, to Aux_ComputeProfile().

@HsunYeong
Copy link
Contributor Author

Added parameter const bool GetSigma. It will skip some computation and set Prof[p]->Data_Sigma[b] to zero when GetSigma = false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants