-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DM-47060: Add attempted dipole classification of object to APDB #279
Conversation
- name: dipoleFitAttempted | ||
"@id": "#DiaSource.dipoleFitAttempted" | ||
datatype: boolean | ||
description: Attempted classification of object to be a dipole. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Attempted classification of object to be a dipole. | |
description: Attempted to fit a dipole model to this source. |
@@ -2015,6 +2015,10 @@ tables: | |||
"@id": "#DiaSource.isDipole" | |||
datatype: boolean | |||
description: Object determined to be a dipole. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Object determined to be a dipole. | |
description: Source well fit by a dipole. |
description: Flag indicating diaSource is classified as a dipole | ||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the change to this file: the dp02 schema was set when it was released, and shouldn't change after.
@@ -7801,7 +7801,12 @@ tables: | |||
- name: isDipole | |||
"@id": "#DiaSource.isDipole" | |||
datatype: boolean | |||
description: Flag indicating diaSource is classified as a dipole. | |||
description: Classification of diaSource as a dipole. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Classification of diaSource as 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Attempted classification of object to be a dipole. | |
description: Attempted to fit a dipole model to this source. |
31b82c7
to
73affc1
Compare
73affc1
to
46b25b9
Compare
No description provided.