-
Notifications
You must be signed in to change notification settings - Fork 3
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
Enhanced spectral index expression #169
Comments
Here is a paper which uses this parameterization: http://adsabs.harvard.edu/abs/2013ApJS..204...19P ^^ See Section 8, Equation 10, and Table 10 for the coefficient values for the set of calibrators they fit in that paper. In katpoint there are an additional two optional parameters, and a reference for that in the code: https://github.com/ska-sa/katpoint/blob/master/katpoint/flux.py |
Is this still not available? Bumping up... |
Another bump. Need this badly. See MeqTrees implementation: ratt-ru/meqtrees-cattery@1961bf7#diff-775eeeadde559783f5086161e301aab7 |
This still isn't feasible given the architectural inflexibility in the current master branch. I see two solutions:
|
Option 1 works for me, but can we merge the ddfacet branch into master? Otherwise how's CubiCal's pip install going to play with a branch version of montblanc? |
We could, since it seems as if everyone is now essentially using that version (DDFacet, Cubical, @chrisfinlay).
Alternatively, this can be achieved through the use of dependency_links in setup.py |
In fact, this method is deprecated. PEP 508 is now available in the latest pip |
@LauraRichter Remember to provide link to the paper here.
The text was updated successfully, but these errors were encountered: