Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Line processing recipe, should also be templateable to select specific spws for line processing.


Main issues to overcome:

  • RFI Flagging of spectral lines
  • Statwt downweighting spectral lines
  • Hanning smoothing lowers spectral resolution



Assumptions:

  1. The pipeline is able to make use of different MS files in different tasks to facilitate continuum and line processing.

Example Spectral line recipe:

...

  • hif_makeimlist(specmode='cont')

    • Operates only on _cont.ms
  • hif_makeimages(hm_masking='none', hm_cyclefactor=3.0)

    • Operates only on _cont.ms
    • All windows used, no cont.dat used for VLA continuum imaging

...