caracal-pipeline / caracal

Containerized Automated Radio Astronomy Calibration (CARACal) pipeline
GNU General Public License v2.0
28 stars 6 forks source link

Need input mask option for ddcal #1496

Open healytwin1 opened 1 year ago

healytwin1 commented 1 year ago

I have a 2Jy source on the edge of my fields that really needs direction dependent calibration. The parameters I have been using:

  image_dd:
    enable: true
    npix: 5800
    cell: 2
    facets_nfacets: 18
    weight_robust: -0.5
    deconv_maxminoriter: 50000
    parallel_ncpu: 29
  calibrate_dd:
    enable: true
    de_sources_mode: manual
    de_target_manual: ['Bhairavi']
    de_sources_manual: ['23h40m23.181s, 22d20m54.02s, 10.0']

I have left all the masking parameters as the default, but even with a 10sigma clip, the automasking is including the sidelobes of all the bright sources in the model which defeats the purpose. I attach a screenshot of the brightest source to illustrate the issue:

image

Ideally here I would provide a user input mask which would also help reduce compute time.

KshitijT commented 1 year ago

I feel this demands the amarula label.