The AUDI imaging task will sometimes crash, most commonly when the restore on an early Cycle 5 dataset fails. This page details the steps needed to manually run the pipeline.
Step-by-step guide
- Run the restore on the dataset using the appropriate version of CASA.
- Copy the <uid>casapipescript.py from the original failed imaging run's spool/<uid>/products directory into the working directory of the restore.
- Edit the imaging casapipescript to replace hifa_restore with hifa_importdata(vis=<calibrated msname[s]>, session=[sessionid], dbservice=False), also add hifa_exportdata(imaging_products_only=True) at the end.
- Remove the products directory from the restore run.
- start casa --pipeline
- execfile('<uid>casapipescript.py')
- Make a <jobid>/<uid> directory in the image-qa area
- copy the rawdata, products and working into the image-qa area
- Do QA and run audiPass in the usual way.