Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
abudlong committed Dec 4, 2024
1 parent 6a470e4 commit 73affc1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions python/lsst/sdm_schemas/schemas/apdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions python/lsst/sdm_schemas/schemas/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions python/lsst/sdm_schemas/schemas/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 73affc1

Please sign in to comment.