caracal-pipeline / caracal

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

add `channel-range` to only image the given channel range #1524

Closed Athanaseus closed 1 year ago

Athanaseus commented 1 year ago

fix #1523

Add param img_channelrange to to only image the given channel range.

selfcal:
  enable: false
  label_in: corr
  img_nchans: 8
  img_channelrange: [0,1023]  
  img_niter: 1000000
  img_multiscale: true
  img_multiscale_scales: '0, 5, 10, 15, 20, 25, 30, 50, 100'  # If set to an empty string WSClean selects the scales automatically
...