Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. As user vlapipe, either copy from spool, or download from the archive, a calibrated MS to /lustre/aoc/cluster/pipeline/dsoc-prod/test_imaging/<SB><EB><JobID>/working (e.g. /lustre/aoc/cluster/pipeline/dsoc-prod/test_imaging/20A-295.sb39203415.eb3937383619B-172_2019_12_01_T23_25_29.441/working)
  2. Copy casa_imagingpipescript.py from /lustre/aoc/cluster/pipeline/dsoc-prod/test_imaging/scripts into the working directory, and edit it to change the MS name.
  3. Copy run_casa.sh from the scripts directory into the working directory and change the working directory (#PBS -d). Make sure it is executable. (If necessary (i.e. large image, or it failed with the default memory) increase the memory request #PBS -l from the default of 16gb up to ~120gb (make sure to change both the pmem and pvmem parameters to the same value)).
  4. Login to nmpost-master, cd back to the working directory, then, as the vlapipe user, type qsub run_casa.sh
  5. Review the weblog in products and check the output image in the viewer.
  6. Make a qa_notes.html file with observations on how well the imaging went if there is anything to add on top of what's in the weblog.
  7. Copy the products directory, including the weblog to a safe place (=where??)to /lustre/aoc/cluster/pipeline/dsoc-prod/image-qa/<JobID>

For pipeline testing of the upcoming production version:

  1. As user vlapipe, either copy from dsoc-test/spool, or download from the archive, a calibrated MS to /lustre/aoc/cluster/pipeline/dsoc-test/test_imaging/<JobID>/working (e.g. /lustre/aoc/cluster/pipeline/dsoc-test/test_imaging/19B-172_2019_12_01_T23_25_29.441/working)
  2. Copy casa_imagingpipescript.py from /lustre/aoc/cluster/pipeline/dsoc-test/test_imaging/scripts into the working directory, and edit it to change the MS name.
  3. Copy run_casa.sh from the scripts directory into the working directory and change the working directory (#PBS -d and in the xvfb command line). Make sure it is executable
  4. Follow steps 4-7 above, but copy the products directory to /lustre/aoc/cluster/pipeline/dsoc-test/image-qa/<JobID>