From 0aeb0d80c3779a8b0247efbd0817dff97e9f9fe4 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Thu, 12 Jun 2014 09:51:54 +0200 Subject: [PATCH] Do not use half pixel shift --- python_sample/icgen/gen_ic_from_borg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_sample/icgen/gen_ic_from_borg.py b/python_sample/icgen/gen_ic_from_borg.py index a3b48cd..aced412 100644 --- a/python_sample/icgen/gen_ic_from_borg.py +++ b/python_sample/icgen/gen_ic_from_borg.py @@ -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)