caracal-pipeline / caracal

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

Rotate models and derotate output data #1494

Closed Athanaseus closed 11 months ago

Athanaseus commented 1 year ago

This allows rotating model and derotating output data. Can be achieved with a standalone selfcal worker by only running the calibration solver:

selfcal__pa-only:
  enable: true
  cal_niter: 1
  label_in: corr
  cal_timeslots_chunk: 15
  image:
    enable: false
  extract_sources:
    enable: false
  cal_cubical:
    dist_max_chunks: 12
    flag_madmax: false
    out_derotate: true
    model_feed_rotate: 'auto'
  calibrate:
    enable: true
    gsols_timeslots: [15]
    gsols_chan: [0]
    output_data: ['PA_DATA']
  transfer_model:
    enable: false

NB: If this is performed, the output will be CORRECTED_DATA.

paoloserra commented 1 year ago

Can somebody please review this?

francescaLoi commented 1 year ago

@Athanaseus please check this log. log-caracal.txt

Athanaseus commented 1 year ago

Hi @francescaLoi This should be solved in the latest stimela, which is already in caracal master. Since the master has been merged into this, please pull and install the latest developments of this branch and try again.