Skip to content

Commit

Permalink
Add nan, suspect_long_trial, and off_image flags
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmartradio committed Apr 24, 2024
1 parent b52cd4e commit cb20aa2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8022,6 +8022,24 @@ tables:
- name: ext_trailedSources_Naive_flag_edge
"@id": "#DiaSource.ext_trailedSources_Naive_flag_edge"
datatype: boolean
description: This flag is set if a trailed source contains edge pixels.
fits:tunit:
mysql:datatype: BOOLEAN
- name: ext_trailedSources_Naive_flag_nan
"@id": "#DiaSource.ext_trailedSources_Naive_flag_nan"
datatype: boolean
description: This flag is set if a trailed source end points contains a nan.
fits:tunit:
mysql:datatype: BOOLEAN
- name: ext_trailedSources_Naive_flag_suspect_long_trail
"@id": "#DiaSource.ext_trailedSources_Naive_flag_suspect_long_trail"
datatype: boolean
description: This flag is set if a trailed sources psf is twice the size of its footprint.
fits:tunit:
mysql:datatype: BOOLEAN
- name: ext_trailedSources_Naive_flag_off_image
"@id": "#DiaSource.ext_trailedSources_Naive_flag_off_image"
datatype: boolean
description: This flag is set if a trailed source extends onto or past edge pixels.
fits:tunit:
- name: ForcedSourceOnDiaObject
Expand Down

0 comments on commit cb20aa2

Please sign in to comment.