Skip to content

Commit

Permalink
Add PSF robustness metric entries to ccdVisitTable
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed Jan 2, 2023
1 parent 5f00d5b commit 474600f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
15 changes: 15 additions & 0 deletions yml/hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6250,3 +6250,18 @@ tables:
datatype: double
description: Scatter (via MAD) of size residual scaled by median size squared
fits:tunit:
- name: psfTraceDelta
'@id': '#CcdVisit.psfTraceDelta'
datatype: double
description: Delta (max - min) of model psf trace values evaluated on a grid of unmasked pixels (pixel)
fits:tunit: pixel
- name: psfTraceNumNan
'@id': '#CcdVisit.psfTraceNumNan'
datatype: int
description: Number of model psf trace values that evaluated to NaN on a grid of unmasked pixels
fits:tunit:
- name: maxDistToNearestPsf
'@id': '#CcdVisit.maxDistToNearestPsf'
datatype: double
description: Maximum distance of an unmasked pixel to its nearest model psf star (pixel)
fits:tunit: pixel
16 changes: 15 additions & 1 deletion yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8911,4 +8911,18 @@ tables:
datatype: double
description: Scatter (via MAD) of size residual scaled by median size squared
fits:tunit:

- name: psfTraceDelta
'@id': '#CcdVisit.psfTraceDelta'
datatype: double
description: Delta (max - min) of model psf trace values evaluated on a grid of unmasked pixels (pixel)
fits:tunit: pixel
- name: psfTraceNumNan
'@id': '#CcdVisit.psfTraceNumNan'
datatype: int
description: Number of model psf trace values that evaluated to NaN on a grid of unmasked pixels
fits:tunit:
- name: maxDistToNearestPsf
'@id': '#CcdVisit.maxDistToNearestPsf'
datatype: double
description: Maximum distance of an unmasked pixel to its nearest model psf star (pixel)
fits:tunit: pixel

0 comments on commit 474600f

Please sign in to comment.