Skip to content

Commit

Permalink
Merge pull request #273 from lsst/u/jeremym/revert-DM-46681
Browse files Browse the repository at this point in the history
Revert addition of extendedness column to imsim
  • Loading branch information
JeremyMcCormick authored Oct 28, 2024
2 parents 69f0cee + 4ed6693 commit 4a4e2ee
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

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 4a4e2ee

Please sign in to comment.