Skip to content

Commit

Permalink
Revert addition of extendedness column to imsim
Browse files Browse the repository at this point in the history
This was inadvertently merged.
  • Loading branch information
JeremyMcCormick committed Oct 28, 2024
1 parent 69f0cee commit 4ed6693
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions python/lsst/sdm_schemas/schemas/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check warning on line 8095 in python/lsst/sdm_schemas/schemas/imsim.yaml

View workflow job for this annotation

GitHub Actions / call-workflow / yamllint

8095:3 [comments-indentation] comment not indented like content
# "@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
Expand Down

0 comments on commit 4ed6693

Please sign in to comment.