Skip to content

Commit

Permalink
post review cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Mar 15, 2017
1 parent 6ca7e4a commit ce16941
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 1 addition & 3 deletions metrics/jointcal.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# validate_drp metric definitions
# Definitions from LPM-17 (the Science Requirements Document).
# http://ls.st/lpm-17
# jointcal metric definitions

associated_astrometry_fittedStars:
description: >
Expand Down
4 changes: 2 additions & 2 deletions specs/jointcal/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##################
##############
specs/jointcal
##################
##############

Specifications for ``jointcal`` metrics are defined in this directory as YAML documents.
13 changes: 7 additions & 6 deletions specs/jointcal/hsc_r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provenance_query:
---
# jointcal.astrometry_ndof.hsc_11_visits
name: "hsc_11_visits"
base: ["#astrometry_ndof-base", "#base"]
base: astrometry_ndof.yaml#astrometry_ndof-base
provenance_query:
# Prototype for query provenance. This needs to be figured out.
visits: [903334, 903336, 903338, 903342, 903344, 903346, 903986, 903988, 903990, 904010, 904014]
Expand All @@ -21,7 +21,7 @@ threshold:
---
# jointcal.astrometry_ndof.hsc_2_visits
name: "hsc_2_visits"
base: ["#astrometry_ndof-base", "#base"]
base: astrometry_ndof.yaml#astrometry_ndof-base
provenance_query:
# Prototype for query provenance. This needs to be figured out.
dataset_repo_url: 'https://github.com/lsst/testdata_jointcal.git'
Expand All @@ -31,12 +31,13 @@ threshold:
value: 1858

---
# jointcal.astrometry_chisq.hsc_2_visits
name: "hsc_2_visits"
base: ["#astrometry_chisq-base", "#base"]
# jointcal.astrometry_chisq.hsc_2_visits_gaia_refcat
name: "hsc_2_visits_gaia_refcat"
base: astrometry_ndof.yaml#astrometry_ndof-base
provenance_query:
# Prototype for query provenance. This needs to be figured out.
dataset_repo_url: 'https://github.com/lsst/testdata_jointcal.git'
visits: [903334, 903336]
config: 'config.astrometryModel="simplePoly"'

config: 'config.astrometryRefObjLoader="LoadIndexedReferenceObjectsTask"'
value: 504

0 comments on commit ce16941

Please sign in to comment.