-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from mathias77515/Tom-dev2
Typo correction
- Loading branch information
Showing
2 changed files
with
12 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +0,0 @@ | ||
path_out: 'test_FastSim/' | ||
datafilename: 'MC' | ||
|
||
CMB: | ||
cmb: True | ||
seed: 1 # CMB realization | ||
r: 0 | ||
Alens: 1 | ||
|
||
Foregrounds: | ||
|
||
Dust: True # Thermal Dust emission | ||
Synchrotron: False # Synchrotron emission | ||
|
||
QUBIC: | ||
|
||
### This section control the parameters related to QUBIC | ||
|
||
instrument: 'DB' # Instrumental design (DB or UWB) | ||
npointings: 1000 # Number of time samples | ||
nsub_in: 8 # Number of sub-acquisitions | ||
nsub_out: 4 | ||
nrec: 2 # Number of reconstructed frequency maps | ||
convolution_in: True # Angular resolution in the input TOD | ||
convolution_out: False # Angular resolution in the reconstruction | ||
bandpass_correction: True # Correction to keep the edges of the integration band constant | ||
NOISE: | ||
ndet: 1 # Level of detector noise | ||
npho150: 1 # Level of photon noise at 150 GHz | ||
npho220: 1 # Level of photon noise at 220 GHz | ||
detector_nep: 4.7e-17 # NEP of detector noise | ||
SYNTHBEAM: | ||
synthbeam_kmax: 1 # Order of synthesized beam diffraction (synthbeam_kmax = 1 means 9 peaks) | ||
dtheta: 15 # Angle for coverage | ||
|
||
SKY: | ||
|
||
### This section control the reconstructed sky | ||
|
||
nside: 32 # Nside of components | ||
coverage_cut: 0.2 # Define a cut where the coverage is too low | ||
RA_center: 0 | ||
DEC_center: -57 | ||
|
||
PLANCK: | ||
|
||
### This section define which external data are we using | ||
|
||
external_data: False | ||
weight_planck: 0 # Weight of Planck data within the QUBIC patch | ||
level_noise_planck: 1 # Noise level for Planck data | ||
bandwidth_planck: 0.2 # Multiplicative factor to define the bandwidth of Planck's data | ||
nsub_planck: 10 # Number of sub acquisitions for Planck's data | ||
|
||
Pipeline: | ||
mapmaking: True # Run MapMaking Pipeline | ||
spectrum: False # Compute Power Spectra of the frequency maps | ||
|
||
PCG: | ||
|
||
### This section control PCG parameters | ||
|
||
n_iter_pcg: 100 # Number of PCG iterations | ||
tol_pcg: 1.0e-12 # Tolerance for PCG | ||
preconditioner: True | ||
gif: True | ||
resolution_plot: 12 | ||
fwhm_plot: 0.005 | ||
|
||
Spectrum: | ||
|
||
### This section define the parameters to compute the power spectra | ||
|
||
dl: 10 | ||
lmin: 20 | ||
lmax: 120 | ||
aposize: 10 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters