From 5c1d1c5cf20229ebc18e7acd3fac2c98d9c1ded8 Mon Sep 17 00:00:00 2001 From: Audrey Budlong Date: Wed, 11 Dec 2024 20:34:10 -0800 Subject: [PATCH 1/2] Rename dipole classification "flag" and add attempted dipole classification --- python/lsst/sdm_schemas/schemas/apdb.yaml | 6 +++++- python/lsst/sdm_schemas/schemas/imsim.yaml | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/python/lsst/sdm_schemas/schemas/apdb.yaml b/python/lsst/sdm_schemas/schemas/apdb.yaml index 41aa3cf9..f25c4670 100644 --- a/python/lsst/sdm_schemas/schemas/apdb.yaml +++ b/python/lsst/sdm_schemas/schemas/apdb.yaml @@ -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 diff --git a/python/lsst/sdm_schemas/schemas/imsim.yaml b/python/lsst/sdm_schemas/schemas/imsim.yaml index 9e4b45ca..aa375633 100644 --- a/python/lsst/sdm_schemas/schemas/imsim.yaml +++ b/python/lsst/sdm_schemas/schemas/imsim.yaml @@ -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" From 407b7bc93cbc410e9a088b39074e3a62a8f2f087 Mon Sep 17 00:00:00 2001 From: Audrey Budlong Date: Thu, 19 Dec 2024 00:16:11 -0800 Subject: [PATCH 2/2] Update APDB schema version number --- python/lsst/sdm_schemas/schemas/apdb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/sdm_schemas/schemas/apdb.yaml b/python/lsst/sdm_schemas/schemas/apdb.yaml index f25c4670..31e33102 100644 --- a/python/lsst/sdm_schemas/schemas/apdb.yaml +++ b/python/lsst/sdm_schemas/schemas/apdb.yaml @@ -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.