@@ -156,6 +162,95 @@ function plot_cl_charm(c::Cat, ff::Vector{Function}, ylab::LaTeXString, phi2_ph:
close("all")
end
end
# plot continuum limit for a given category without projectin to physical point
function plot_cl_charm_no_proj(c::Cat,ff::Vector{Function},ylab::LaTeXString,phi2_ph::uwreal,ensinfo::Vector{EnsInfo};mrat::uwreal=uwreal(1.),dec::Bool=false,p::Union{String,Nothing}=nothing,
function plot_all_cl_charm(cvec::Vector{Cat},ff::Vector{Function},ylab::LaTeXString,phi2_ph::uwreal,ensinfo::Vector{EnsInfo};mrat::uwreal=uwreal(1.),dec::Bool=false,p::Union{String,Nothing}=nothing,wpm::Union{Dict{String,Vector{Float64}},Nothing}=nothing,n::Union{Nothing,Vector{Int64}}=nothing)
...
...
@@ -256,7 +351,7 @@ function plot_chi_charm(c::Cat, ff::Vector{Function}, ylab::LaTeXString, phi2_ph
end
#Model info
@info("error in t0_ph not included")
phih_2_use=c.phih_ph
phih_2_use=value(c.phih_ph)
par_n=getfield(c,:n_param)[n]
upar=getfield(c,:fit_param)[n]
if!dec
...
...
@@ -270,7 +365,7 @@ function plot_chi_charm(c::Cat, ff::Vector{Function}, ylab::LaTeXString, phi2_ph
println("chi2/chiexp corresponding to the best fit ",c.chi2_vs_exp[n])
@@ -324,6 +427,138 @@ function plot_chi_charm(c::Cat, ff::Vector{Function}, ylab::LaTeXString, phi2_ph
close("all")
end
end
# plot interpolation in heavy_pc projected for a given category
function plot_mh_interp_charm(c::Cat,ff::Vector{Function},ylab::LaTeXString,phi2_ph::uwreal,ensinfo::Vector{EnsInfo},nmh::Vector{Int64};p::Union{String,Nothing}=nothing,
@@ -630,6 +864,67 @@ function plot_chi_fds_ratio(c::Cat, ff_vec::Vector{Function}, ylab::LaTeXString,
end
function plot_cl_fds_ratio(c::Cat,ff_vec::Vector{Function},ylab::LaTeXString,phi2_ph::uwreal,ensinfo::Vector{EnsInfo};p::Union{String,Nothing}=nothing,n::Union{Nothing,Int64}=nothing)
function get_corr_TSM_multichunks(path::String,ens::EnsInfo,g1::String="G5",g2::String="G5";rw::Bool=false,legacy::Bool=false,path_rw::String="",tsm::Bool=false,ex::Bool=false)