Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-37622: update yml/imsim.yml for HSM shape #105

Merged
merged 1 commit into from
Feb 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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