Skip to content

Commit

Permalink
Merge pull request #23 from mathias77515/Tom-dev2
Browse files Browse the repository at this point in the history
Tom dev2
  • Loading branch information
TomLaclavere authored Sep 13, 2024
2 parents 275d164 + 617d0d1 commit bbbe911
Show file tree
Hide file tree
Showing 6 changed files with 202 additions and 128 deletions.
6 changes: 0 additions & 6 deletions src/FMM/main.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
import Qmixing_matrix

print(Qmixing_matrix)
sto


import sys

from pipeline import *
Expand Down
20 changes: 10 additions & 10 deletions src/FMM/params.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
path_out: 'test_to_remove/'
path_out: 'test_FastSim/'
datafilename: 'MC'

CMB:
Expand All @@ -17,11 +17,11 @@ QUBIC:
### This section control the parameters related to QUBIC

instrument: 'DB' # Instrumental design (DB or UWB)
npointings: 6000 # Number of time samples
nsub_in: 12 # Number of sub-acquisitions
nsub_out: 12
nrec: 6 # Number of reconstructed frequency maps
convolution_in: False # Angular resolution in the input TOD
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:
Expand All @@ -37,7 +37,7 @@ SKY:

### This section control the reconstructed sky

nside: 256 # Nside of components
nside: 32 # Nside of components
coverage_cut: 0.2 # Define a cut where the coverage is too low
RA_center: 0
DEC_center: -57
Expand All @@ -46,11 +46,11 @@ PLANCK:

### This section define which external data are we using

external_data: True
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: 100 # Number of sub acquisitions for Planck's data
nsub_planck: 10 # Number of sub acquisitions for Planck's data

Pipeline:
mapmaking: True # Run MapMaking Pipeline
Expand All @@ -60,7 +60,7 @@ PCG:

### This section control PCG parameters

n_iter_pcg: 50 # Number of PCG iterations
n_iter_pcg: 100 # Number of PCG iterations
tol_pcg: 1.0e-12 # Tolerance for PCG
preconditioner: True
gif: True
Expand Down
Loading

0 comments on commit bbbe911

Please sign in to comment.