Skip to content

Commit

Permalink
Correct issue for FMM
Browse files Browse the repository at this point in the history
  • Loading branch information
TomLaclavere committed Sep 13, 2024
1 parent 07a2221 commit 0804c15
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 156 deletions.
10 changes: 5 additions & 5 deletions src/FMM/params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ QUBIC:
### This section control the parameters related to QUBIC

instrument: 'DB' # Instrumental design (DB or UWB)
npointings: 100 # Number of time samples
nsub_in: 10 # Number of sub-acquisitions
nsub_out: 10
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
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 @@ -62,7 +62,7 @@ PCG:

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

0 comments on commit 0804c15

Please sign in to comment.