Commit d09bd022 authored by Alejandro Saez's avatar Alejandro Saez

add thetas to corr_sym

parent 3346c249
......@@ -450,7 +450,7 @@ function corr_sym(corrL::Corr, corrR::Corr, parity::Int64=1)
end
res = (corrL.obs[1:end] + parity * corrR.obs[end:-1:1]) / 2
return Corr(res, corrL.kappa, corrL.mu, corrL.gamma, corrL.y0)
return Corr(res, corrL.kappa, corrL.mu, corrL.gamma, corrL.y0, corrL.theta1, corrL.theta2)
end
#TODO: VECTORIZE, uwreal?
@doc raw"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment