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-21320: Add first metric to colorAnalysis #19

Merged
merged 2 commits into from Sep 20, 2019
Merged

Conversation

laurenam
Copy link
Contributor

This adds the first metric, stellar_w_principal_color_rms_width_gri,
computed by the colorAnalysisTask in pipe_analysis.

{Summary of changes. Prefix PR title with ticket handle.}


  • Passes Jenkins CI.
  • Documentation is up-to-date.

Preview the docs at: https://pipelines.lsst.io/v/DM-FIXME

Copy link
Contributor

@afausti afausti left a comment

Choose a reason for hiding this comment

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

Looks good, see my suggestion for the metric name.

@@ -0,0 +1,17 @@
# Metric definitions in pipe_analysis

stellar_w_principal_color_rms_width_gri:
Copy link
Contributor

Choose a reason for hiding this comment

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

@laurenam I would recommend not to encode information in the metric name. Metric names should be preferentially short. Especially the _gri which should be part of the metric specification instead. The same metric e.g. stellar_locus_width might have different specs if it's measured in g-r vs. r-i or if it uses other colors.

- stellarLocus
- coadd
- PSFflux
- colorAnalysisTask
Copy link
Contributor

Choose a reason for hiding this comment

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

This looks good, keep in mind that in the future these tags might be used to filter or group metrics when you make your queries in Chronograf.

This adds the first two metrics, stellar_locus_width_wPerp and
stellar_locus_width_xPerp (the blue and red arms of the r-i vs.
g-r color-color planes, respectively) computed by the colorAnalysisTask
in pipe_analysis.
This adds specs for the colorAnalysis metrics:
stellar_locus_width_wPerp and stellar_locus_width_xPerp.
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

2 participants