Actions
Bug #63725
openTask #63706: QubicSoft
Task #63541: FMM and CMM (with Ext data) in QubicSoft
Subpeaks amplitudes vary with frequency and TOD are weird
Start date:
01/21/2025
Due date:
% Done:
0%
Estimated time:
Description
Problem in peak_angles (wrong amplitudes)
Problem in TODs that don't converge at high Nsub
Related issues
Updated by Huchet Alexandre about 1 month ago
- There is a problem with the MPI management in the code, where if nothing is defined the code doesn't behave well
--> Add an assignment of MPI parameters in the dictionnary creation if they are not defined to avoid problems
--> Change a test in Qacquisition.QubicMultiAcquisitions.__init__() from if self.dict["nprocs_instrument"] != 1: to if self.dict["nprocs_instrument"] > 1:
- There is a pixellisation effect in the creation of TOD: the position of the higher order subpeaks moves with frequency and can jump form a pixel to another, creating discontinuity
Actions