Skip to content

Commit

Permalink
Merge pull request #21 from lsst/tickets/DM-22310
Browse files Browse the repository at this point in the history
DM-22310: Add AA1, AB1, AB2, ABF1.
  • Loading branch information
jeffcarlin committed Jul 16, 2020
2 parents 8efd64f + 6cc4cd6 commit 5907e29
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 0 deletions.
172 changes: 172 additions & 0 deletions metrics/validate_drp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,178 @@ AD3_stretch:
No more than AF3 of the astrometric distances will deviate by more than this from the median (see AM3, AF3).
tags: astrometry

AB1:
reference:
doc: LPM-17
url: http://ls.st/lpm-17
page: 30
unit: milliarcsecond
description: >
The rms difference of separations measured between the r-band and any other filter will be no
larger than this.
tags: astrometry

AB1_minimum:
reference:
doc: LPM-17
url: http://ls.st/lpm-17
page: 30
unit: milliarcsecond
description: >
The rms difference of separations measured between the r-band and any other filter will be no
larger than this.
tags: astrometry

AB1_design:
reference:
doc: LPM-17
url: http://ls.st/lpm-17
page: 30
unit: milliarcsecond
description: >
The rms difference of separations measured between the r-band and any other filter will be no
larger than this.
tags: astrometry

AB1_stretch:
reference:
doc: LPM-17
url: http://ls.st/lpm-17
page: 30
unit: milliarcsecond
description: >
The rms difference of separations measured between the r-band and any other filter will be no
larger than this.
tags: astrometry

AB2:
reference:
doc: LPM-17
url: http://ls.st/lpm-17
page: 30
unit: milliarcsecond
description: >
No more than ABF1% of the separation measurements between the r-band and any other filter
will deviate by more than this amount from the mean.
tags: astrometry

AB2_minimum:
reference:
doc: LPM-17
url: http://ls.st/lpm-17
page: 30
unit: milliarcsecond
description: >
No more than ABF1% of the separation measurements between the r-band and any other filter
will deviate by more than this amount from the mean.
tags: astrometry

AB2_design:
reference:
doc: LPM-17
url: http://ls.st/lpm-17
page: 30
unit: milliarcsecond
description: >
No more than ABF1% of the separation measurements between the r-band and any other filter
will deviate by more than this amount from the mean.
tags: astrometry

AB2_stretch:
reference:
doc: LPM-17
url: http://ls.st/lpm-17
page: 30
unit: milliarcsecond
description: >
No more than ABF1% of the separation measurements between the r-band and any other filter
will deviate by more than this amount from the mean.
tags: astrometry

ABF1:
reference:
doc: LPM-17
url: http://ls.st/lpm-17
page: 30
unit: '%'
description: >
No more than this percentage of separations between r-band and any other filter will deviate
by more than AB2 from the mean.
tags: astrometry

ABF1_minimum:
reference:
doc: LPM-17
url: http://ls.st/lpm-17
page: 30
unit: '%'
description: >
No more than this percentage of separations between r-band and any other filter will deviate
by more than AB2 from the mean.
tags: astrometry

ABF1_design:
reference:
doc: LPM-17
url: http://ls.st/lpm-17
page: 30
unit: '%'
description: >
No more than this percentage of separations between r-band and any other filter will deviate
by more than AB2 from the mean.
tags: astrometry

ABF1_stretch:
reference:
doc: LPM-17
url: http://ls.st/lpm-17
page: 30
unit: '%'
description: >
No more than this percentage of separations between r-band and any other filter will deviate
by more than AB2 from the mean.
tags: astrometry

AA1:
reference:
doc: LPM-17
url: http://ls.st/lpm-17
page: 30
unit: milliarcsecond
description: >
The median error in absolute astrometric positions in each coordinate will be no larger than this.
tags: astrometry

AA1_minimum:
reference:
doc: LPM-17
url: http://ls.st/lpm-17
page: 30
unit: milliarcsecond
description: >
The median error in absolute astrometric positions in each coordinate will be no larger than this.
tags: astrometry

AA1_design:
reference:
doc: LPM-17
url: http://ls.st/lpm-17
page: 30
unit: milliarcsecond
description: >
The median error in absolute astrometric positions in each coordinate will be no larger than this.
tags: astrometry

AA1_stretch:
reference:
doc: LPM-17
url: http://ls.st/lpm-17
page: 30
unit: milliarcsecond
description: >
The median error in absolute astrometric positions in each coordinate will be no larger than this.
tags: astrometry

TE1:
reference:
doc: LPM-17
Expand Down
36 changes: 36 additions & 0 deletions specs/validate_drp/AA1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# AA1 definition as in LPM-17

---
# Specification partial
id: 'AA1-base'
metric: 'AA1'
tags:
- 'AA1'
- 'achromatic'
threshold:
unit: 'milliarcsecond'
operator: "<="

---
name: "design"
base: "#AA1-base"
threshold:
value: 50.0
tags:
- design

---
name: "minimum"
base: "#AA1-base"
threshold:
value: 100.0
tags:
- minimum

---
name: "stretch"
base: "#AA1-base"
threshold:
value: 20.0
tags:
- stretch
36 changes: 36 additions & 0 deletions specs/validate_drp/AB1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# AB1 definition as in LPM-17

---
# Specification partial
id: 'AB1-base'
metric: 'AB1'
tags:
- 'AB1'
- 'achromatic'
threshold:
unit: 'milliarcsecond'
operator: "<="

---
name: "design"
base: "#AB1-base"
threshold:
value: 10.0
tags:
- design

---
name: "minimum"
base: "#AB1-base"
threshold:
value: 20.0
tags:
- minimum

---
name: "stretch"
base: "#AB1-base"
threshold:
value: 5.0
tags:
- stretch
36 changes: 36 additions & 0 deletions specs/validate_drp/AB2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# AB2 definition as in LPM-17

---
# Specification partial
id: 'AB2-base'
metric: 'AB2'
tags:
- 'AB2'
- 'achromatic'
threshold:
unit: 'milliarcsecond'
operator: "<="

---
name: "design"
base: "#AB2-base"
threshold:
value: 20.0
tags:
- design

---
name: "minimum"
base: "#AB2-base"
threshold:
value: 40.0
tags:
- minimum

---
name: "stretch"
base: "#AB2-base"
threshold:
value: 10.0
tags:
- stretch
36 changes: 36 additions & 0 deletions specs/validate_drp/ABF1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# ABF1 definition as in LPM-17

---
# Specification partial
id: 'ABF1-base'
metric: 'ABF1'
tags:
- 'ABF1'
- 'achromatic'
threshold:
unit: '%'
operator: "<="

---
name: "design"
base: "#ABF1-base"
threshold:
value: 10.0
tags:
- design

---
name: "minimum"
base: "#ABF1-base"
threshold:
value: 20.0
tags:
- minimum

---
name: "stretch"
base: "#ABF1-base"
threshold:
value: 5.0
tags:
- stretch

0 comments on commit 5907e29

Please sign in to comment.