Skip to content

Commit

Permalink
Add psf apFlux/Corr delta metric fields to yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed May 27, 2024
1 parent 8890a97 commit da231ce
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions yml/apdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2964,3 +2964,13 @@ tables:
datatype: double
description: Maximum distance of an unmasked pixel to its nearest model psf star (pixel).
fits:tunit: pixel
- name: psfApFluxDelta
'@id': '#DetectorVisitProcessingSummary.psfApFluxDelta'
datatype: double
description: Delta (max - min) of model psf aperture flux values evaluated on a grid of unmasked pixels
fits:tunit:
- name: psfApCorrDelta
'@id': '#DetectorVisitProcessingSummary.psfApCorrDelta'
datatype: double
description: Delta (max - min) of psf flux aperture correction factors evaluated on a grid of unmasked pi
fits:tunit:
10 changes: 10 additions & 0 deletions yml/hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6176,6 +6176,16 @@ tables:
datatype: double
description: Delta (max - min) of model psf trace radius values evaluated on a grid of unmasked pixels (pixel)
fits:tunit: pixel
- name: psfApFluxDelta
'@id': '#CcdVisit.psfApFluxDelta'
datatype: double
description: Delta (max - min) of model psf aperture flux values evaluated on a grid of unmasked pixels
fits:tunit:
- name: psfApCorrDelta
'@id': '#CcdVisit.psfApCorrDelta'
datatype: double
description: Delta (max - min) of psf flux aperture correction factors evaluated on a grid of unmasked pixels
fits:tunit:
- name: maxDistToNearestPsf
'@id': '#CcdVisit.maxDistToNearestPsf'
datatype: double
Expand Down
10 changes: 10 additions & 0 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8669,6 +8669,16 @@ tables:
datatype: double
description: Delta (max - min) of model psf trace radius values evaluated on a grid of unmasked pixels (pixel)
fits:tunit: pixel
- name: psfApFluxDelta
'@id': '#CcdVisit.psfApFluxDelta'
datatype: double
description: Delta (max - min) of model psf aperture flux values evaluated on a grid of unmasked pixels
fits:tunit:
- name: psfApCorrDelta
'@id': '#CcdVisit.psfApCorrDelta'
datatype: double
description: Delta (max - min) of psf flux aperture correction factors evaluated on a grid of unmasked pixels
fits:tunit:
- name: maxDistToNearestPsf
'@id': '#CcdVisit.maxDistToNearestPsf'
datatype: double
Expand Down

0 comments on commit da231ce

Please sign in to comment.