lofar-astron / DP3

DP3: streaming processing pipeline for radio interferometric data
GNU General Public License v3.0
15 stars 10 forks source link

Suggestion: New solver Jones-modes #344

Open henedler opened 3 months ago

henedler commented 3 months ago

The following modes are currently supported by the DP3 solvers: scalar, scalarphase, scalaramplitude, diagonal, diagonalphase, diagonalamplitude, fulljones, tec, tecandphase, rotation and rotation+diagonal .

In a few cases, it would be useful to have additional solve types to reduce free parameters by leveraging known physical effects:

Currently, physical effects such as clock+tec or Faraday Rotation are oftentimes fit to the h5parm solutions in solutions space. This indirect method is not optimal since we don't take into account the visibility weights.

Cheers, Henrik

maaijke commented 3 months ago

Hi Henrik, If it is not too much work it could probably be a good idea to implement these functionalities, but we might need some more discussion on the usability. Clock/TEC fitting on the visibility phases will not lead to optimal solutions, not only because of the local minima issues you mentioned yourself (although it might well work in LOFAR2 if there is a common clock) but also because you are ignoring second order effects like cable reflections and the constant phase offset. Proper Faraday rotation including the 1/frequency^2 effect is probably easier , so it would certainly be interesting to see how that goes.