! Started logfile: J0728+5701_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:20:01 2017 obs J0728+5701_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0728+5701_S_2014_01_04_pus_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.680556 visibilities/baseline/integration-bin. ! Found source: J0728+5701 ! ! 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 370 lines of history. ! ! Reading 5880 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 J0728+5701_S_2014_01_04_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 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.893445Jy sigma=0.012269 ! Fit after self-cal, rms=0.883516Jy sigma=0.012128 ! 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.095 mas, bmaj=4.554 mas, bpa=88.42 degrees ! Estimated noise=1110.45 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.0857554 Jy ! Component: 100 - total flux cleaned = 0.112664 Jy ! Total flux subtracted in 100 components = 0.112664 Jy ! Clean residual min=-0.010497 max=0.028546 Jy/beam ! Clean residual mean=-0.000117 rms=0.003203 Jy/beam ! Combined flux in latest and established models = 0.112664 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.112664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091700Jy sigma=0.001061 ! Fit after self-cal, rms=0.091496Jy sigma=0.001059 ! Inverting map ! Added new window around map position (6, -11.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0248697 Jy ! Component: 100 - total flux cleaned = 0.0376741 Jy ! Total flux subtracted in 100 components = 0.0376741 Jy ! Clean residual min=-0.007652 max=0.009982 Jy/beam ! Clean residual mean=-0.000077 rms=0.001995 Jy/beam ! Combined flux in latest and established models = 0.150338 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 23 components and 0.150338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082309Jy sigma=0.000939 ! Fit after self-cal, rms=0.081088Jy sigma=0.000928 ! 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.839 mas, bmaj=5.511 mas, bpa=89.77 degrees ! Estimated noise=726.097 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.0154053 Jy ! Component: 100 - total flux cleaned = 0.0252498 Jy ! Component: 150 - total flux cleaned = 0.0323852 Jy ! Component: 200 - total flux cleaned = 0.0377144 Jy ! Total flux subtracted in 200 components = 0.0377144 Jy ! Clean residual min=-0.004818 max=0.006774 Jy/beam ! Clean residual mean=-0.000104 rms=0.001324 Jy/beam ! Combined flux in latest and established models = 0.188053 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 41 components and 0.188053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077075Jy sigma=0.000882 ! Fit after self-cal, rms=0.076909Jy sigma=0.000880 ! 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.09 FD 0.82 KP 1.00* LA 1.03 ! MK 1.04 NL 0.97 OV 0.93 PT 0.94 ! SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.95 KP 1.00* LA 1.00 ! MK 1.06 NL 1.01 OV 0.97 PT 0.97 ! SC 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.09 KP 1.00* LA 0.83 ! MK 1.03 NL 1.00 OV 0.92 PT 0.93 ! SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.93 KP 1.00* LA 0.90 ! MK 1.12 NL 1.11 OV 0.95 PT 0.98 ! SC 0.93 ! ! ! Fit before self-cal, rms=0.076909Jy sigma=0.000880 ! Fit after self-cal, rms=0.072578Jy sigma=0.000859 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.881 mas, bmaj=5.552 mas, bpa=88.48 degrees ! Estimated noise=716.289 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.00121 Jy ! Component: 100 - total flux cleaned = 0.00157348 Jy ! Component: 150 - total flux cleaned = 0.00166543 Jy ! Component: 200 - total flux cleaned = 0.00179191 Jy ! Total flux subtracted in 200 components = 0.00179191 Jy ! Clean residual min=-0.002932 max=0.003441 Jy/beam ! Clean residual mean=-0.000054 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.189845 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.189845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072459Jy sigma=0.000857 ! Fit after self-cal, rms=0.072227Jy sigma=0.000856 ! 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.072227Jy sigma=0.000856 ! Fit after self-cal, rms=0.072053Jy sigma=0.000855 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.869 mas, bmaj=5.54 mas, bpa=86.98 degrees ! Estimated noise=712.037 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.96406e-06 Jy ! Component: 100 - total flux cleaned = 0.000157255 Jy ! Component: 150 - total flux cleaned = 0.000194158 Jy ! Component: 200 - total flux cleaned = 0.000193565 Jy ! Total flux subtracted in 200 components = 0.000193565 Jy ! Clean residual min=-0.002756 max=0.003180 Jy/beam ! Clean residual mean=-0.000034 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.190038 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 57 components and 0.190038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072001Jy sigma=0.000854 ! Fit after self-cal, rms=0.072018Jy sigma=0.000854 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 (1.5, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00166243 Jy ! Component: 100 - total flux cleaned = 0.0016808 Jy ! Component: 150 - total flux cleaned = 0.00141349 Jy ! Component: 200 - total flux cleaned = 0.00132207 Jy ! Total flux subtracted in 200 components = 0.00132207 Jy ! Clean residual min=-0.002573 max=0.003055 Jy/beam ! Clean residual mean=-0.000030 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.19136 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 71 components and 0.19136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071859Jy sigma=0.000852 ! Fit after self-cal, rms=0.071865Jy sigma=0.000852 ! Inverting map ! Added new window around map position (7.5, 83.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00275753 Jy ! Component: 100 - total flux cleaned = 0.00417514 Jy ! Component: 150 - total flux cleaned = 0.00453055 Jy ! Component: 200 - total flux cleaned = 0.00487535 Jy ! Total flux subtracted in 200 components = 0.00487535 Jy ! Clean residual min=-0.002388 max=0.002554 Jy/beam ! Clean residual mean=-0.000012 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.196236 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 85 components and 0.196236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071739Jy sigma=0.000850 ! Fit after self-cal, rms=0.071739Jy sigma=0.000850 ! Inverting map ! Added new window around map position (-79.5, 45). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00212372 Jy ! Component: 100 - total flux cleaned = 0.00285585 Jy ! Component: 150 - total flux cleaned = 0.00315536 Jy ! Component: 200 - total flux cleaned = 0.00338968 Jy ! Total flux subtracted in 200 components = 0.00338968 Jy ! Clean residual min=-0.002096 max=0.002177 Jy/beam ! Clean residual mean=-0.000011 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.199625 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 101 components and 0.199625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071654Jy sigma=0.000849 ! Fit after self-cal, rms=0.071654Jy sigma=0.000849 ! 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.071654Jy sigma=0.000849 ! Fit after self-cal, rms=0.071219Jy sigma=0.000848 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.859 mas, bmaj=5.531 mas, bpa=87.32 degrees ! Estimated noise=710.024 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000938936 Jy ! Component: 100 - total flux cleaned = 0.00106374 Jy ! Component: 150 - total flux cleaned = 0.00117112 Jy ! Component: 200 - total flux cleaned = 0.00120403 Jy ! Total flux subtracted in 200 components = 0.00120403 Jy ! Clean residual min=-0.001975 max=0.002009 Jy/beam ! Clean residual mean=-0.000002 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.200829 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 115 components and 0.200829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071174Jy sigma=0.000848 ! Fit after self-cal, rms=0.071161Jy sigma=0.000848 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.000151393 Jy ! Component: 100 - total flux cleaned = 0.000151848 Jy ! Component: 150 - total flux cleaned = 0.000181431 Jy ! Component: 200 - total flux cleaned = 0.000182019 Jy ! Total flux subtracted in 200 components = 0.000182019 Jy ! Clean residual min=-0.001956 max=0.001992 Jy/beam ! Clean residual mean=-0.000002 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.201011 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 121 components and 0.201011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071136Jy sigma=0.000847 ! Fit after self-cal, rms=0.071140Jy sigma=0.000847 ! 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.071140Jy sigma=0.000847 ! Fit after self-cal, rms=0.070971Jy sigma=0.000847 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.057 mas, bmaj=9.819 mas, bpa=78.95 degrees ! Estimated noise=819.898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000416733 Jy ! Component: 100 - total flux cleaned = 0.000519279 Jy ! Component: 150 - total flux cleaned = 0.000677358 Jy ! Component: 200 - total flux cleaned = 0.000768876 Jy ! Total flux subtracted in 200 components = 0.000768876 Jy ! Clean residual min=-0.002042 max=0.001942 Jy/beam ! Clean residual mean=-0.000002 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.20178 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 138 components and 0.20178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070960Jy sigma=0.000847 ! Fit after self-cal, rms=0.070950Jy sigma=0.000847 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 = -4.67562e-05 Jy ! Component: 100 - total flux cleaned = 2.21117e-05 Jy ! Component: 150 - total flux cleaned = 7.12979e-05 Jy ! Component: 200 - total flux cleaned = 0.000129525 Jy ! Total flux subtracted in 200 components = 0.000129525 Jy ! Clean residual min=-0.002047 max=0.001932 Jy/beam ! Clean residual mean=-0.000002 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.20191 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 149 components and 0.20191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070947Jy sigma=0.000847 ! Fit after self-cal, rms=0.070943Jy sigma=0.000847 ! 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.854 mas, bmaj=5.527 mas, bpa=87.37 degrees ! Estimated noise=709.457 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.854 x 5.527 at 87.37 degrees (North through East) ! Clean map min=-0.0018157 max=0.10984 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.096 mas, bmaj=4.549 mas, bpa=85.7 degrees ! Estimated noise=1088.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0846976 Jy ! Component: 100 - total flux cleaned = 0.11903 Jy ! Component: 150 - total flux cleaned = 0.138975 Jy ! Component: 200 - total flux cleaned = 0.152308 Jy ! Total flux subtracted in 200 components = 0.152308 Jy ! Clean residual min=-0.006119 max=0.007437 Jy/beam ! Clean residual mean=-0.000057 rms=0.001622 Jy/beam ! Combined flux in latest and established models = 0.152308 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.152308 Jy ! Inverting map and beam ! Estimated beam: bmin=3.854 mas, bmaj=5.527 mas, bpa=87.37 degrees ! Estimated noise=709.457 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.0128024 Jy ! Component: 100 - total flux cleaned = 0.0209466 Jy ! Component: 150 - total flux cleaned = 0.0266799 Jy ! Component: 200 - total flux cleaned = 0.0309665 Jy ! Total flux subtracted in 200 components = 0.0309665 Jy ! Clean residual min=-0.003151 max=0.003172 Jy/beam ! Clean residual mean=-0.000052 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.183274 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 47 components and 0.183274 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.057 mas, bmaj=9.819 mas, bpa=78.95 degrees ! Estimated noise=819.898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00464035 Jy ! Component: 100 - total flux cleaned = 0.0076563 Jy ! Component: 150 - total flux cleaned = 0.00992762 Jy ! Component: 200 - total flux cleaned = 0.0117361 Jy ! Total flux subtracted in 200 components = 0.0117361 Jy ! Clean residual min=-0.002552 max=0.002245 Jy/beam ! Clean residual mean=-0.000038 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.19501 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 = 0.00149166 Jy ! Component: 100 - total flux cleaned = 0.00268837 Jy ! Component: 150 - total flux cleaned = 0.00353232 Jy ! Component: 200 - total flux cleaned = 0.00419047 Jy ! Total flux subtracted in 200 components = 0.00419047 Jy ! Clean residual min=-0.002266 max=0.001930 Jy/beam ! Clean residual mean=-0.000019 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.199201 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 114 components and 0.199201 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.854 mas, bmaj=5.527 mas, bpa=87.37 degrees ! Estimated noise=709.457 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000920998 Jy ! Component: 100 - total flux cleaned = 0.00150629 Jy ! Component: 150 - total flux cleaned = 0.00192313 Jy ! Component: 200 - total flux cleaned = 0.0020651 Jy ! Total flux subtracted in 200 components = 0.0020651 Jy ! Clean residual min=-0.002130 max=0.002074 Jy/beam ! Clean residual mean=-0.000005 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.201266 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 140 components and 0.201266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071031Jy sigma=0.000848 ! Fit after self-cal, rms=0.070996Jy sigma=0.000848 wmodel J0728+5701_S_2014_01_04_pus_map.mod ! Writing 140 model components to file: J0728+5701_S_2014_01_04_pus_map.mod wobs J0728+5701_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0728+5701_S_2014_01_04_pus_uvs.fits wwins J0728+5701_S_2014_01_04_pus_map.win ! wwins: Wrote 5 windows to J0728+5701_S_2014_01_04_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.000155272 Jy ! Component: 100 - total flux cleaned = -0.00015585 Jy ! Component: 150 - total flux cleaned = -0.000288664 Jy ! Component: 200 - total flux cleaned = -0.000320296 Jy ! Component: 250 - total flux cleaned = -0.000350431 Jy ! Component: 300 - total flux cleaned = -0.000350517 Jy ! Component: 350 - total flux cleaned = -0.000406861 Jy ! Component: 400 - total flux cleaned = -0.000488433 Jy ! Component: 450 - total flux cleaned = -0.000540548 Jy ! Component: 500 - total flux cleaned = -0.000591487 Jy ! Component: 550 - total flux cleaned = -0.000591237 Jy ! Component: 600 - total flux cleaned = -0.00049407 Jy ! Component: 650 - total flux cleaned = -0.000470452 Jy ! Component: 700 - total flux cleaned = -0.000423884 Jy ! Component: 750 - total flux cleaned = -0.000378571 Jy ! Component: 800 - total flux cleaned = -0.000378464 Jy ! Component: 850 - total flux cleaned = -0.000312989 Jy ! Component: 900 - total flux cleaned = -0.00024909 Jy ! Component: 950 - total flux cleaned = -0.00018639 Jy ! Component: 1000 - total flux cleaned = -0.000186304 Jy ! Component: 1050 - total flux cleaned = -6.49914e-05 Jy ! Component: 1100 - total flux cleaned = 3.39877e-05 Jy ! Component: 1150 - total flux cleaned = 0.000111734 Jy ! Component: 1200 - total flux cleaned = 0.000188378 Jy ! Component: 1250 - total flux cleaned = 0.000282402 Jy ! Component: 1300 - total flux cleaned = 0.000393573 Jy ! Component: 1350 - total flux cleaned = 0.000484481 Jy ! Component: 1400 - total flux cleaned = 0.000573772 Jy ! Component: 1450 - total flux cleaned = 0.000591428 Jy ! Component: 1500 - total flux cleaned = 0.000695677 Jy ! Component: 1550 - total flux cleaned = 0.000729632 Jy ! Component: 1600 - total flux cleaned = 0.000729402 Jy ! Component: 1650 - total flux cleaned = 0.000796116 Jy ! Component: 1700 - total flux cleaned = 0.000861732 Jy ! Component: 1750 - total flux cleaned = 0.000878025 Jy ! Component: 1800 - total flux cleaned = 0.000894157 Jy ! Component: 1850 - total flux cleaned = 0.000909763 Jy ! Component: 1900 - total flux cleaned = 0.000909778 Jy ! Component: 1950 - total flux cleaned = 0.000848158 Jy ! Component: 2000 - total flux cleaned = 0.000878764 Jy ! Component: 2050 - total flux cleaned = 0.000893823 Jy ! Component: 2100 - total flux cleaned = 0.000908412 Jy ! Component: 2150 - total flux cleaned = 0.000893496 Jy ! Component: 2200 - total flux cleaned = 0.000879008 Jy ! Component: 2250 - total flux cleaned = 0.000879047 Jy ! Component: 2300 - total flux cleaned = 0.000879119 Jy ! Component: 2350 - total flux cleaned = 0.000878931 Jy ! Component: 2400 - total flux cleaned = 0.00082327 Jy ! Component: 2450 - total flux cleaned = 0.000837095 Jy ! Component: 2500 - total flux cleaned = 0.000823446 Jy ! Component: 2550 - total flux cleaned = 0.000823549 Jy ! Component: 2600 - total flux cleaned = 0.000770159 Jy ! Component: 2650 - total flux cleaned = 0.000796578 Jy ! Component: 2700 - total flux cleaned = 0.000770258 Jy ! Component: 2750 - total flux cleaned = 0.000783135 Jy ! Component: 2800 - total flux cleaned = 0.000744491 Jy ! Component: 2850 - total flux cleaned = 0.000731585 Jy ! Component: 2900 - total flux cleaned = 0.000718978 Jy ! Component: 2950 - total flux cleaned = 0.000693936 Jy ! Component: 3000 - total flux cleaned = 0.000743347 Jy ! Component: 3050 - total flux cleaned = 0.000706445 Jy ! Component: 3100 - total flux cleaned = 0.000718645 Jy ! Component: 3150 - total flux cleaned = 0.000706533 Jy ! Component: 3200 - total flux cleaned = 0.000694676 Jy ! Component: 3250 - total flux cleaned = 0.000730191 Jy ! Component: 3300 - total flux cleaned = 0.000718479 Jy ! Component: 3350 - total flux cleaned = 0.00074188 Jy ! Component: 3400 - total flux cleaned = 0.000788137 Jy ! Component: 3450 - total flux cleaned = 0.000788054 Jy ! Component: 3500 - total flux cleaned = 0.000822278 Jy ! Component: 3550 - total flux cleaned = 0.000833577 Jy ! Component: 3600 - total flux cleaned = 0.000878425 Jy ! Component: 3650 - total flux cleaned = 0.000911707 Jy ! Component: 3700 - total flux cleaned = 0.0009227 Jy ! Component: 3750 - total flux cleaned = 0.000955646 Jy ! Component: 3800 - total flux cleaned = 0.000955637 Jy ! Component: 3850 - total flux cleaned = 0.000966528 Jy ! Component: 3900 - total flux cleaned = 0.00102004 Jy ! Component: 3950 - total flux cleaned = 0.00100942 Jy ! Component: 4000 - total flux cleaned = 0.00104117 Jy ! Component: 4050 - total flux cleaned = 0.00105173 Jy ! Total flux subtracted in 4096 components = 0.00110388 Jy ! Clean residual min=-0.000577 max=0.000589 Jy/beam ! Clean residual mean=0.000002 rms=0.000180 Jy/beam ! Combined flux in latest and established models = 0.20237 Jy keep ! Adding 244 model components to the UV plane model. ! The established model now contains 384 components and 0.20237 Jy ![Exited script file: muppet] wmap "J0728+5701_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.854 x 5.527 at 87.37 degrees (North through East) ! Clean map min=-0.0015868 max=0.10911 Jy/beam ! Writing clean map to FITS file: J0728+5701_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.109106 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000182095 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.50069 0.50069 1.00138 2.00276 4.00552 8.01104 16.0221 32.0442 64.0883 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.109 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.854 x 5.527 at 87.37 degrees (North through East) ! Clean map min=-0.0015868 max=0.10911 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 J0728+5701_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:20:06 2017