Do not use half pixel shift

This commit is contained in:
Guilhem Lavaux 2014-06-12 09:51:54 +02:00
parent a6b08dfe8f
commit 0aeb0d80c3

View File

@ -12,7 +12,7 @@ cosmo['ns']=0.9624
supergen=4
zstart=50
astart=1/(1.+zstart)
halfPixelShift=True
halfPixelShift=False
if __name__=="__main__":
bic.write_icfiles(*bic.run_generation("initial_condition_borg.dat", 0.001, astart, cosmo, supersample=1, shiftPixel=halfPixelShift, do_lpt2=False), supergenerate=supergen)