We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@marinanderson You should probably double check my math, but I think I found an error in the stefcal step for polarized calibration here:
TTCal.jl/src/calibration.jl
Line 300 in b9ed76a
I think the update step actually needs to be conj(denominator\numerator) instead of (denominator\numerator)' (which does a conjugate transpose).
conj(denominator\numerator)
(denominator\numerator)'
The text was updated successfully, but these errors were encountered:
Eh, now I'm not so sure. All the tests break if I make this change. Maybe it is ok after all?
Sorry, something went wrong.
TTCal.jl/src/getspec.jl
Line 48 in baf7bc7
The above line is incorrect. Fixed on the devel branch.
No branches or pull requests
@marinanderson You should probably double check my math, but I think I found an error in the stefcal step for polarized calibration here:
TTCal.jl/src/calibration.jl
Line 300 in b9ed76a
I think the update step actually needs to be
conj(denominator\numerator)
instead of(denominator\numerator)'
(which does a conjugate transpose).The text was updated successfully, but these errors were encountered: