diff --git a/python/lsst/sdm_schemas/schemas/apdb.yaml b/python/lsst/sdm_schemas/schemas/apdb.yaml index f25c4670..41aa3cf9 100644 --- a/python/lsst/sdm_schemas/schemas/apdb.yaml +++ b/python/lsst/sdm_schemas/schemas/apdb.yaml @@ -2014,11 +2014,7 @@ tables: - name: isDipole "@id": "#DiaSource.isDipole" datatype: boolean - description: Source well fit by a dipole. - - name: dipoleFitAttempted - "@id": "#DiaSource.dipoleFitAttempted" - datatype: boolean - description: Attempted to fit a dipole model to this source. + description: Object determined to be a dipole. - 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 82a23367..3d48c67c 100644 --- a/python/lsst/sdm_schemas/schemas/imsim.yaml +++ b/python/lsst/sdm_schemas/schemas/imsim.yaml @@ -7796,12 +7796,7 @@ tables: - name: isDipole "@id": "#DiaSource.isDipole" datatype: boolean - 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. + description: Flag indicating diaSource is classified as a dipole. fits:tunit: - name: time_processed "@id": "#DiaSource.time_processed"