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

DM-33123: Calculate RhoStatistics as part of regular QA #44

Merged
merged 14 commits into from May 25, 2022

Conversation

arunkannawadi
Copy link
Member

This is attempt 2 at merging rho statistics after attempt 1 in #35 and reverting it later in #42

The config contains fields that correspond to various keyword arguments
that can be passed on to treecorr.BinnedCorr2 and its derived classes
such as GGCorrelation, KKCorrelation etc. used in Rho statistics
calculations. The necessity to define a new classs instead of using
DictField is to i) validate the config up front ii) allow mixed types
and complete control over treecorr configuration.
The reason to not add this to visitQAEllipPlots.yaml is that, running
coadds on visit-levels is much more time consuming than all other
visit-level plots combined. A stand-alone pipeline is provided so plots
can be generated on a need-to-see basis.
The documentation of the ``validate`` method in the parent class asserts
that it raises ``FieldValidationError`` when misconfigured. Thus,
instances of ``ValueError`` raises must be replaced.
@arunkannawadi arunkannawadi merged commit f7c0678 into main May 25, 2022
@arunkannawadi arunkannawadi deleted the tickets/DM-33123 branch May 25, 2022 20:53
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.

None yet

1 participant