How much information does the CMB temperature map, on the surface of last scattering at z=1100, provide on the potential throughout the volume?
%matplotlib inline
from beatbox import universe
reload(universe)
f = universe.FakeHealpixData()
f.show()
s = universe.SliceSurface()
inf = universe.Inference(f, s)
inf.calculate_mv_phi()
inf.view_phi_mv_slice()