Skip to content

Commit

Permalink
Merge pull request #280 from lsst/tickets/DM-46681-fixup
Browse files Browse the repository at this point in the history
DM-46681-fixup: Add extendedness column to imsim
  • Loading branch information
abudlong authored Nov 15, 2024
2 parents 8aad214 + ff8e1c8 commit 29e9593
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/lsst/sdm_schemas/schemas/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8092,6 +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: ForcedSourceOnDiaObject
"@id": "#ForcedSourceOnDiaObject"
description: this is forcedSourceOnDiaObjectTable_tract in the butler repo
Expand Down

0 comments on commit 29e9593

Please sign in to comment.