# Example inputs for the e-MERLIN calibration pipeline. ################### # Required inputs # - these must be specified before the script will run ################### # AIPS info userno = 667 indisk = 1 # Lists of sources to process. For multiple sources you can specify comma-separated lists of phsrefs and targets. targets = 1512+470 phsrefs = 1500+478 fluxcals = 1331+305 bpasscals = 0555+398 pointcals = 1407+284 # List of fluxes to use for your pointcal defined above pointflux = 2.4885, 2.4705, 2.4580, 2.4305 ################### # Optional inputs # - recommended, but will be set to sensible defaults if not set here ################### # Reference antennas. Choices are: Mk2, Pi, Da, Kn, De, Cm, Lo # The default refant is Mk2 (if in the array) refant = Mk2 solint = 10 # Do we need to do a sort? Runs MSORT and INDXR. (0 -> no, 1 -> yes, defaults to 1 if not set here) # If you are *sure* your data are already sorted, turn this off (dosort = 0) to speed up processing. Defaults to 1. dosort = 0 # How chatty do you want AIPS to be? Defaults to -5. msgkill = -5 # Do selfcal on phase calibrator? 0=no, any other positive integer = this many rounds of selfcal. Default is 0. doselfcal = 3 # Parameters for imaging. Note that the cellsize will be reset if you set it outside a sensible range for the frequency given in the FITS header. # The imsize parameter only applies to your target field. imsize = 2048 cellsize = 0.02 # Where to dump the plots if not in interactive mode, defaults to the current working directory #plotdir = /home/argo/e-MERLIN/data # Directory containing fitsfile to load if your data are not already loaded in AIPS. # If the file is in the current working directory, you only need to specify "fitsfile". #fitsfile = myfitsfile.fits #fitsdir=/home/argo/e-MERLIN/data/ # snr for fring, defaults to 9 fring_snr = 9