Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-48106: Rename dipole classification "flag" and add attempted dipole classification #292

Merged
merged 2 commits into from
Jan 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions python/lsst/sdm_schemas/schemas/apdb.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "ApdbSchema"
"@id": "#apdbSchema"
version: "2.0.1"
version: "3.0.0"
description: The Alert Production Database (APDB) contains the catalogs resulting from
image differencing during nightly Prompt Processing as well as the results of
daily Solar System Processing.
Expand Down 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 @@ -7756,7 +7756,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
Loading