diff --git a/python/lsst/sdm_schemas/schemas/apdb.yaml b/python/lsst/sdm_schemas/schemas/apdb.yaml index b1811336..f25c4670 100644 --- a/python/lsst/sdm_schemas/schemas/apdb.yaml +++ b/python/lsst/sdm_schemas/schemas/apdb.yaml @@ -2014,11 +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 classification of object to be a dipole. + 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/dp02_dc2.yaml b/python/lsst/sdm_schemas/schemas/dp02_dc2.yaml index cade1dbc..22bb12ed 100644 --- a/python/lsst/sdm_schemas/schemas/dp02_dc2.yaml +++ b/python/lsst/sdm_schemas/schemas/dp02_dc2.yaml @@ -6780,12 +6780,7 @@ tables: - name: isDipole "@id": "#DiaSource.isDipole" datatype: boolean - description: Classification of diaSource as a dipole. - fits:tunit: - - name: dipoleFitAttempted - "@id": "#DiaSource.dipoleFitAttempted" - datatype: boolean - description: Attempted classification of object to be a dipole. + description: Flag indicating diaSource is classified as a dipole fits:tunit: - name: ixx "@id": "#DiaSource.ixx" diff --git a/python/lsst/sdm_schemas/schemas/imsim.yaml b/python/lsst/sdm_schemas/schemas/imsim.yaml index 2090a742..82a23367 100644 --- a/python/lsst/sdm_schemas/schemas/imsim.yaml +++ b/python/lsst/sdm_schemas/schemas/imsim.yaml @@ -7796,12 +7796,12 @@ tables: - name: isDipole "@id": "#DiaSource.isDipole" datatype: boolean - description: Classification of diaSource as a dipole. + description: Source well fit by a dipole. fits:tunit: - name: dipoleFitAttempted "@id": "#DiaSource.dipoleFitAttempted" datatype: boolean - description: Attempted classification of object to be a dipole. + description: Attempted to fit a dipole model to this source. fits:tunit: - name: time_processed "@id": "#DiaSource.time_processed"