! Started logfile: J1318+0430_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:54:28 2016 obs J1318+0430_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1318+0430_S_2014_06_09_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.781785 visibilities/baseline/integration-bin. ! Found source: J1318+0430 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 336 lines of history. ! ! Reading 17168 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J1318+0430_S_2014_06_09_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 140 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 140 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 140 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 140 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.907556Jy sigma=0.010569 ! Fit after self-cal, rms=0.887855Jy sigma=0.010358 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.624 mas, bmaj=7.601 mas, bpa=-6.742 degrees ! Estimated noise=708.634 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0877425 Jy ! Component: 100 - total flux cleaned = 0.107652 Jy ! Total flux subtracted in 100 components = 0.107652 Jy ! Clean residual min=-0.004455 max=0.007380 Jy/beam ! Clean residual mean=0.000003 rms=0.001149 Jy/beam ! Combined flux in latest and established models = 0.107652 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.107652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073656Jy sigma=0.000801 ! Fit after self-cal, rms=0.073658Jy sigma=0.000801 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00823707 Jy ! Component: 100 - total flux cleaned = 0.0129868 Jy ! Total flux subtracted in 100 components = 0.0129868 Jy ! Clean residual min=-0.003505 max=0.004058 Jy/beam ! Clean residual mean=0.000001 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.120639 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 28 components and 0.120639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072509Jy sigma=0.000788 ! Fit after self-cal, rms=0.072525Jy sigma=0.000788 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.137 mas, bmaj=8.59 mas, bpa=-5.778 degrees ! Estimated noise=470.285 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00382073 Jy ! Component: 100 - total flux cleaned = 0.00572606 Jy ! Component: 150 - total flux cleaned = 0.00677311 Jy ! Component: 200 - total flux cleaned = 0.00736589 Jy ! Total flux subtracted in 200 components = 0.00736589 Jy ! Clean residual min=-0.002624 max=0.002214 Jy/beam ! Clean residual mean=0.000001 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.128005 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 53 components and 0.128005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072285Jy sigma=0.000787 ! Fit after self-cal, rms=0.072295Jy sigma=0.000787 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.84 HN 0.93 KP 1.05 ! LA 1.19 MK 1.04 NL 0.99 OV 0.99 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 0.96 KP 1.03 ! LA 1.14 MK 1.04 NL 1.10 OV 1.02 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.13 HN 0.98 KP 0.93 ! LA 0.90 MK 1.07 NL 1.02 OV 0.93 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 0.94 KP 0.89 ! LA 0.87 MK 1.03 NL 1.06 OV 1.01 ! PT 1.02 SC 1.00 ! ! ! Fit before self-cal, rms=0.072295Jy sigma=0.000787 ! Fit after self-cal, rms=0.070733Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.163 mas, bmaj=8.628 mas, bpa=-5.725 degrees ! Estimated noise=471.883 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000358253 Jy ! Component: 100 - total flux cleaned = -0.000357973 Jy ! Component: 150 - total flux cleaned = -0.000368193 Jy ! Component: 200 - total flux cleaned = -0.000368335 Jy ! Total flux subtracted in 200 components = -0.000368335 Jy ! Clean residual min=-0.001734 max=0.001437 Jy/beam ! Clean residual mean=0.000003 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.127636 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 62 components and 0.127636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070728Jy sigma=0.000774 ! Fit after self-cal, rms=0.070726Jy sigma=0.000774 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070726Jy sigma=0.000774 ! Fit after self-cal, rms=0.070803Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.168 mas, bmaj=8.631 mas, bpa=-5.701 degrees ! Estimated noise=471.889 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00027378 Jy ! Component: 100 - total flux cleaned = -0.000291168 Jy ! Component: 150 - total flux cleaned = -0.000291205 Jy ! Component: 200 - total flux cleaned = -0.000291108 Jy ! Total flux subtracted in 200 components = -0.000291108 Jy ! Clean residual min=-0.001416 max=0.001343 Jy/beam ! Clean residual mean=0.000001 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.127345 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 66 components and 0.127345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070801Jy sigma=0.000773 ! Fit after self-cal, rms=0.070806Jy sigma=0.000773 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.06175e-05 Jy ! Component: 100 - total flux cleaned = -1.31524e-05 Jy ! Component: 150 - total flux cleaned = -1.85564e-05 Jy ! Component: 200 - total flux cleaned = -2.33337e-05 Jy ! Total flux subtracted in 200 components = -2.33337e-05 Jy ! Clean residual min=-0.001424 max=0.001342 Jy/beam ! Clean residual mean=0.000001 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.127322 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 69 components and 0.127322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070805Jy sigma=0.000773 ! Fit after self-cal, rms=0.070805Jy sigma=0.000773 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070805Jy sigma=0.000773 ! Fit after self-cal, rms=0.070992Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.175 mas, bmaj=8.638 mas, bpa=-5.649 degrees ! Estimated noise=472.842 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.86734e-05 Jy ! Component: 100 - total flux cleaned = -0.000115694 Jy ! Component: 150 - total flux cleaned = -0.00014542 Jy ! Component: 200 - total flux cleaned = -0.000169621 Jy ! Total flux subtracted in 200 components = -0.000169621 Jy ! Clean residual min=-0.001438 max=0.001338 Jy/beam ! Clean residual mean=0.000001 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.127152 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 72 components and 0.127152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070990Jy sigma=0.000773 ! Fit after self-cal, rms=0.070991Jy sigma=0.000773 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.23946e-05 Jy ! Component: 100 - total flux cleaned = -1.72075e-05 Jy ! Component: 150 - total flux cleaned = -1.72841e-05 Jy ! Component: 200 - total flux cleaned = -2.15755e-05 Jy ! Total flux subtracted in 200 components = -2.15755e-05 Jy ! Clean residual min=-0.001438 max=0.001353 Jy/beam ! Clean residual mean=0.000001 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.127131 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 74 components and 0.127131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070990Jy sigma=0.000773 ! Fit after self-cal, rms=0.070990Jy sigma=0.000773 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070990Jy sigma=0.000773 ! Fit after self-cal, rms=0.071131Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.344 mas, bmaj=14.76 mas, bpa=-10.36 degrees ! Estimated noise=582.309 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000231218 Jy ! Component: 100 - total flux cleaned = -0.000253295 Jy ! Component: 150 - total flux cleaned = -0.000253185 Jy ! Component: 200 - total flux cleaned = -0.000253514 Jy ! Total flux subtracted in 200 components = -0.000253514 Jy ! Clean residual min=-0.001671 max=0.001482 Jy/beam ! Clean residual mean=0.000003 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.126877 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 77 components and 0.126877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071132Jy sigma=0.000773 ! Fit after self-cal, rms=0.071133Jy sigma=0.000773 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.17005e-06 Jy ! Component: 100 - total flux cleaned = -6.23341e-07 Jy ! Component: 150 - total flux cleaned = -2.48356e-07 Jy ! Component: 200 - total flux cleaned = -1.78084e-08 Jy ! Total flux subtracted in 200 components = -1.78084e-08 Jy ! Clean residual min=-0.001672 max=0.001486 Jy/beam ! Clean residual mean=0.000003 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.126877 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 77 components and 0.126877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071134Jy sigma=0.000773 ! Fit after self-cal, rms=0.071134Jy sigma=0.000773 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.18 mas, bmaj=8.64 mas, bpa=-5.596 degrees ! Estimated noise=473.566 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.18 x 8.64 at -5.596 degrees (North through East) ! Clean map min=-0.0013889 max=0.11432 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.654 mas, bmaj=7.632 mas, bpa=-6.549 degrees ! Estimated noise=715.049 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0884532 Jy ! Component: 100 - total flux cleaned = 0.108406 Jy ! Component: 150 - total flux cleaned = 0.116141 Jy ! Component: 200 - total flux cleaned = 0.120239 Jy ! Total flux subtracted in 200 components = 0.120239 Jy ! Clean residual min=-0.002735 max=0.002657 Jy/beam ! Clean residual mean=0.000002 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.120239 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.120239 Jy ! Inverting map and beam ! Estimated beam: bmin=3.18 mas, bmaj=8.64 mas, bpa=-5.596 degrees ! Estimated noise=473.566 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00325745 Jy ! Component: 100 - total flux cleaned = 0.00487422 Jy ! Component: 150 - total flux cleaned = 0.00577665 Jy ! Component: 200 - total flux cleaned = 0.00629462 Jy ! Total flux subtracted in 200 components = 0.00629462 Jy ! Clean residual min=-0.001373 max=0.001363 Jy/beam ! Clean residual mean=0.000002 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.126533 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 46 components and 0.126533 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.344 mas, bmaj=14.76 mas, bpa=-10.36 degrees ! Estimated noise=582.309 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000361515 Jy ! Component: 100 - total flux cleaned = 0.000361554 Jy ! Component: 150 - total flux cleaned = 0.000362101 Jy ! Component: 200 - total flux cleaned = 0.00036816 Jy ! Total flux subtracted in 200 components = 0.00036816 Jy ! Clean residual min=-0.001666 max=0.001509 Jy/beam ! Clean residual mean=0.000003 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.126901 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.40362e-06 Jy ! Component: 100 - total flux cleaned = 1.04419e-05 Jy ! Component: 150 - total flux cleaned = 1.53299e-05 Jy ! Component: 200 - total flux cleaned = 2.01552e-05 Jy ! Total flux subtracted in 200 components = 2.01552e-05 Jy ! Clean residual min=-0.001663 max=0.001504 Jy/beam ! Clean residual mean=0.000003 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.126922 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 62 components and 0.126922 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.18 mas, bmaj=8.64 mas, bpa=-5.596 degrees ! Estimated noise=473.566 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000122141 Jy ! Component: 100 - total flux cleaned = 0.000166024 Jy ! Component: 150 - total flux cleaned = 0.000174684 Jy ! Component: 200 - total flux cleaned = 0.000174537 Jy ! Total flux subtracted in 200 components = 0.000174537 Jy ! Clean residual min=-0.001402 max=0.001351 Jy/beam ! Clean residual mean=0.000001 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.127096 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 69 components and 0.127096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071137Jy sigma=0.000773 ! Fit after self-cal, rms=0.071133Jy sigma=0.000773 wmodel J1318+0430_S_2014_06_09_pus_map.mod ! Writing 69 model components to file: J1318+0430_S_2014_06_09_pus_map.mod wobs J1318+0430_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1318+0430_S_2014_06_09_pus_uvs.fits wwins J1318+0430_S_2014_06_09_pus_map.win ! wwins: Wrote 1 windows to J1318+0430_S_2014_06_09_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000212682 Jy ! Component: 100 - total flux cleaned = -7.37291e-05 Jy ! Component: 150 - total flux cleaned = 0.000102098 Jy ! Component: 200 - total flux cleaned = 0.000249994 Jy ! Component: 250 - total flux cleaned = 0.000270857 Jy ! Component: 300 - total flux cleaned = 0.00031039 Jy ! Component: 350 - total flux cleaned = 0.0003295 Jy ! Component: 400 - total flux cleaned = 0.00040445 Jy ! Component: 450 - total flux cleaned = 0.000459748 Jy ! Component: 500 - total flux cleaned = 0.000566954 Jy ! Component: 550 - total flux cleaned = 0.000654201 Jy ! Component: 600 - total flux cleaned = 0.000739433 Jy ! Component: 650 - total flux cleaned = 0.00082311 Jy ! Component: 700 - total flux cleaned = 0.000855724 Jy ! Component: 750 - total flux cleaned = 0.000904448 Jy ! Component: 800 - total flux cleaned = 0.000999478 Jy ! Component: 850 - total flux cleaned = 0.00104638 Jy ! Component: 900 - total flux cleaned = 0.0011689 Jy ! Component: 950 - total flux cleaned = 0.00125934 Jy ! Component: 1000 - total flux cleaned = 0.00136327 Jy ! Component: 1050 - total flux cleaned = 0.00143636 Jy ! Component: 1100 - total flux cleaned = 0.00155155 Jy ! Component: 1150 - total flux cleaned = 0.00159409 Jy ! Component: 1200 - total flux cleaned = 0.00166441 Jy ! Component: 1250 - total flux cleaned = 0.00174744 Jy ! Component: 1300 - total flux cleaned = 0.00184324 Jy ! Component: 1350 - total flux cleaned = 0.00189715 Jy ! Component: 1400 - total flux cleaned = 0.00201714 Jy ! Component: 1450 - total flux cleaned = 0.00208286 Jy ! Component: 1500 - total flux cleaned = 0.00217394 Jy ! Component: 1550 - total flux cleaned = 0.00227642 Jy ! Component: 1600 - total flux cleaned = 0.0023143 Jy ! Component: 1650 - total flux cleaned = 0.00238988 Jy ! Component: 1700 - total flux cleaned = 0.00247682 Jy ! Component: 1750 - total flux cleaned = 0.00250155 Jy ! Component: 1800 - total flux cleaned = 0.00259844 Jy ! Component: 1850 - total flux cleaned = 0.0026344 Jy ! Component: 1900 - total flux cleaned = 0.00272927 Jy ! Component: 1950 - total flux cleaned = 0.00276437 Jy ! Component: 2000 - total flux cleaned = 0.00285702 Jy ! Component: 2050 - total flux cleaned = 0.00289138 Jy ! Component: 2100 - total flux cleaned = 0.00297097 Jy ! Component: 2150 - total flux cleaned = 0.00302719 Jy ! Component: 2200 - total flux cleaned = 0.00308293 Jy ! Component: 2250 - total flux cleaned = 0.00313805 Jy ! Component: 2300 - total flux cleaned = 0.00321469 Jy ! Component: 2350 - total flux cleaned = 0.0032582 Jy ! Component: 2400 - total flux cleaned = 0.00335486 Jy ! Component: 2450 - total flux cleaned = 0.00337602 Jy ! Component: 2500 - total flux cleaned = 0.00348146 Jy ! Component: 2550 - total flux cleaned = 0.00352312 Jy ! Component: 2600 - total flux cleaned = 0.00358528 Jy ! Component: 2650 - total flux cleaned = 0.0036673 Jy ! Component: 2700 - total flux cleaned = 0.00372817 Jy ! Component: 2750 - total flux cleaned = 0.00370807 Jy ! Component: 2800 - total flux cleaned = 0.00379783 Jy ! Component: 2850 - total flux cleaned = 0.00382749 Jy ! Component: 2900 - total flux cleaned = 0.00381771 Jy ! Component: 2950 - total flux cleaned = 0.00387617 Jy ! Component: 3000 - total flux cleaned = 0.00388577 Jy ! Component: 3050 - total flux cleaned = 0.00392396 Jy ! Component: 3100 - total flux cleaned = 0.0039619 Jy ! Component: 3150 - total flux cleaned = 0.00396192 Jy ! Component: 3200 - total flux cleaned = 0.00397132 Jy ! Component: 3250 - total flux cleaned = 0.0039806 Jy ! Component: 3300 - total flux cleaned = 0.0039806 Jy ! Component: 3350 - total flux cleaned = 0.00394408 Jy ! Component: 3400 - total flux cleaned = 0.00391704 Jy ! Component: 3450 - total flux cleaned = 0.00390808 Jy ! Component: 3500 - total flux cleaned = 0.00390799 Jy ! Component: 3550 - total flux cleaned = 0.00385493 Jy ! Component: 3600 - total flux cleaned = 0.00383741 Jy ! Component: 3650 - total flux cleaned = 0.00386362 Jy ! Component: 3700 - total flux cleaned = 0.0038808 Jy ! Component: 3750 - total flux cleaned = 0.00385499 Jy ! Component: 3800 - total flux cleaned = 0.00384643 Jy ! Component: 3850 - total flux cleaned = 0.00383799 Jy ! Component: 3900 - total flux cleaned = 0.00384644 Jy ! Component: 3950 - total flux cleaned = 0.00382152 Jy ! Component: 4000 - total flux cleaned = 0.00385484 Jy ! Component: 4050 - total flux cleaned = 0.00381359 Jy ! Total flux subtracted in 4096 components = 0.00378896 Jy ! Clean residual min=-0.000554 max=0.000512 Jy/beam ! Clean residual mean=0.000000 rms=0.000151 Jy/beam ! Combined flux in latest and established models = 0.130885 Jy keep ! Adding 300 model components to the UV plane model. ! The established model now contains 369 components and 0.130885 Jy ![Exited script file: muppet] wmap "J1318+0430_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.18 x 8.64 at -5.596 degrees (North through East) ! Clean map min=-0.0011278 max=0.11452 Jy/beam ! Writing clean map to FITS file: J1318+0430_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.114523 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000147719 device "J1318+0430_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1318+0430_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.386959 0.386959 0.773918 1.54784 3.09567 6.19135 12.3827 24.7654 49.5308 99.0615 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.114 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.18 x 8.64 at -5.596 degrees (North through East) ! Clean map min=-0.0011278 max=0.11452 Jy/beam quit ! Quitting program ! Log file J1318+0430_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:54:33 2016