Skip to content

Commit

Permalink
Merge pull request #303 from lsst/tickets/DM-48437
Browse files Browse the repository at this point in the history
DM-48437: Add "is_negative" flag to APDB and update APDB schema version number 5.0.0
  • Loading branch information
abudlong authored Jan 15, 2025
2 parents b56429b + 3800e8b commit b11dc72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 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: "4.0.0"
version: "5.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 @@ -1480,6 +1480,11 @@ tables:
datatype: boolean
description: Aperture did not fit within measurement image.
fits:tunit:
- name: is_negative
"@id": "#DiaSource.is_negative"
datatype: boolean
description: Source was detected as significantly negative.
fits:tunit:
- name: snr
"@id": "#DiaSource.snr"
datatype: float
Expand Down

0 comments on commit b11dc72

Please sign in to comment.