! Started logfile: J0833+1123_S_2017_06_15_pus_uvs.log on Tue May 7 15:14:26 2019 obs J0833+1123_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0833+1123_S_2017_06_15_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.959524 visibilities/baseline/integration-bin. ! Found source: J0833+1123 ! ! 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 603 lines of history. ! ! Reading 14508 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 J0833+1123_S_2017_06_15_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 441 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.770744Jy sigma=0.006988 ! Fit after self-cal, rms=0.754058Jy sigma=0.006853 ! 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.809 mas, bmaj=6.989 mas, bpa=-4.773 degrees ! Estimated noise=915.198 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.187648 Jy ! Component: 100 - total flux cleaned = 0.247133 Jy ! Total flux subtracted in 100 components = 0.247133 Jy ! Clean residual min=-0.008848 max=0.024829 Jy/beam ! Clean residual mean=-0.000007 rms=0.002750 Jy/beam ! Combined flux in latest and established models = 0.247133 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.247133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097517Jy sigma=0.000845 ! Fit after self-cal, rms=0.097295Jy sigma=0.000843 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0264894 Jy ! Component: 100 - total flux cleaned = 0.0386187 Jy ! Total flux subtracted in 100 components = 0.0386187 Jy ! Clean residual min=-0.007105 max=0.012037 Jy/beam ! Clean residual mean=0.000003 rms=0.001972 Jy/beam ! Combined flux in latest and established models = 0.285752 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 18 components and 0.285752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088758Jy sigma=0.000755 ! Fit after self-cal, rms=0.088672Jy sigma=0.000754 ! 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.268 mas, bmaj=7.77 mas, bpa=-5.149 degrees ! Estimated noise=744.684 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 (9.5, 14.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0143493 Jy ! Component: 100 - total flux cleaned = 0.023166 Jy ! Component: 150 - total flux cleaned = 0.0293473 Jy ! Component: 200 - total flux cleaned = 0.033352 Jy ! Total flux subtracted in 200 components = 0.033352 Jy ! Clean residual min=-0.005239 max=0.008328 Jy/beam ! Clean residual mean=0.000001 rms=0.001393 Jy/beam ! Combined flux in latest and established models = 0.319104 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 47 components and 0.319104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086097Jy sigma=0.000728 ! Fit after self-cal, rms=0.085844Jy sigma=0.000726 ! 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.11 FD 0.92 HN 0.93 KP 1.02 ! LA 1.01 MK 1.01 NL 0.90 OV 0.99 ! PT 1.01 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 0.96 HN 1.00 KP 0.99 ! LA 0.97 MK 1.02 NL 1.07 OV 1.00 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.02 HN 1.01 KP 0.98 ! LA 0.99 MK 1.03 NL 1.04 OV 0.93 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.96 KP 1.00* ! LA 0.97 MK 1.27 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.085844Jy sigma=0.000726 ! Fit after self-cal, rms=0.086276Jy sigma=0.000708 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.295 mas, bmaj=7.829 mas, bpa=-4.801 degrees ! Estimated noise=741.377 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.00421492 Jy ! Component: 100 - total flux cleaned = 0.00519275 Jy ! Component: 150 - total flux cleaned = 0.00540324 Jy ! Component: 200 - total flux cleaned = 0.00558528 Jy ! Total flux subtracted in 200 components = 0.00558528 Jy ! Clean residual min=-0.004965 max=0.004722 Jy/beam ! Clean residual mean=0.000002 rms=0.001163 Jy/beam ! Combined flux in latest and established models = 0.324689 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 64 components and 0.324689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085899Jy sigma=0.000705 ! Fit after self-cal, rms=0.085917Jy sigma=0.000705 ! 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.085917Jy sigma=0.000705 ! Fit after self-cal, rms=0.085325Jy sigma=0.000672 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.294 mas, bmaj=7.806 mas, bpa=-4.904 degrees ! Estimated noise=742.013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00256485 Jy ! Component: 100 - total flux cleaned = 0.00280573 Jy ! Component: 150 - total flux cleaned = 0.00274122 Jy ! Component: 200 - total flux cleaned = 0.0026239 Jy ! Total flux subtracted in 200 components = 0.0026239 Jy ! Clean residual min=-0.002139 max=0.002283 Jy/beam ! Clean residual mean=0.000003 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.327313 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 90 components and 0.327313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085179Jy sigma=0.000671 ! Fit after self-cal, rms=0.085274Jy sigma=0.000671 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.000464718 Jy ! Component: 100 - total flux cleaned = 0.000414916 Jy ! Component: 150 - total flux cleaned = 0.00023101 Jy ! Component: 200 - total flux cleaned = 6.74826e-05 Jy ! Total flux subtracted in 200 components = 6.74826e-05 Jy ! Clean residual min=-0.002077 max=0.002161 Jy/beam ! Clean residual mean=0.000003 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.327381 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 104 components and 0.327381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085224Jy sigma=0.000670 ! Fit after self-cal, rms=0.085221Jy sigma=0.000670 ! 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.085221Jy sigma=0.000670 ! Fit after self-cal, rms=0.085902Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.293 mas, bmaj=7.796 mas, bpa=-4.939 degrees ! Estimated noise=740.964 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144255 Jy ! Component: 100 - total flux cleaned = 0.00154928 Jy ! Component: 150 - total flux cleaned = 0.0015062 Jy ! Component: 200 - total flux cleaned = 0.00146787 Jy ! Total flux subtracted in 200 components = 0.00146787 Jy ! Clean residual min=-0.001887 max=0.001954 Jy/beam ! Clean residual mean=0.000002 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.328849 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 115 components and 0.328848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085847Jy sigma=0.000669 ! Fit after self-cal, rms=0.085845Jy sigma=0.000669 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.000350526 Jy ! Component: 100 - total flux cleaned = 0.000350773 Jy ! Component: 150 - total flux cleaned = 0.000286432 Jy ! Component: 200 - total flux cleaned = 0.000227797 Jy ! Total flux subtracted in 200 components = 0.000227797 Jy ! Clean residual min=-0.001864 max=0.001930 Jy/beam ! Clean residual mean=0.000003 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.329076 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 127 components and 0.329076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085820Jy sigma=0.000669 ! Fit after self-cal, rms=0.085820Jy sigma=0.000669 ! 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.085820Jy sigma=0.000669 ! Fit after self-cal, rms=0.085960Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.483 mas, bmaj=11.73 mas, bpa=-8.033 degrees ! Estimated noise=920.591 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000889837 Jy ! Component: 100 - total flux cleaned = 0.000852443 Jy ! Component: 150 - total flux cleaned = 0.000823532 Jy ! Component: 200 - total flux cleaned = 0.00074391 Jy ! Total flux subtracted in 200 components = 0.00074391 Jy ! Clean residual min=-0.002208 max=0.002223 Jy/beam ! Clean residual mean=0.000004 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.32982 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 144 components and 0.32982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085937Jy sigma=0.000669 ! Fit after self-cal, rms=0.085934Jy sigma=0.000669 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.000179497 Jy ! Component: 100 - total flux cleaned = 0.000131341 Jy ! Component: 150 - total flux cleaned = 2.46312e-05 Jy ! Component: 200 - total flux cleaned = -6.94632e-05 Jy ! Total flux subtracted in 200 components = -6.94632e-05 Jy ! Clean residual min=-0.002190 max=0.002225 Jy/beam ! Clean residual mean=0.000004 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.329751 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 154 components and 0.329751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085930Jy sigma=0.000669 ! Fit after self-cal, rms=0.085929Jy sigma=0.000669 ! 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.294 mas, bmaj=7.794 mas, bpa=-4.965 degrees ! Estimated noise=741.2 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.294 x 7.794 at -4.965 degrees (North through East) ! Clean map min=-0.0019476 max=0.24097 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.827 mas, bmaj=7.042 mas, bpa=-4.554 degrees ! Estimated noise=920.271 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.188386 Jy ! Component: 100 - total flux cleaned = 0.248945 Jy ! Component: 150 - total flux cleaned = 0.274529 Jy ! Component: 200 - total flux cleaned = 0.287922 Jy ! Total flux subtracted in 200 components = 0.287922 Jy ! Clean residual min=-0.003961 max=0.007059 Jy/beam ! Clean residual mean=0.000000 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.287922 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.287922 Jy ! Inverting map and beam ! Estimated beam: bmin=3.294 mas, bmaj=7.794 mas, bpa=-4.965 degrees ! Estimated noise=741.2 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.0125638 Jy ! Component: 100 - total flux cleaned = 0.0207211 Jy ! Component: 150 - total flux cleaned = 0.0263626 Jy ! Component: 200 - total flux cleaned = 0.0303774 Jy ! Total flux subtracted in 200 components = 0.0303774 Jy ! Clean residual min=-0.002322 max=0.002675 Jy/beam ! Clean residual mean=-0.000001 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.318299 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 82 components and 0.3183 Jy ! Inverting map ! Added new window around map position (5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0031004 Jy ! Component: 100 - total flux cleaned = 0.00527696 Jy ! Component: 150 - total flux cleaned = 0.00628221 Jy ! Component: 200 - total flux cleaned = 0.00713154 Jy ! Total flux subtracted in 200 components = 0.00713154 Jy ! Clean residual min=-0.002043 max=0.001998 Jy/beam ! Clean residual mean=0.000001 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.325431 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 124 components and 0.325431 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.483 mas, bmaj=11.73 mas, bpa=-8.033 degrees ! Estimated noise=920.591 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00189687 Jy ! Component: 100 - total flux cleaned = 0.00234138 Jy ! Component: 150 - total flux cleaned = 0.00241763 Jy ! Component: 200 - total flux cleaned = 0.00251083 Jy ! Total flux subtracted in 200 components = 0.00251083 Jy ! Clean residual min=-0.002232 max=0.002207 Jy/beam ! Clean residual mean=0.000003 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.327942 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 = 7.82111e-05 Jy ! Component: 100 - total flux cleaned = 0.000100588 Jy ! Component: 150 - total flux cleaned = 0.00016276 Jy ! Component: 200 - total flux cleaned = 0.000199308 Jy ! Total flux subtracted in 200 components = 0.000199308 Jy ! Clean residual min=-0.002147 max=0.002161 Jy/beam ! Clean residual mean=0.000003 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.328141 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 206 components and 0.328141 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.294 mas, bmaj=7.794 mas, bpa=-4.965 degrees ! Estimated noise=741.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000260915 Jy ! Component: 100 - total flux cleaned = -0.000293149 Jy ! Component: 150 - total flux cleaned = -0.000163521 Jy ! Component: 200 - total flux cleaned = -6.9468e-05 Jy ! Total flux subtracted in 200 components = -6.9468e-05 Jy ! Clean residual min=-0.001767 max=0.001861 Jy/beam ! Clean residual mean=0.000002 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.328072 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 220 components and 0.328072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085921Jy sigma=0.000668 ! Fit after self-cal, rms=0.085905Jy sigma=0.000668 wmodel J0833+1123_S_2017_06_15_pus_map.mod ! Writing 220 model components to file: J0833+1123_S_2017_06_15_pus_map.mod wobs J0833+1123_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0833+1123_S_2017_06_15_pus_uvs.fits wwins J0833+1123_S_2017_06_15_pus_map.win ! wwins: Wrote 3 windows to J0833+1123_S_2017_06_15_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.000675155 Jy ! Component: 100 - total flux cleaned = 0.00106699 Jy ! Component: 150 - total flux cleaned = 0.00134506 Jy ! Component: 200 - total flux cleaned = 0.00167033 Jy ! Component: 250 - total flux cleaned = 0.00195652 Jy ! Component: 300 - total flux cleaned = 0.00223547 Jy ! Component: 350 - total flux cleaned = 0.00250759 Jy ! Component: 400 - total flux cleaned = 0.00266692 Jy ! Component: 450 - total flux cleaned = 0.00287448 Jy ! Component: 500 - total flux cleaned = 0.00297658 Jy ! Component: 550 - total flux cleaned = 0.00322611 Jy ! Component: 600 - total flux cleaned = 0.00339671 Jy ! Component: 650 - total flux cleaned = 0.00356467 Jy ! Component: 700 - total flux cleaned = 0.00375306 Jy ! Component: 750 - total flux cleaned = 0.00391564 Jy ! Component: 800 - total flux cleaned = 0.00405249 Jy ! Component: 850 - total flux cleaned = 0.00418737 Jy ! Component: 900 - total flux cleaned = 0.00434257 Jy ! Component: 950 - total flux cleaned = 0.00447355 Jy ! Component: 1000 - total flux cleaned = 0.00458108 Jy ! Component: 1050 - total flux cleaned = 0.00466603 Jy ! Component: 1100 - total flux cleaned = 0.00474991 Jy ! Component: 1150 - total flux cleaned = 0.00483267 Jy ! Component: 1200 - total flux cleaned = 0.00487387 Jy ! Component: 1250 - total flux cleaned = 0.00497506 Jy ! Component: 1300 - total flux cleaned = 0.00499498 Jy ! Component: 1350 - total flux cleaned = 0.00499476 Jy ! Component: 1400 - total flux cleaned = 0.00507288 Jy ! Component: 1450 - total flux cleaned = 0.00505358 Jy ! Component: 1500 - total flux cleaned = 0.00511142 Jy ! Component: 1550 - total flux cleaned = 0.00524431 Jy ! Component: 1600 - total flux cleaned = 0.00520669 Jy ! Component: 1650 - total flux cleaned = 0.00524413 Jy ! Component: 1700 - total flux cleaned = 0.00529947 Jy ! Component: 1750 - total flux cleaned = 0.00535422 Jy ! Component: 1800 - total flux cleaned = 0.00533603 Jy ! Component: 1850 - total flux cleaned = 0.00539014 Jy ! Component: 1900 - total flux cleaned = 0.00553282 Jy ! Component: 1950 - total flux cleaned = 0.00556797 Jy ! Component: 2000 - total flux cleaned = 0.00555035 Jy ! Component: 2050 - total flux cleaned = 0.00567191 Jy ! Component: 2100 - total flux cleaned = 0.00574103 Jy ! Component: 2150 - total flux cleaned = 0.00577501 Jy ! Component: 2200 - total flux cleaned = 0.00587671 Jy ! Component: 2250 - total flux cleaned = 0.00601105 Jy ! Component: 2300 - total flux cleaned = 0.00604431 Jy ! Component: 2350 - total flux cleaned = 0.0061272 Jy ! Component: 2400 - total flux cleaned = 0.00620951 Jy ! Component: 2450 - total flux cleaned = 0.00632379 Jy ! Component: 2500 - total flux cleaned = 0.006437 Jy ! Component: 2550 - total flux cleaned = 0.00648514 Jy ! Component: 2600 - total flux cleaned = 0.00656494 Jy ! Component: 2650 - total flux cleaned = 0.00667571 Jy ! Component: 2700 - total flux cleaned = 0.00677004 Jy ! Component: 2750 - total flux cleaned = 0.00683269 Jy ! Component: 2800 - total flux cleaned = 0.00692582 Jy ! Component: 2850 - total flux cleaned = 0.00703344 Jy ! Component: 2900 - total flux cleaned = 0.00715568 Jy ! Component: 2950 - total flux cleaned = 0.00721649 Jy ! Component: 3000 - total flux cleaned = 0.00726167 Jy ! Component: 3050 - total flux cleaned = 0.0073967 Jy ! Component: 3100 - total flux cleaned = 0.00750072 Jy ! Component: 3150 - total flux cleaned = 0.0075599 Jy ! Component: 3200 - total flux cleaned = 0.00767719 Jy ! Component: 3250 - total flux cleaned = 0.00767716 Jy ! Component: 3300 - total flux cleaned = 0.0077497 Jy ! Component: 3350 - total flux cleaned = 0.00782177 Jy ! Component: 3400 - total flux cleaned = 0.00792179 Jy ! Component: 3450 - total flux cleaned = 0.00792177 Jy ! Component: 3500 - total flux cleaned = 0.0080347 Jy ! Component: 3550 - total flux cleaned = 0.00810488 Jy ! Component: 3600 - total flux cleaned = 0.00810479 Jy ! Component: 3650 - total flux cleaned = 0.00820178 Jy ! Component: 3700 - total flux cleaned = 0.00817418 Jy ! Component: 3750 - total flux cleaned = 0.00829746 Jy ! Component: 3800 - total flux cleaned = 0.00831105 Jy ! Component: 3850 - total flux cleaned = 0.00840579 Jy ! Component: 3900 - total flux cleaned = 0.00840585 Jy ! Component: 3950 - total flux cleaned = 0.00853964 Jy ! Component: 4000 - total flux cleaned = 0.00848647 Jy ! Component: 4050 - total flux cleaned = 0.00863196 Jy ! Total flux subtracted in 4096 components = 0.00861889 Jy ! Clean residual min=-0.000771 max=0.000849 Jy/beam ! Clean residual mean=0.000001 rms=0.000245 Jy/beam ! Combined flux in latest and established models = 0.336691 Jy keep ! Adding 307 model components to the UV plane model. ! The established model now contains 527 components and 0.336691 Jy ![Exited script file: muppet] wmap "J0833+1123_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.294 x 7.794 at -4.965 degrees (North through East) ! Clean map min=-0.0015624 max=0.24151 Jy/beam ! Writing clean map to FITS file: J0833+1123_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.241508 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000242871 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.301694 0.301694 0.603387 1.20677 2.41355 4.8271 9.65419 19.3084 38.6168 77.2336 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.241 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.294 x 7.794 at -4.965 degrees (North through East) ! Clean map min=-0.0015624 max=0.24151 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0833+1123_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:14:31 2019