e-merlin / eMERLIN_CASA_pipeline

This is CASA eMERLIN pipeline to calibrate data from the e-MERLIN array. Please fork the repository before making any changes and read the Coding Practices page in the wiki. Please add issues with the pipeline in the issues tab.
GNU General Public License v3.0
14 stars 11 forks source link

Short-term amplitude variability #63

Closed jmoldon closed 6 years ago

jmoldon commented 6 years ago

Sometimes, some spw show short-term amplitude modulation that can change in a fraction of minutes. This is very clear in some L-band data of 1331+305. The pipeline currently solves amplitudes using a solint of 180s, and that means that that variability is not corrected.

For example, with 3 min solution interval, this is corrected amp vs time for 1331+305: cal_3min

And these are 16s solution interval corrected amp vs time for 1331+305: cal_16s

We have different options to solve this:

That will probably mess up things a bit but is probably the most accurate.

jmoldon commented 6 years ago

Fixed in be4fc94f9d1f52d6fd94b3887f82b30962a9c9b0