Skip to content
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

[Feature] Query for more classes #13

Open
fforster opened this issue Apr 1, 2021 · 0 comments
Open

[Feature] Query for more classes #13

fforster opened this issue Apr 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@fforster
Copy link
Contributor

fforster commented Apr 1, 2021

Is your feature request related to a problem? Please describe.
The ability to query more than one class

Describe the solution you'd like
The ability to do this query:
dataframe = alerce.query_objects(
ra=220,
dec=0,
lastmjd=[nt.mjd-365./2,nt.mjd],
radius=search_radius*3600,
classifier='stamp_classifier',
class_name=['SN','AGN'],
page_size=200
)

This was requested by Alex Kim, from DESC.

@fforster fforster added the enhancement New feature or request label Apr 1, 2021
@cvalenzu cvalenzu changed the title [Feature] [Feature] Query for more objects Apr 12, 2021
@cvalenzu cvalenzu changed the title [Feature] Query for more objects [Feature] Query for more classes Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant