! Started logfile: J1311+0646_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:54:14 2016 obs J1311+0646_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1311+0646_S_2014_06_09_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.788525 visibilities/baseline/integration-bin. ! Found source: J1311+0646 ! ! 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 17316 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 J1311+0646_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 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000646Jy sigma=0.011916 ! Fit after self-cal, rms=0.964093Jy sigma=0.011495 ! 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.536 mas, bmaj=7.497 mas, bpa=-6.552 degrees ! Estimated noise=715.574 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.0294293 Jy ! Component: 100 - total flux cleaned = 0.0361597 Jy ! Total flux subtracted in 100 components = 0.0361597 Jy ! Clean residual min=-0.002756 max=0.002398 Jy/beam ! Clean residual mean=0.000001 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.0361597 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0361597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069134Jy sigma=0.000770 ! Fit after self-cal, rms=0.067610Jy sigma=0.000753 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00404023 Jy ! Component: 100 - total flux cleaned = 0.00486929 Jy ! Total flux subtracted in 100 components = 0.00486929 Jy ! Clean residual min=-0.002448 max=0.002236 Jy/beam ! Clean residual mean=0.000000 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.041029 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 15 components and 0.041029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067363Jy sigma=0.000750 ! Fit after self-cal, rms=0.067350Jy sigma=0.000750 ! 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.133 mas, bmaj=8.598 mas, bpa=-6.045 degrees ! Estimated noise=457.768 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.000754277 Jy ! Component: 100 - total flux cleaned = 0.000759012 Jy ! Component: 150 - total flux cleaned = 0.000737538 Jy ! Component: 200 - total flux cleaned = 0.00070092 Jy ! Total flux subtracted in 200 components = 0.00070092 Jy ! Clean residual min=-0.001393 max=0.001453 Jy/beam ! Clean residual mean=-0.000001 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.0417299 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 25 components and 0.0417299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067323Jy sigma=0.000750 ! Fit after self-cal, rms=0.067303Jy sigma=0.000750 ! 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.88 HN 0.99 KP 1.03 ! LA 1.11 MK 0.97 NL 1.00 OV 1.00 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.98 KP 1.09 ! LA 1.02 MK 1.03 NL 1.00 OV 1.03 ! PT 1.06 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.02 KP 0.96 ! LA 0.84 MK 1.03 NL 0.96 OV 1.02 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 0.90 KP 0.92 ! LA 0.85 MK 1.04 NL 1.01 OV 1.04 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.067303Jy sigma=0.000750 ! Fit after self-cal, rms=0.065294Jy sigma=0.000749 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.129 mas, bmaj=8.513 mas, bpa=-5.723 degrees ! Estimated noise=455.039 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.000153895 Jy ! Component: 100 - total flux cleaned = 0.000165751 Jy ! Component: 150 - total flux cleaned = 0.000156172 Jy ! Component: 200 - total flux cleaned = 0.000148044 Jy ! Total flux subtracted in 200 components = 0.000148044 Jy ! Clean residual min=-0.001387 max=0.001503 Jy/beam ! Clean residual mean=-0.000001 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.0418779 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 33 components and 0.0418779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065290Jy sigma=0.000749 ! Fit after self-cal, rms=0.065226Jy sigma=0.000748 ! 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.065226Jy sigma=0.000748 ! Fit after self-cal, rms=0.065053Jy sigma=0.000748 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.126 mas, bmaj=8.496 mas, bpa=-5.676 degrees ! Estimated noise=454.728 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.38206e-05 Jy ! Component: 100 - total flux cleaned = 4.42033e-05 Jy ! Component: 150 - total flux cleaned = 4.40688e-05 Jy ! Component: 200 - total flux cleaned = 4.42873e-05 Jy ! Total flux subtracted in 200 components = 4.42873e-05 Jy ! Clean residual min=-0.001374 max=0.001457 Jy/beam ! Clean residual mean=-0.000001 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.0419222 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.0419222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065050Jy sigma=0.000748 ! Fit after self-cal, rms=0.065053Jy sigma=0.000747 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) ! Added new window around map position (60.5, 16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012588 Jy ! Component: 100 - total flux cleaned = 0.00157614 Jy ! Component: 150 - total flux cleaned = 0.00178318 Jy ! Component: 200 - total flux cleaned = 0.0018914 Jy ! Total flux subtracted in 200 components = 0.0018914 Jy ! Clean residual min=-0.001368 max=0.001139 Jy/beam ! Clean residual mean=-0.000000 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.0438136 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 55 components and 0.0438136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065026Jy sigma=0.000747 ! Fit after self-cal, rms=0.065014Jy sigma=0.000747 ! 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.065014Jy sigma=0.000747 ! Fit after self-cal, rms=0.064941Jy sigma=0.000747 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.122 mas, bmaj=8.492 mas, bpa=-5.708 degrees ! Estimated noise=453.588 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000799175 Jy ! Component: 100 - total flux cleaned = 0.000892434 Jy ! Component: 150 - total flux cleaned = 0.00101624 Jy ! Component: 200 - total flux cleaned = 0.00111072 Jy ! Total flux subtracted in 200 components = 0.00111072 Jy ! Clean residual min=-0.001380 max=0.001170 Jy/beam ! Clean residual mean=-0.000001 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 0.0449243 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 59 components and 0.0449243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064928Jy sigma=0.000747 ! Fit after self-cal, rms=0.064927Jy sigma=0.000747 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 = 0.000426016 Jy ! Component: 100 - total flux cleaned = 0.000541198 Jy ! Component: 150 - total flux cleaned = 0.000592124 Jy ! Component: 200 - total flux cleaned = 0.000603443 Jy ! Total flux subtracted in 200 components = 0.000603443 Jy ! Clean residual min=-0.001330 max=0.001194 Jy/beam ! Clean residual mean=-0.000000 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 0.0455278 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 65 components and 0.0455278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064921Jy sigma=0.000747 ! Fit after self-cal, rms=0.064916Jy sigma=0.000747 ! 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.064916Jy sigma=0.000747 ! Fit after self-cal, rms=0.064975Jy sigma=0.000747 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.287 mas, bmaj=14.2 mas, bpa=-10.75 degrees ! Estimated noise=570.164 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000320845 Jy ! Component: 100 - total flux cleaned = 0.000439364 Jy ! Component: 150 - total flux cleaned = 0.000474027 Jy ! Component: 200 - total flux cleaned = 0.000512121 Jy ! Total flux subtracted in 200 components = 0.000512121 Jy ! Clean residual min=-0.001266 max=0.001059 Jy/beam ! Clean residual mean=-0.000001 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.0460399 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 79 components and 0.0460399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064974Jy sigma=0.000747 ! Fit after self-cal, rms=0.064966Jy sigma=0.000747 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 = 0.000157358 Jy ! Component: 100 - total flux cleaned = 0.000182463 Jy ! Component: 150 - total flux cleaned = 0.00018926 Jy ! Component: 200 - total flux cleaned = 0.00020125 Jy ! Total flux subtracted in 200 components = 0.00020125 Jy ! Clean residual min=-0.001236 max=0.001086 Jy/beam ! Clean residual mean=-0.000002 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0462411 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 81 components and 0.0462411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064966Jy sigma=0.000747 ! Fit after self-cal, rms=0.064962Jy sigma=0.000747 ! 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.122 mas, bmaj=8.493 mas, bpa=-5.706 degrees ! Estimated noise=453.638 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.122 x 8.493 at -5.706 degrees (North through East) ! Clean map min=-0.0012759 max=0.040739 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.532 mas, bmaj=7.422 mas, bpa=-6.267 degrees ! Estimated noise=699.715 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0308408 Jy ! Component: 100 - total flux cleaned = 0.0378832 Jy ! Component: 150 - total flux cleaned = 0.0406934 Jy ! Component: 200 - total flux cleaned = 0.0419619 Jy ! Total flux subtracted in 200 components = 0.0419619 Jy ! Clean residual min=-0.002214 max=0.002269 Jy/beam ! Clean residual mean=-0.000000 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.0419619 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0419619 Jy ! Inverting map and beam ! Estimated beam: bmin=3.122 mas, bmaj=8.493 mas, bpa=-5.706 degrees ! Estimated noise=453.638 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.00178957 Jy ! Component: 100 - total flux cleaned = 0.00299712 Jy ! Component: 150 - total flux cleaned = 0.00359385 Jy ! Component: 200 - total flux cleaned = 0.00380982 Jy ! Total flux subtracted in 200 components = 0.00380982 Jy ! Clean residual min=-0.001402 max=0.001240 Jy/beam ! Clean residual mean=-0.000001 rms=0.000309 Jy/beam ! Combined flux in latest and established models = 0.0457717 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 42 components and 0.0457717 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.287 mas, bmaj=14.2 mas, bpa=-10.75 degrees ! Estimated noise=570.164 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000599604 Jy ! Component: 100 - total flux cleaned = 0.000758165 Jy ! Component: 150 - total flux cleaned = 0.000760001 Jy ! Component: 200 - total flux cleaned = 0.000749002 Jy ! Total flux subtracted in 200 components = 0.000749002 Jy ! Clean residual min=-0.001274 max=0.001151 Jy/beam ! Clean residual mean=-0.000002 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0465207 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 = -3.07296e-05 Jy ! Component: 100 - total flux cleaned = -4.93685e-05 Jy ! Component: 150 - total flux cleaned = -5.80138e-05 Jy ! Component: 200 - total flux cleaned = -7.48514e-05 Jy ! Total flux subtracted in 200 components = -7.48514e-05 Jy ! Clean residual min=-0.001264 max=0.001129 Jy/beam ! Clean residual mean=-0.000002 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0464458 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 63 components and 0.0464458 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.122 mas, bmaj=8.493 mas, bpa=-5.706 degrees ! Estimated noise=453.638 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000169763 Jy ! Component: 100 - total flux cleaned = -0.000229442 Jy ! Component: 150 - total flux cleaned = -0.000281455 Jy ! Component: 200 - total flux cleaned = -0.000297254 Jy ! Total flux subtracted in 200 components = -0.000297254 Jy ! Clean residual min=-0.001314 max=0.001227 Jy/beam ! Clean residual mean=-0.000001 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.0461486 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 76 components and 0.0461486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064971Jy sigma=0.000747 ! Fit after self-cal, rms=0.064972Jy sigma=0.000747 wmodel J1311+0646_S_2014_06_09_pus_map.mod ! Writing 76 model components to file: J1311+0646_S_2014_06_09_pus_map.mod wobs J1311+0646_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1311+0646_S_2014_06_09_pus_uvs.fits wwins J1311+0646_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J1311+0646_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.000275141 Jy ! Component: 100 - total flux cleaned = -0.000419301 Jy ! Component: 150 - total flux cleaned = -0.000574062 Jy ! Component: 200 - total flux cleaned = -0.000666128 Jy ! Component: 250 - total flux cleaned = -0.000736558 Jy ! Component: 300 - total flux cleaned = -0.000770366 Jy ! Component: 350 - total flux cleaned = -0.000754018 Jy ! Component: 400 - total flux cleaned = -0.000802714 Jy ! Component: 450 - total flux cleaned = -0.000834029 Jy ! Component: 500 - total flux cleaned = -0.000880068 Jy ! Component: 550 - total flux cleaned = -0.00086492 Jy ! Component: 600 - total flux cleaned = -0.00089449 Jy ! Component: 650 - total flux cleaned = -0.000909003 Jy ! Component: 700 - total flux cleaned = -0.00096595 Jy ! Component: 750 - total flux cleaned = -0.00100791 Jy ! Component: 800 - total flux cleaned = -0.00103522 Jy ! Component: 850 - total flux cleaned = -0.00110227 Jy ! Component: 900 - total flux cleaned = -0.00110206 Jy ! Component: 950 - total flux cleaned = -0.00110218 Jy ! Component: 1000 - total flux cleaned = -0.00112787 Jy ! Component: 1050 - total flux cleaned = -0.00115311 Jy ! Component: 1100 - total flux cleaned = -0.00116553 Jy ! Component: 1150 - total flux cleaned = -0.00117765 Jy ! Component: 1200 - total flux cleaned = -0.00122591 Jy ! Component: 1250 - total flux cleaned = -0.00123765 Jy ! Component: 1300 - total flux cleaned = -0.00127285 Jy ! Component: 1350 - total flux cleaned = -0.00129608 Jy ! Component: 1400 - total flux cleaned = -0.00134217 Jy ! Component: 1450 - total flux cleaned = -0.00139908 Jy ! Component: 1500 - total flux cleaned = -0.00143268 Jy ! Component: 1550 - total flux cleaned = -0.00147732 Jy ! Component: 1600 - total flux cleaned = -0.00147743 Jy ! Component: 1650 - total flux cleaned = -0.00153189 Jy ! Component: 1700 - total flux cleaned = -0.00157494 Jy ! Component: 1750 - total flux cleaned = -0.00156434 Jy ! Component: 1800 - total flux cleaned = -0.00164869 Jy ! Component: 1850 - total flux cleaned = -0.00163819 Jy ! Component: 1900 - total flux cleaned = -0.00170028 Jy ! Component: 1950 - total flux cleaned = -0.00172065 Jy ! Component: 2000 - total flux cleaned = -0.0017612 Jy ! Component: 2050 - total flux cleaned = -0.0018112 Jy ! Component: 2100 - total flux cleaned = -0.0018311 Jy ! Component: 2150 - total flux cleaned = -0.00190988 Jy ! Component: 2200 - total flux cleaned = -0.00195863 Jy ! Component: 2250 - total flux cleaned = -0.00197785 Jy ! Component: 2300 - total flux cleaned = -0.00201603 Jy ! Component: 2350 - total flux cleaned = -0.00204435 Jy ! Component: 2400 - total flux cleaned = -0.00212884 Jy ! Component: 2450 - total flux cleaned = -0.00213794 Jy ! Component: 2500 - total flux cleaned = -0.00217477 Jy ! Component: 2550 - total flux cleaned = -0.00222963 Jy ! Component: 2600 - total flux cleaned = -0.00228399 Jy ! Component: 2650 - total flux cleaned = -0.00228393 Jy ! Component: 2700 - total flux cleaned = -0.00239094 Jy ! Component: 2750 - total flux cleaned = -0.002382 Jy ! Component: 2800 - total flux cleaned = -0.00244328 Jy ! Component: 2850 - total flux cleaned = -0.00247795 Jy ! Component: 2900 - total flux cleaned = -0.00249524 Jy ! Component: 2950 - total flux cleaned = -0.00255512 Jy ! Component: 3000 - total flux cleaned = -0.00257206 Jy ! Component: 3050 - total flux cleaned = -0.0025973 Jy ! Component: 3100 - total flux cleaned = -0.00260574 Jy ! Component: 3150 - total flux cleaned = -0.00267215 Jy ! Component: 3200 - total flux cleaned = -0.00268039 Jy ! Component: 3250 - total flux cleaned = -0.00272942 Jy ! Component: 3300 - total flux cleaned = -0.00277812 Jy ! Component: 3350 - total flux cleaned = -0.00281031 Jy ! Component: 3400 - total flux cleaned = -0.00285033 Jy ! Component: 3450 - total flux cleaned = -0.00289 Jy ! Component: 3500 - total flux cleaned = -0.00292927 Jy ! Component: 3550 - total flux cleaned = -0.00294492 Jy ! Component: 3600 - total flux cleaned = -0.002976 Jy ! Component: 3650 - total flux cleaned = -0.00299901 Jy ! Component: 3700 - total flux cleaned = -0.00299911 Jy ! Component: 3750 - total flux cleaned = -0.00302201 Jy ! Component: 3800 - total flux cleaned = -0.00305971 Jy ! Component: 3850 - total flux cleaned = -0.00308971 Jy ! Component: 3900 - total flux cleaned = -0.00311201 Jy ! Component: 3950 - total flux cleaned = -0.00311206 Jy ! Component: 4000 - total flux cleaned = -0.00314147 Jy ! Component: 4050 - total flux cleaned = -0.00316342 Jy ! Total flux subtracted in 4096 components = -0.00318513 Jy ! Clean residual min=-0.000406 max=0.000506 Jy/beam ! Clean residual mean=-0.000000 rms=0.000136 Jy/beam ! Combined flux in latest and established models = 0.0429634 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 339 components and 0.0429634 Jy ![Exited script file: muppet] wmap "J1311+0646_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.122 x 8.493 at -5.706 degrees (North through East) ! Clean map min=-0.00092273 max=0.040503 Jy/beam ! Writing clean map to FITS file: J1311+0646_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.0405034 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000134958 device "J1311+0646_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1311+0646_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.999604 0.999604 1.99921 3.99842 7.99683 15.9937 31.9873 63.9747 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.04 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.122 x 8.493 at -5.706 degrees (North through East) ! Clean map min=-0.00092273 max=0.040503 Jy/beam quit ! Quitting program ! Log file J1311+0646_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:54:19 2016