Fixes
This commit is contained in:
parent
718fac9993
commit
7f338f43f2
@ -4,7 +4,7 @@ import healpy as hp
|
||||
|
||||
d = np.zeros((64,64,64), ct.DTYPE)
|
||||
|
||||
d[33,33,33] = 1
|
||||
d[32,32,32] = 1
|
||||
|
||||
proj0 = ct.spherical_projection(32, d, 0, 20, integrator_id=0)
|
||||
proj1 = ct.spherical_projection(32, d, 0, 20, integrator_id=1)
|
||||
proj0 = ct.spherical_projection(64, d, 0, 20, integrator_id=0, shifter=np.array([0.5,0.5,0.5]))
|
||||
proj1 = ct.spherical_projection(64, d, 0, 20, integrator_id=1)
|
||||
|
Loading…
Reference in New Issue
Block a user