-
Notifications
You must be signed in to change notification settings - Fork 67
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
Introduce experimental BasisCommonGP2 and FourierBasisCommonGP2 that accept selections #290
base: dev
Are you sure you want to change the base?
Conversation
FourierBasisCommonGP and BasisCommonGP2 that support selections (e.g., to have separate common monopole GPs by telescope). These require specifying Tspan manually.
Codecov Report
@@ Coverage Diff @@
## master #290 +/- ##
==========================================
+ Coverage 88.05% 88.41% +0.35%
==========================================
Files 13 13
Lines 2980 3055 +75
==========================================
+ Hits 2624 2701 +77
+ Misses 356 354 -2
Continue to review full report at Codecov.
|
Hi @vallis , is this PR ready for review? I can properly look at it this week. |
One question: is this a separate class instead of just updating BasisCommonGP, because this is experimental? Ideally the selections would just work for the regular common Common GP classes |
For instance, to implement independent correlated GPs on each telescope, one could do
Note that it is currently necessary to set
Tspan
.The PR also adds the method
telescope()
to pulsar, andby_telescope()
to selections.