Skip to content
Snippets Groups Projects
Commit 5d0aabc4 authored by andreab1997's avatar andreab1997
Browse files

Added normalization for 9pt prescrip

parent de18b1e6
No related branches found
No related tags found
No related merge requests found
......@@ -369,6 +369,8 @@ def covs_pt_prescrip(
batches_list.append(np.transpose(shifts_fin,axes=[2,1,0]))
shifts = shifts_vec(batches_list)
thcmat = thcovmat(shifts)
#divide by 12 beacause currently the prescriptions are not implemented yet
thcmat = thcmat/12.
return thcmat
def shifts_vec(raw: list[np.ndarray]) -> list[np.ndarray]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment