-
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
Does the expression for spectral intensity apply to the entire brightness matrix or only to I? #120
Comments
This comment intentionally left blank |
To a zeroth order approximation you are more or less correct. The polarized signal can never be more that I, so if e.g. I is decreasing toward increasing frequency then so must the polarized components. However, due to various physical processes both internal to the sources and along the path between the source and the telescope, the polarized component of the signal (or percentage polarization) will tend to increase as the frequency increases. The exact behaviour varies from source to source. There is no hard and fast answer. But if not a lot is known about the source, your current operation is as good as anything else. |
@SpheMakh makes the point that the quantities involved in I (intensity) are different from Q, U and V (rotational). Thankfully this change is not difficult to make. |
@sjperkins If you have no spectral-index term for Q, U and V, you are making the (dangerous) assumption that all sources ever have flat (alpha=1) spectra, and independently of what I is doing, which seems implausibly unlikely. So a more sensible (and flexible) approach to adopt for now might be to allow one alpha per stokes parameter. I don't think we ever talked about allowing for higher-order dependencies. If you are looking to generalize, you could allow for alpha to be an array over frequency that could then be populated by the user (cf. weight_vector). |
An alpha per stokes parameter is also an easy change. |
I don't believe alpha per Stokes parameter is useful or physical. If you're in the mood for coding, the next useful change is to implement rotation measure (RM): phi = RM_(lambda / lambda_0)^2 (can anybody remind me how to render math here?) ...and multiply the brightness matrix overall by the spectral index scaling law. |
@o-smirnov quicklatex will render latex maths into a png |
@o-smirnov Cool! Lets discuss more when you're back, this isn't urgent. |
#121 confirms Meqtrees and Montblanc produce same results w.r.t. IQUV and spi. |
Closing this in favour of #171, which contains further discussion on expanded spectral intensity expression. |
Currently, the expression for the spectral intensity is multiplied into the entire brightness matrix like so:
Landman suggested that that spectral intensity only applies to I. It seems to me that the above is valid iff
I^2 == Q^2 + U^2 + V^2
. @o-smirnov, @jtlz2 could you provide input here?The text was updated successfully, but these errors were encountered: