Skip to content

Commit

Permalink
Merge pull request #279 from lsst/tickets/DM-47060
Browse files Browse the repository at this point in the history
DM-47060: Add attempted dipole classification of object to APDB
  • Loading branch information
abudlong authored Dec 5, 2024
2 parents cdca7dd + 46b25b9 commit 52424ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion python/lsst/sdm_schemas/schemas/apdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,11 @@ tables:
- name: isDipole
"@id": "#DiaSource.isDipole"
datatype: boolean
description: Object determined to be a dipole.
description: Source well fit by a dipole.
- name: dipoleFitAttempted
"@id": "#DiaSource.dipoleFitAttempted"
datatype: boolean
description: Attempted to fit a dipole model to this source.
- name: time_processed
"@id": "#DiaSource.time_processed"
datatype: timestamp
Expand Down
7 changes: 6 additions & 1 deletion python/lsst/sdm_schemas/schemas/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7796,7 +7796,12 @@ tables:
- name: isDipole
"@id": "#DiaSource.isDipole"
datatype: boolean
description: Flag indicating diaSource is classified as a dipole.
description: Source well fit by a dipole.
fits:tunit:
- name: dipoleFitAttempted
"@id": "#DiaSource.dipoleFitAttempted"
datatype: boolean
description: Attempted to fit a dipole model to this source.
fits:tunit:
- name: time_processed
"@id": "#DiaSource.time_processed"
Expand Down

0 comments on commit 52424ae

Please sign in to comment.