From 8914c7b1c6197cde251fcd7a3d27d4f0254b0343 Mon Sep 17 00:00:00 2001 From: Brianna Smart Date: Wed, 6 Mar 2024 11:40:20 -0800 Subject: [PATCH] Add nan, suspect_long_trial, and off_image flags --- yml/imsim.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/yml/imsim.yaml b/yml/imsim.yaml index a53e962a..acff9767 100644 --- a/yml/imsim.yaml +++ b/yml/imsim.yaml @@ -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