1
0
Fork 0
mirror of https://github.com/Findus23/halo_comparison.git synced 2024-09-19 16:03:50 +02:00

Expanded music shift analysis closer to a solution (?)

This commit is contained in:
glatterf42 2022-06-03 14:26:08 +02:00
parent e7ebe7a902
commit 954b16e560

View file

@ -37,3 +37,12 @@ assert (xshift == oliver_shift).all()
print(adrian_shift - oliver_shift)
print(xshift / ncoarse * 100)
xshift_in_mpc = np.array([-4.6875, 0, -9.375])
#according to music output:
highres_region_centre = np.array([0.566187, 0.517375, 0.612728]) * 100
shifted_highres_centre = highres_region_centre + xshift_in_mpc
print(desired_box_centre * 100 - shifted_highres_centre)