HERA-Team / uvtools

Tools useful for the handling, visualization, and analysis of interferometric data.
MIT License
1 stars 1 forks source link

Have lin-leastsq use solutions from adjacent times, frequencies, and redundant group elements to speed up convergence. #133

Open aewallwi opened 3 years ago

aewallwi commented 3 years ago

The linear leastsq solver currently starts at 1 for each time or frequency fitting step. However, if it started from the fitted parameters of a previous fitted time and frequency it could converge much faster and improve runtimes considerably.