Closed jmoldon closed 6 years ago
It worked perfectly.
This is an image produced by the pipeline of a source located 7.8 arcmin away from the phase center with a dataset that was averaged to 128chan/spw and 5 seconds integration time after one phase shift to this location:
The pipeline also produced an image for the science target source in the original field, because both phase centers were calibrated in parallel.
Note that shifting a field phase center using correlated data is not cheap: the shift of one field took 1.5h (for a 225GB, 24-h L-band data set), and the size of the unaveraged data set increased to 356 GB due to the shifted target data. However, the averaged data set size was only 33.5 GB, including model and corrected_data columns. So the final trade off is really good compared to keeping full resolution just to image one individual sources at the edge of the primary beam.
Looks good Javier. The only issue here is that sometimes the use of fixvis/UVFIX is that the astrometry can be off. We found that in the eMERGE data this could be as much as 60mas which could be fairly significant for eMERLIN resolutions especially @ C-band. We should probably put this as a caveat.
Ok, good point. Things that we may want to check for a source a few arcmin away of the phasecenter:
With that information we will possibly distinguish three science cases and what they need:
This is more general than the pipeline development, so we should continue it in e-Merlin User Group meeting.
I added a very interesting step to the pipeline: the possibility to perform phase shifts to any field in the MS. Some notes:
All the additional fields (phase centers) will have the same time stamps and scan numbers:
This structure seems to work, and I don't see any problem with that. But I want to check that calibration, flagging, plotting, and final result make sense in a real data set. Feel free to experiment as much as you want.
Some additional notes:
As explained in the documentation shift_field_pos, this does not work with MMS, because they cannot concatenate new data. You can use virtualconcat in that case, but it is not implemented in the pipeline now.
If you just want to correct the phase center of a field but you don't want duplicated fields in your MS you can just not select the fields with the wrong phase center in the
average_1
step, for example, then it will be discarded.