! Started logfile: J1312+4828_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:28:00 2016 obs J1312+4828_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1312+4828_S_2014_05_31_pus_uva.fits ! AN table 1: 93 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.889367 visibilities/baseline/integration-bin. ! Found source: J1312+4828 ! ! 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 14888 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 J1312+4828_S_2014_05_31_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 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.956580Jy sigma=0.011795 ! Fit after self-cal, rms=0.938798Jy sigma=0.011627 ! 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=3.333 mas, bmaj=4.541 mas, bpa=-40.72 degrees ! Estimated noise=972.691 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.0434515 Jy ! Component: 100 - total flux cleaned = 0.0589931 Jy ! Total flux subtracted in 100 components = 0.0589931 Jy ! Clean residual min=-0.004521 max=0.007311 Jy/beam ! Clean residual mean=-0.000021 rms=0.001176 Jy/beam ! Combined flux in latest and established models = 0.0589931 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0589931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070376Jy sigma=0.000813 ! Fit after self-cal, rms=0.070280Jy sigma=0.000812 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00927335 Jy ! Component: 100 - total flux cleaned = 0.015468 Jy ! Total flux subtracted in 100 components = 0.015468 Jy ! Clean residual min=-0.003718 max=0.003885 Jy/beam ! Clean residual mean=-0.000014 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.0744611 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 39 components and 0.0744611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068373Jy sigma=0.000786 ! Fit after self-cal, rms=0.068359Jy sigma=0.000786 ! 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=4.217 mas, bmaj=5.385 mas, bpa=-39.23 degrees ! Estimated noise=475.042 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.00728482 Jy ! Component: 100 - total flux cleaned = 0.0115947 Jy ! Component: 150 - total flux cleaned = 0.0143457 Jy ! Component: 200 - total flux cleaned = 0.0161333 Jy ! Total flux subtracted in 200 components = 0.0161333 Jy ! Clean residual min=-0.001885 max=0.002363 Jy/beam ! Clean residual mean=0.000004 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.0905944 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 70 components and 0.0905944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067495Jy sigma=0.000776 ! Fit after self-cal, rms=0.067473Jy sigma=0.000775 ! 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.02 FD 0.85 HN 1.03 KP 1.03 ! LA 1.14 MK 1.10 NL 1.02 OV 1.03 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.93 HN 1.00 KP 1.00 ! LA 1.10 MK 0.98 NL 1.14 OV 1.05 ! PT 0.96 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.12 HN 1.03 KP 0.88 ! LA 0.86 MK 1.01 NL 1.06 OV 0.95 ! PT 0.93 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.97 HN 0.98 KP 0.87 ! LA 0.84 MK 1.01 NL 1.10 OV 0.97 ! PT 0.99 SC 1.01 ! ! ! Fit before self-cal, rms=0.067473Jy sigma=0.000775 ! Fit after self-cal, rms=0.066469Jy sigma=0.000769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.258 mas, bmaj=5.412 mas, bpa=-38.6 degrees ! Estimated noise=473.762 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.000269747 Jy ! Component: 100 - total flux cleaned = 0.000343946 Jy ! Component: 150 - total flux cleaned = 0.00041575 Jy ! Component: 200 - total flux cleaned = 0.000482472 Jy ! Total flux subtracted in 200 components = 0.000482472 Jy ! Clean residual min=-0.001630 max=0.001610 Jy/beam ! Clean residual mean=0.000008 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.0910768 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 71 components and 0.0910768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066464Jy sigma=0.000769 ! Fit after self-cal, rms=0.066481Jy sigma=0.000769 ! 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.066481Jy sigma=0.000769 ! Fit after self-cal, rms=0.066263Jy sigma=0.000768 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.24 mas, bmaj=5.41 mas, bpa=-38.87 degrees ! Estimated noise=472.943 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000161557 Jy ! Component: 100 - total flux cleaned = 0.000225182 Jy ! Component: 150 - total flux cleaned = 0.000256558 Jy ! Component: 200 - total flux cleaned = 0.000284353 Jy ! Total flux subtracted in 200 components = 0.000284353 Jy ! Clean residual min=-0.001493 max=0.001574 Jy/beam ! Clean residual mean=0.000005 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.0913612 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 73 components and 0.0913612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066261Jy sigma=0.000768 ! Fit after self-cal, rms=0.066266Jy sigma=0.000768 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.80095e-05 Jy ! Component: 100 - total flux cleaned = 4.5204e-05 Jy ! Component: 150 - total flux cleaned = 6.29631e-05 Jy ! Component: 200 - total flux cleaned = 7.89942e-05 Jy ! Total flux subtracted in 200 components = 7.89942e-05 Jy ! Clean residual min=-0.001490 max=0.001582 Jy/beam ! Clean residual mean=0.000005 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.0914402 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 74 components and 0.0914402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066264Jy sigma=0.000768 ! Fit after self-cal, rms=0.066264Jy sigma=0.000768 ! 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.066264Jy sigma=0.000768 ! Fit after self-cal, rms=0.066082Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.232 mas, bmaj=5.396 mas, bpa=-38.91 degrees ! Estimated noise=471.938 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000134585 Jy ! Component: 100 - total flux cleaned = 0.000176133 Jy ! Component: 150 - total flux cleaned = 0.000200535 Jy ! Component: 200 - total flux cleaned = 0.000222416 Jy ! Total flux subtracted in 200 components = 0.000222416 Jy ! Clean residual min=-0.001473 max=0.001587 Jy/beam ! Clean residual mean=0.000005 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.0916626 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 74 components and 0.0916626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066081Jy sigma=0.000768 ! Fit after self-cal, rms=0.066080Jy sigma=0.000768 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.52899e-05 Jy ! Component: 100 - total flux cleaned = 4.05253e-05 Jy ! Component: 150 - total flux cleaned = 4.95429e-05 Jy ! Component: 200 - total flux cleaned = 6.6187e-05 Jy ! Total flux subtracted in 200 components = 6.6187e-05 Jy ! Clean residual min=-0.001467 max=0.001594 Jy/beam ! Clean residual mean=0.000005 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.0917288 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 74 components and 0.0917288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066079Jy sigma=0.000768 ! Fit after self-cal, rms=0.066079Jy sigma=0.000768 ! 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.066079Jy sigma=0.000768 ! Fit after self-cal, rms=0.065926Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.523 mas, bmaj=9.134 mas, bpa=-50.67 degrees ! Estimated noise=558.116 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000493363 Jy ! Component: 100 - total flux cleaned = 0.000588222 Jy ! Component: 150 - total flux cleaned = 0.000623157 Jy ! Component: 200 - total flux cleaned = 0.000646463 Jy ! Total flux subtracted in 200 components = 0.000646463 Jy ! Clean residual min=-0.001417 max=0.002122 Jy/beam ! Clean residual mean=0.000010 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.0923752 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 76 components and 0.0923752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065927Jy sigma=0.000768 ! Fit after self-cal, rms=0.065925Jy sigma=0.000768 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.38308e-05 Jy ! Component: 100 - total flux cleaned = 3.60247e-05 Jy ! Component: 150 - total flux cleaned = 5.57727e-05 Jy ! Component: 200 - total flux cleaned = 6.78202e-05 Jy ! Total flux subtracted in 200 components = 6.78202e-05 Jy ! Clean residual min=-0.001411 max=0.002103 Jy/beam ! Clean residual mean=0.000010 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.0924431 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 77 components and 0.092443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065927Jy sigma=0.000768 ! Fit after self-cal, rms=0.065927Jy sigma=0.000768 ! 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=4.224 mas, bmaj=5.382 mas, bpa=-38.95 degrees ! Estimated noise=471.123 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.224 x 5.382 at -38.95 degrees (North through East) ! Clean map min=-0.0013922 max=0.057272 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=3.341 mas, bmaj=4.522 mas, bpa=-40.32 degrees ! Estimated noise=966.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0429955 Jy ! Component: 100 - total flux cleaned = 0.0593053 Jy ! Component: 150 - total flux cleaned = 0.0681994 Jy ! Component: 200 - total flux cleaned = 0.0742948 Jy ! Total flux subtracted in 200 components = 0.0742948 Jy ! Clean residual min=-0.003665 max=0.003769 Jy/beam ! Clean residual mean=-0.000011 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.0742947 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.0742947 Jy ! Inverting map and beam ! Estimated beam: bmin=4.224 mas, bmaj=5.382 mas, bpa=-38.95 degrees ! Estimated noise=471.123 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.00700738 Jy ! Component: 100 - total flux cleaned = 0.0108751 Jy ! Component: 150 - total flux cleaned = 0.0132566 Jy ! Component: 200 - total flux cleaned = 0.0147593 Jy ! Total flux subtracted in 200 components = 0.0147593 Jy ! Clean residual min=-0.001479 max=0.001661 Jy/beam ! Clean residual mean=0.000003 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.089054 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 71 components and 0.089054 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=8.523 mas, bmaj=9.134 mas, bpa=-50.67 degrees ! Estimated noise=558.116 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00166455 Jy ! Component: 100 - total flux cleaned = 0.00245653 Jy ! Component: 150 - total flux cleaned = 0.00277937 Jy ! Component: 200 - total flux cleaned = 0.00285281 Jy ! Total flux subtracted in 200 components = 0.00285281 Jy ! Clean residual min=-0.001426 max=0.002080 Jy/beam ! Clean residual mean=0.000009 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.0919068 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.48536e-05 Jy ! Component: 100 - total flux cleaned = 0.000104605 Jy ! Component: 150 - total flux cleaned = 0.000149273 Jy ! Component: 200 - total flux cleaned = 0.000189789 Jy ! Total flux subtracted in 200 components = 0.000189789 Jy ! Clean residual min=-0.001407 max=0.002069 Jy/beam ! Clean residual mean=0.000010 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.0920966 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 77 components and 0.0920966 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.224 mas, bmaj=5.382 mas, bpa=-38.95 degrees ! Estimated noise=471.123 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000261024 Jy ! Component: 100 - total flux cleaned = -0.000279213 Jy ! Component: 150 - total flux cleaned = -0.000293971 Jy ! Component: 200 - total flux cleaned = -0.000305984 Jy ! Total flux subtracted in 200 components = -0.000305984 Jy ! Clean residual min=-0.001426 max=0.001615 Jy/beam ! Clean residual mean=0.000005 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.0917906 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 81 components and 0.0917906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065932Jy sigma=0.000768 ! Fit after self-cal, rms=0.065927Jy sigma=0.000768 wmodel J1312+4828_S_2014_05_31_pus_map.mod ! Writing 81 model components to file: J1312+4828_S_2014_05_31_pus_map.mod wobs J1312+4828_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1312+4828_S_2014_05_31_pus_uvs.fits wwins J1312+4828_S_2014_05_31_pus_map.win ! wwins: Wrote 1 windows to J1312+4828_S_2014_05_31_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.000580637 Jy ! Component: 100 - total flux cleaned = 0.000738615 Jy ! Component: 150 - total flux cleaned = 0.00091169 Jy ! Component: 200 - total flux cleaned = 0.00112345 Jy ! Component: 250 - total flux cleaned = 0.00128129 Jy ! Component: 300 - total flux cleaned = 0.00145625 Jy ! Component: 350 - total flux cleaned = 0.00166865 Jy ! Component: 400 - total flux cleaned = 0.00187458 Jy ! Component: 450 - total flux cleaned = 0.00205457 Jy ! Component: 500 - total flux cleaned = 0.00221042 Jy ! Component: 550 - total flux cleaned = 0.00232505 Jy ! Component: 600 - total flux cleaned = 0.00251169 Jy ! Component: 650 - total flux cleaned = 0.00262108 Jy ! Component: 700 - total flux cleaned = 0.00271046 Jy ! Component: 750 - total flux cleaned = 0.002816 Jy ! Component: 800 - total flux cleaned = 0.00290215 Jy ! Component: 850 - total flux cleaned = 0.00300371 Jy ! Component: 900 - total flux cleaned = 0.00308654 Jy ! Component: 950 - total flux cleaned = 0.00313554 Jy ! Component: 1000 - total flux cleaned = 0.00318376 Jy ! Component: 1050 - total flux cleaned = 0.00324682 Jy ! Component: 1100 - total flux cleaned = 0.00329387 Jy ! Component: 1150 - total flux cleaned = 0.00335521 Jy ! Component: 1200 - total flux cleaned = 0.00343105 Jy ! Component: 1250 - total flux cleaned = 0.00346064 Jy ! Component: 1300 - total flux cleaned = 0.00351958 Jy ! Component: 1350 - total flux cleaned = 0.00353404 Jy ! Component: 1400 - total flux cleaned = 0.0035917 Jy ! Component: 1450 - total flux cleaned = 0.00364846 Jy ! Component: 1500 - total flux cleaned = 0.00369069 Jy ! Component: 1550 - total flux cleaned = 0.00374616 Jy ! Component: 1600 - total flux cleaned = 0.00378737 Jy ! Component: 1650 - total flux cleaned = 0.00385517 Jy ! Component: 1700 - total flux cleaned = 0.00393579 Jy ! Component: 1750 - total flux cleaned = 0.00398904 Jy ! Component: 1800 - total flux cleaned = 0.0040155 Jy ! Component: 1850 - total flux cleaned = 0.00408049 Jy ! Component: 1900 - total flux cleaned = 0.00414499 Jy ! Component: 1950 - total flux cleaned = 0.00420874 Jy ! Component: 2000 - total flux cleaned = 0.00423383 Jy ! Component: 2050 - total flux cleaned = 0.00427117 Jy ! Component: 2100 - total flux cleaned = 0.00432042 Jy ! Component: 2150 - total flux cleaned = 0.00433253 Jy ! Component: 2200 - total flux cleaned = 0.00435684 Jy ! Component: 2250 - total flux cleaned = 0.0043807 Jy ! Component: 2300 - total flux cleaned = 0.00441637 Jy ! Component: 2350 - total flux cleaned = 0.00441643 Jy ! Component: 2400 - total flux cleaned = 0.00443981 Jy ! Component: 2450 - total flux cleaned = 0.00445146 Jy ! Component: 2500 - total flux cleaned = 0.00446288 Jy ! Component: 2550 - total flux cleaned = 0.00448572 Jy ! Component: 2600 - total flux cleaned = 0.00454198 Jy ! Component: 2650 - total flux cleaned = 0.00453075 Jy ! Component: 2700 - total flux cleaned = 0.00457504 Jy ! Component: 2750 - total flux cleaned = 0.00460802 Jy ! Component: 2800 - total flux cleaned = 0.00458618 Jy ! Component: 2850 - total flux cleaned = 0.00461866 Jy ! Component: 2900 - total flux cleaned = 0.00462944 Jy ! Component: 2950 - total flux cleaned = 0.00465079 Jy ! Component: 3000 - total flux cleaned = 0.00472472 Jy ! Component: 3050 - total flux cleaned = 0.00472486 Jy ! Component: 3100 - total flux cleaned = 0.0047769 Jy ! Component: 3150 - total flux cleaned = 0.00478729 Jy ! Component: 3200 - total flux cleaned = 0.004859 Jy ! Component: 3250 - total flux cleaned = 0.00486917 Jy ! Component: 3300 - total flux cleaned = 0.00489945 Jy ! Component: 3350 - total flux cleaned = 0.00492952 Jy ! Component: 3400 - total flux cleaned = 0.00492955 Jy ! Component: 3450 - total flux cleaned = 0.00497903 Jy ! Component: 3500 - total flux cleaned = 0.00500846 Jy ! Component: 3550 - total flux cleaned = 0.00503767 Jy ! Component: 3600 - total flux cleaned = 0.00504735 Jy ! Component: 3650 - total flux cleaned = 0.00506664 Jy ! Component: 3700 - total flux cleaned = 0.00509536 Jy ! Component: 3750 - total flux cleaned = 0.00510476 Jy ! Component: 3800 - total flux cleaned = 0.00513297 Jy ! Component: 3850 - total flux cleaned = 0.00514218 Jy ! Component: 3900 - total flux cleaned = 0.00515138 Jy ! Component: 3950 - total flux cleaned = 0.00513285 Jy ! Component: 4000 - total flux cleaned = 0.00514197 Jy ! Component: 4050 - total flux cleaned = 0.00508744 Jy ! Total flux subtracted in 4096 components = 0.00509657 Jy ! Clean residual min=-0.000459 max=0.000516 Jy/beam ! Clean residual mean=0.000002 rms=0.000164 Jy/beam ! Combined flux in latest and established models = 0.0968872 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 365 components and 0.0968872 Jy ![Exited script file: muppet] wmap "J1312+4828_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.224 x 5.382 at -38.95 degrees (North through East) ! Clean map min=-0.00098488 max=0.057141 Jy/beam ! Writing clean map to FITS file: J1312+4828_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0571408 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000161684 device "J1312+4828_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1312+4828_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.848872 0.848872 1.69774 3.39549 6.79098 13.582 27.1639 54.3278 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.057 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.224 x 5.382 at -38.95 degrees (North through East) ! Clean map min=-0.00098488 max=0.057141 Jy/beam quit ! Quitting program ! Log file J1312+4828_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:28:05 2016