-
Notifications
You must be signed in to change notification settings - Fork 3
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
Filter on "quality" for QLP fixed #322
Conversation
…be in uppercase.
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.
The PR fixed the issue for QLP. I'm wondering:
|
I've found non-capitalized parameters in CatalinaSkySurveyObservationSource
and in ASASSNObservationSource:
As for ASASSNObservationSource, I've just fixed it as part of #323 |
Concerning VeLa filter on "observation details" created with the "observation.addDetail()" function: |
If we do want the key to be in uppercase, would it be more defensive if (Even if |
That is the case currently @mpyat2 but I agree that typed observation details would be a Good Thing, and is again one of these things I've thought about. Please create an issue specifically for this. |
Please create an issue for 2. Thinking about 1... |
Fixed #321: "ob.addDetail("QUALITY", ...)": the first parameter must be in uppercase.