Skip to content

Commit

Permalink
Add attempted dipole classification of object to APDB
Browse files Browse the repository at this point in the history
  • Loading branch information
abudlong committed Dec 4, 2024
1 parent cdca7dd commit 46b25b9
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 46b25b9

Please sign in to comment.