-
Notifications
You must be signed in to change notification settings - Fork 8
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
define visibility class API #55
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #55 +/- ##
=======================================
Coverage ? 89.26%
=======================================
Files ? 7
Lines ? 829
Branches ? 0
=======================================
Hits ? 740
Misses ? 89
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Having reflected overnight, I think there is a more structured way to organise our
The advantages of this structure include:
|
Co-authored-by: DanRyanIrish <[email protected]>
Make underlying data structure for Visibilities class an xarray
@annavolp Can you push your latest work including the tests you wrote in Dublin? |
So I've realised two "coordinates" are needed, see the other open PR #58, both a |
If we agree that #62 is ready to be merged now, it probably makes sense to combined that PR into this one first and then merge both Anna and my contributions together. I think we're basically there. Of course, small changes can still be made in the future if we want. |
…lude optional metadata, rather than top level kwargs. Also add instrument attribute to VisMeta.
Co-authored-by: Shane Maloney <[email protected]>
Final updates to Vis class API.
@samaloney This is ready to merge. |
@samaloney Actually last minute change. We should make "energy" "spectral". |
Co-authored-by: DanRyanIrish <[email protected]>
This pull request defines a new object for visibilities and its API.