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

Enhanced spectral index expression #169

Open
sjperkins opened this issue Oct 4, 2016 · 7 comments
Open

Enhanced spectral index expression #169

sjperkins opened this issue Oct 4, 2016 · 7 comments

Comments

@sjperkins
Copy link
Member

@LauraRichter Remember to provide link to the paper here.

@LauraRichter
Copy link

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

@o-smirnov
Copy link
Contributor

Is this still not available? Bumping up...

@o-smirnov
Copy link
Contributor

Another bump. Need this badly.

See MeqTrees implementation: ratt-ru/meqtrees-cattery@1961bf7#diff-775eeeadde559783f5086161e301aab7

@sjperkins
Copy link
Member Author

This still isn't feasible given the architectural inflexibility in the current master branch. I see two solutions:

  1. Use the ddfacet branch which removes the single spectral index parameter, but provides the ability to set per-channel stokes values (in which your desired and fairly arbitrary spectral model should be integrated). It looks like this for a single spectral index parameter.
  2. Wait for the dask development version.

@o-smirnov
Copy link
Contributor

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?

@sjperkins
Copy link
Member Author

Option 1 works for me, but can we merge the ddfacet branch into master?

We could, since it seems as if everyone is now essentially using that version (DDFacet, Cubical, @chrisfinlay).

Otherwise how's CubiCal's pip install going to play with a branch version of montblanc?

Alternatively, this can be achieved through the use of dependency_links in setup.py

@sjperkins
Copy link
Member Author

sjperkins commented Nov 19, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants