-
Notifications
You must be signed in to change notification settings - Fork 50
Enhancement: Issue #1288 - Update ALeRCE Broker query form #1361
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
base: dev
Are you sure you want to change the base?
Enhancement: Issue #1288 - Update ALeRCE Broker query form #1361
Conversation
jchate6
left a comment
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.
This seems to work, but I'm going to trust you on the details..
tom_alerts/brokers/alerce.py
Outdated
|
|
||
| if parameters['stamp_classifier']: | ||
| class_type = 'stamp_classifier' | ||
| elif parameters['stamp_classifier_beta']: |
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.
change these to parameters.get('stamp_classifier_beta') or similar so they are backwards compatible with older queries that people may have saved.
|
@jchate6: Could you let me know if I changed it the right way? |
I updated the query form for ALeRCE to include new classifiers available for the ZTF Explorer.