KSZ fix.
This commit is contained in:
parent
f2b81d863f
commit
eb9d4a2932
6 changed files with 77 additions and 39 deletions
|
@ -1,3 +1,5 @@
|
|||
import matplotlib
|
||||
matplotlib.use('Agg')
|
||||
import healpy as hp
|
||||
import numpy as np
|
||||
import cosmotool as ct
|
||||
|
@ -21,7 +23,8 @@ parser.add_argument('--iid', type=int, default=0)
|
|||
parser.add_argument('--proj_cat', type=bool, default=False)
|
||||
args = parser.parse_args()
|
||||
|
||||
INDATA="/nethome/lavaux/Copy/PlusSimulation/BORG/Input_Data/2m++.npy"
|
||||
#INDATA="/nethome/lavaux/Copy/PlusSimulation/BORG/Input_Data/2m++.npy"
|
||||
INDATA="2m++.npy"
|
||||
tmpp = np.load(INDATA)
|
||||
|
||||
L = args.boxsize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue