-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparameters.ini
More file actions
19 lines (10 loc) · 1.39 KB
/
parameters.ini
File metadata and controls
19 lines (10 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[General]
input_maps: map_total_test ; input maps file name -- the file should be a fits file containing an array (channels x Healpix pixels) -- the order should be 'RING'
prior_maps: map_prior_test ; prior maps file -- the file should be a fits file containing an array (channels x Healpix pixels) -- the order should be 'RING' -- they must have the same mask as the input maps
mask: mask_planck_64_apodized ; mask map file -- the file should be a fits file containing an array (Healpix pixels) -- the order should be 'RING' -- if no mask has been used, please provide a unit array
needlet_bands = Cosine ; needlet type: Cosine or Gaussian bands
bandcenters: 0, 64, 191 ; COSINE: centers of the needlet, which are given in multipoles (ell's) -- the last value must be equal to 3 * Nside - 1, where Nside is the Healpix Nside that determines the number of pixels of the map -- example: 0, 128, 383. GAUSSIAN, centers of the needlet bands are given in angular resolution -- the last value must be equal to the angular resolution of the maps -- example: 240, 120, 40
ilc_bias: 0.001 ; ILC bias -- reasonable values < 0.05 -- before changing it, please read the documentation
output_suffix: test ; suffix of the output files
save_ilc_weights = True ; True if you want to save the ILC weights
save_wavelets_dimensions = True ; True if you want to save the dimensions given to he foregrounds in each wavelet