Skip to content

Commit

Permalink
Add file for pipe_analysis metric specifications
Browse files Browse the repository at this point in the history
This adds specs for the colorAnalysis metrics:
stellar_locus_width_wPerp and stellar_locus_width_xPerp.
  • Loading branch information
laurenam committed Sep 19, 2019
1 parent c5fc8b6 commit c59908d
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions specs/pipe_analysis/colorAnalysis/stellar_locus_width.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Stellar locus specifications for pipe_analysis
#
# These specifications don't query against provenance; sub-specifications
# *can* inherit these, though, to concretely test against a certain dataset.

---
# Specification partial
id: "stellar_locus_width-base"
threshold:
operator: "<="
unit: "mmag"
tags:
- "stellar_locus_width"
- "minimum"

# pipe_analysis.stellar_locas_width_wPerp.griPSF_wFit
---
name: "griPSF_wFit"
base: "#stellar_locus_width-base"
metric: "stellar_locus_width_wPerp"
threshold:
value: 25.0
tags:
- "gri"
metadata_query:
filter_name: "HSC-G^HSC-R^HSC-I"

# pipe_analysis.stellar_locas_width_xPerp.griPSF_xFit
---
name: "griPSF_xFit"
base: "#stellar_locus_width-base"
metric: "stellar_locus_width_xPerp"
threshold:
value: 50.0
tags:
- "gri"
metadata_query:
filter_name: "HSC-G^HSC-R^HSC-I"

0 comments on commit c59908d

Please sign in to comment.