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

Add beam finding functionality #426

Open
ddobie opened this issue Apr 21, 2023 · 1 comment
Open

Add beam finding functionality #426

ddobie opened this issue Apr 21, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ddobie
Copy link
Collaborator

ddobie commented Apr 21, 2023

It's currently non-trivial to find the beam that a given coordinate is located in, but is important for some science cases (e.g. creating dynamic spectra of flare stars).

There are two ways we could add this functionality:

  1. Add it to Query.find_fields, which would require a moderate overhaul of Query._field_matching.
  2. Write a new function that takes in the coordinate and SBID and outputs the beam.
@ddobie ddobie added the enhancement New feature or request label Apr 21, 2023
@ddobie
Copy link
Collaborator Author

ddobie commented May 18, 2023

These changes should also incorporate #371.

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