EoRImaging / FHD

Fast Holographic Deconvolution
BSD 2-Clause "Simplified" License
20 stars 10 forks source link

Minimum number of baselines and the Kalman filter #258

Closed nicholebarry closed 3 years ago

nicholebarry commented 3 years ago

If the min_cal_solutions is not met for a tile per a freq, then a gain is not solved for that tile for that freq. This breaks the Kalman filter, because it tries to fit the 0 and the convergence tests are not set up for the special case of 0.

Do we then flag that tile for that frequency if it doesn't satisfy the minimum number of baselines needed for a solution? If so, we should exclude that point from the Kalman filter.

nicholebarry commented 3 years ago

Solved with pull request #259