Skip to content

Commit

Permalink
Merge pull request #105 from lsst/tickets/DM-37622
Browse files Browse the repository at this point in the history
DM-37622: update yml/imsim.yml for HSM shape
  • Loading branch information
kherner committed Feb 2, 2023
2 parents 9b68a93 + 8f6ce15 commit 373223e
Showing 1 changed file with 9 additions and 21 deletions.
30 changes: 9 additions & 21 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8151,35 +8151,23 @@ tables:
mysql:datatype: BOOLEAN
description: General Failure Flag
fits:tunit:
- name: shape_flag_maxIter
"@id": "#DiaSource.shape_flag_maxIter"
- name: shape_flag_no_pixels
"@id": "#DiaSource.shape_flag_no_pixels"
datatype: boolean
mysql:datatype: BOOLEAN
description: Too many iterations in adaptive moments
description: no pixels to measure
fits:tunit:
- name: shape_flag_psf
"@id": "#DiaSource.shape_flag_psf"
- name: shape_flag_not_contained
"@id": "#DiaSource.shape_flag_not_contained"
datatype: boolean
mysql:datatype: BOOLEAN
description: Failure in measuring PSF model shape
description: center not contained in footprint bounding box
fits:tunit:
- name: shape_flag_shift
"@id": "#DiaSource.shape_flag_shift"
- name: shape_flag_parent_source
"@id": "#DiaSource.shape_flag_parent_source"
datatype: boolean
mysql:datatype: BOOLEAN
description: Centroid shifted by more than the maximum allowed amount
fits:tunit:
- name: shape_flag_unweighted
"@id": "#DiaSource.shape_flag_unweighted"
datatype: boolean
mysql:datatype: BOOLEAN
description: Weighted moments converged to an invalid value; using unweighted moments
fits:tunit:
- name: shape_flag_unweightedBad
"@id": "#DiaSource.shape_flag_unweightedBad"
datatype: boolean
mysql:datatype: BOOLEAN
description: Both weighted and unweighted moments were invalid
description: parent source, ignored
fits:tunit:
- name: snr
"@id": "#DiaSource.snr"
Expand Down

0 comments on commit 373223e

Please sign in to comment.