You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Add it to Query.find_fields, which would require a moderate overhaul of Query._field_matching.
Write a new function that takes in the coordinate and SBID and outputs the beam.
The text was updated successfully, but these errors were encountered:
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:
Query.find_fields
, which would require a moderate overhaul ofQuery._field_matching
.The text was updated successfully, but these errors were encountered: