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

...

  • hif_makeimlist(specmode='mfs', spw='', MS='line')
    • Operates on _line.ms
  • hif_findcont

    • Operates on line.ms to fine find continuum regions
  • hif_uvcontfit
    • Operates on _line.ms
  • hif_uvcontsub

  • hif_makeimlist(specmode='cube')
    • Operates on _line.ms
    • Needs updates for VLA to not use deconvolver='mtmfs'
  • hif_makeimages

    • Makes line cubes with VLA spectral line heuristics

    • Operates on _line.ms

...