-
Notifications
You must be signed in to change notification settings - Fork 3
DM-42201: Add flat metrics for mean, noise vs mjd and FP plots #308
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
base: main
Are you sure you want to change the base?
Conversation
d597a35 to
9b34d29
Compare
9b34d29 to
2f5df70
Compare
2f5df70 to
5d39a68
Compare
cd31e49 to
1e93a60
Compare
pipelines/cpCore.yaml
Outdated
| from lsst.analysis.tools.atools import * | ||
| analyzeFlatDetMergeCore: | ||
| class: lsst.analysis.tools.tasks.VerifyCalibAnalysisTaskByFilter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is calling the existing task that only has dimensions ["instrument", "physical_filter"]. We need a new task that has input data dimensions of ["instrument", "physical_filter", "detector"].
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this means we need to add one more task with that set of dimensions. This all needs to be cleaned up next year to avoid this problem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, as part of this discussion, we learned there is an existing task to do this, so if that runs, and produces plots then this should be fine.
czwa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, provided Jenkins is successful, as the "changes requested" appear to be already implemented.
f5ab80f to
132016e
Compare
f93a0ea to
a1db508
Compare
|
Same comment as on the other PR: the rebase should get rid of the |
d1aaa2a to
4c65dbe
Compare
4c65dbe to
cc4c94e
Compare
No description provided.