You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but I am getting the error that the frequency of my MS is outside of the frequencies in the solution file. std exception detected: Frequency 62767028.808594 not found in sol000/amplitude000
Is there no extrapolation at all in DPPP?
The text was updated successfully, but these errors were encountered:
There is a bit of extrapolation at the beginning and end of the solutions. For example, if you have solutions at 10, 20, 30, 50 MHz and use nearest-neighbor interpolation (the default), DPPP will accept frequencies from 5MHz to 60MHz, i.e. it assumes that the cell width of the first and last cell are symmetric. See https://git.astron.nl/RD/schaapcommon/-/blob/master/src/h5parm/soltab.cc#L518
Hi,
I am trying to apply solutions with DPPP using the following command:
but I am getting the error that the frequency of my MS is outside of the frequencies in the solution file.
std exception detected: Frequency 62767028.808594 not found in sol000/amplitude000
Is there no extrapolation at all in DPPP?
The text was updated successfully, but these errors were encountered: