1# Parameter file for sky_ng_sim_bin
2# Healpix resolution parameter - must be a power of 2
3nsmax = 32
4# Number of bins
5nbins = 2
6# Overall maximum multipole value
7nlmax = 64
8# l range for bin 1
9nlmax_1 = 32
10nlmin_1 = 0
11
12nlmax_2 = 64
13nlmin_2 = 33
14
15#Input power spectrum
16infile = cl.fits
17
18outfile = !ng_sim_bin.fits
19
20#Set plot to .FALSE. if you want program to run
21#completely non-interactively
22plot = .TRUE.
23
24#pdf_choice is 1 if using SHO pdf
25#2 if using powers of Gaussian
26pdf_choice = 2
27
28#Random number seed
29idum_1 = 1234
30idum_2 = 65654
31
32#Example paramaters for powers of Gaussian
33
34npower_1 = 1
35npower_2 = 4
36
37
38#Example parameters for SHO
39# Order of highest non-zero alpha
40na_1 = 3
41na_2 = 3
42
43sigma0_1 = 1.0
44sigma0_2 = 1.0
45
46#Values of alpha for bin 1
47alpha_1_1 = 0
48alpha_2_1 = 0
49alpha_3_1 = 0.27
50
51#Values for bin 2
52alpha_1_2 = 0
53alpha_2_2 = 0
54alpha_3_2 = 0.15
55