From 4ed6693020133217ec4a57e528864ffe54c9bc06 Mon Sep 17 00:00:00 2001 From: Jeremy McCormick Date: Mon, 28 Oct 2024 17:52:17 -0500 Subject: [PATCH] Revert addition of extendedness column to imsim This was inadvertently merged. --- python/lsst/sdm_schemas/schemas/imsim.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/python/lsst/sdm_schemas/schemas/imsim.yaml b/python/lsst/sdm_schemas/schemas/imsim.yaml index 97110cab..a957b3e8 100644 --- a/python/lsst/sdm_schemas/schemas/imsim.yaml +++ b/python/lsst/sdm_schemas/schemas/imsim.yaml @@ -8092,13 +8092,13 @@ tables: datatype: boolean description: This flag is set if a trailed source contains edge pixels. fits:tunit: - - name: extendedness - "@id": "#DiaSource.extendedness" - datatype: double - description: A measure of extendedness, computed by comparing an object's moment-based traced radius to - the PSF moments. extendedness = 1 implies a high degree of confidence - that the source is extended. extendedness = 0 implies a high degree of confidence - that the source is point-like. + # - name: extendedness + # "@id": "#DiaSource.extendedness" + # datatype: double + # description: A measure of extendedness, computed by comparing an object's moment-based traced radius to + # the PSF moments. extendedness = 1 implies a high degree of confidence + # that the source is extended. extendedness = 0 implies a high degree of confidence + # that the source is point-like. - name: ForcedSourceOnDiaObject "@id": "#ForcedSourceOnDiaObject" description: this is forcedSourceOnDiaObjectTable_tract in the butler repo