Skip to content

Commit

Permalink
Add pixel scale metric and/or its units to schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed Oct 22, 2024
1 parent fe05808 commit 44a81ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions yml/apdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2802,6 +2802,11 @@ tables:
datatype: double
description: Declination of detector center.
fits:tunit: deg
- name: pixelScale
'@id': '#DetectorVisitProcessingSummary.pixelScale'
datatype: float
description: Measured detector pixel scale.
fits:tunit: arcsec/pixel
- name: zeroPoint
'@id': '#DetectorVisitProcessingSummary.zeroPoint'
datatype: float
Expand Down
4 changes: 2 additions & 2 deletions yml/hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5963,8 +5963,8 @@ tables:
- name: pixelScale
'@id': '#CcdVisit.pixelScale'
datatype: float
description: "Measured detector pixel scale (arcsec/pixel)."
fits:tunit:
description: Measured detector pixel scale.
fits:tunit: arcsec/pixel
- name: zenithDistance
'@id': '#CcdVisit.zenithDistance'
datatype: float
Expand Down
4 changes: 2 additions & 2 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8509,8 +8509,8 @@ tables:
- name: pixelScale
'@id': '#CcdVisit.pixelScale'
datatype: float
description: "Measured detector pixel scale (arcsec/pixel)."
fits:tunit:
description: Measured detector pixel scale.
fits:tunit: arcsec/pixel
- name: zenithDistance
'@id': '#CcdVisit.zenithDistance'
datatype: float
Expand Down

0 comments on commit 44a81ed

Please sign in to comment.