diff --git a/python/lsst/sdm_schemas/schemas/apdb.yaml b/python/lsst/sdm_schemas/schemas/apdb.yaml index 41aa3cf9..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. @@ -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"