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) ...@@ -450,7 +450,7 @@ function corr_sym(corrL::Corr, corrR::Corr, parity::Int64=1)
end end
res = (corrL.obs[1:end] + parity * corrR.obs[end:-1:1]) / 2 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 end
#TODO: VECTORIZE, uwreal? #TODO: VECTORIZE, uwreal?
@doc raw""" @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