! Started logfile: J2214+0711_S_2017_08_05_pus_uvs.log on Thu May 9 19:40:37 2019 obs J2214+0711_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J2214+0711_S_2017_08_05_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.955291 visibilities/baseline/integration-bin. ! Found source: J2214+0711 ! ! 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 513 lines of history. ! ! Reading 14444 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 J2214+0711_S_2017_08_05_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 545 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.844124Jy sigma=0.007831 ! Fit after self-cal, rms=0.836512Jy sigma=0.007770 ! 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.762 mas, bmaj=7.062 mas, bpa=-4.894 degrees ! Estimated noise=1015.11 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.128173 Jy ! Component: 100 - total flux cleaned = 0.156376 Jy ! Total flux subtracted in 100 components = 0.156376 Jy ! Clean residual min=-0.004939 max=0.008962 Jy/beam ! Clean residual mean=-0.000016 rms=0.001243 Jy/beam ! Combined flux in latest and established models = 0.156376 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.156376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084122Jy sigma=0.000707 ! Fit after self-cal, rms=0.084118Jy sigma=0.000707 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00937057 Jy ! Component: 100 - total flux cleaned = 0.0144531 Jy ! Total flux subtracted in 100 components = 0.0144531 Jy ! Clean residual min=-0.004551 max=0.004810 Jy/beam ! Clean residual mean=-0.000009 rms=0.001051 Jy/beam ! Combined flux in latest and established models = 0.170829 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 29 components and 0.170829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082790Jy sigma=0.000696 ! Fit after self-cal, rms=0.082799Jy sigma=0.000696 ! 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.21 mas, bmaj=7.914 mas, bpa=-4.655 degrees ! Estimated noise=777.091 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 (3, -11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00709131 Jy ! Component: 100 - total flux cleaned = 0.0113049 Jy ! Component: 150 - total flux cleaned = 0.0143792 Jy ! Component: 200 - total flux cleaned = 0.0166993 Jy ! Total flux subtracted in 200 components = 0.0166993 Jy ! Clean residual min=-0.004017 max=0.003835 Jy/beam ! Clean residual mean=-0.000000 rms=0.000955 Jy/beam ! Combined flux in latest and established models = 0.187529 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 76 components and 0.187529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082051Jy sigma=0.000690 ! Fit after self-cal, rms=0.081978Jy sigma=0.000689 ! 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.01 FD 1.03 HN 0.94 KP 1.06 ! LA 1.00 MK 1.01 NL 0.89 OV 1.01 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.08 HN 0.99 KP 0.99 ! LA 0.97 MK 1.02 NL 1.02 OV 1.06 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.03 HN 0.97 KP 0.90 ! LA 0.77 MK 1.04 NL 1.16 OV 0.96 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 4. ! A total of 51 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.09 HN 0.88 KP 1.00* ! LA 1.00* MK 1.20 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.081978Jy sigma=0.000689 ! Fit after self-cal, rms=0.078346Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.242 mas, bmaj=7.948 mas, bpa=-4.246 degrees ! Estimated noise=774.779 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.000223933 Jy ! Component: 100 - total flux cleaned = 0.000487645 Jy ! Component: 150 - total flux cleaned = 0.000630542 Jy ! Component: 200 - total flux cleaned = 0.000694556 Jy ! Total flux subtracted in 200 components = 0.000694556 Jy ! Clean residual min=-0.002587 max=0.002409 Jy/beam ! Clean residual mean=0.000005 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.188223 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 96 components and 0.188223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078299Jy sigma=0.000673 ! Fit after self-cal, rms=0.078273Jy sigma=0.000673 ! 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.078273Jy sigma=0.000673 ! Fit after self-cal, rms=0.078592Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.242 mas, bmaj=7.959 mas, bpa=-4.175 degrees ! Estimated noise=775.948 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109641 Jy ! Component: 100 - total flux cleaned = 0.00125681 Jy ! Component: 150 - total flux cleaned = 0.001325 Jy ! Component: 200 - total flux cleaned = 0.00138489 Jy ! Total flux subtracted in 200 components = 0.00138489 Jy ! Clean residual min=-0.002013 max=0.001990 Jy/beam ! Clean residual mean=-0.000009 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.189608 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 104 components and 0.189608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078573Jy sigma=0.000667 ! Fit after self-cal, rms=0.078574Jy sigma=0.000667 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.000140331 Jy ! Component: 100 - total flux cleaned = 0.000157978 Jy ! Component: 150 - total flux cleaned = 0.000158098 Jy ! Component: 200 - total flux cleaned = 0.000190074 Jy ! Total flux subtracted in 200 components = 0.000190074 Jy ! Clean residual min=-0.001974 max=0.001963 Jy/beam ! Clean residual mean=-0.000009 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.189798 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 111 components and 0.189798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078568Jy sigma=0.000667 ! Fit after self-cal, rms=0.078566Jy sigma=0.000667 ! 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.078566Jy sigma=0.000667 ! Fit after self-cal, rms=0.078566Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.244 mas, bmaj=7.961 mas, bpa=-4.146 degrees ! Estimated noise=775.809 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.11027e-05 Jy ! Component: 100 - total flux cleaned = -6.36364e-06 Jy ! Component: 150 - total flux cleaned = -3.71814e-05 Jy ! Component: 200 - total flux cleaned = -2.26406e-05 Jy ! Total flux subtracted in 200 components = -2.26406e-05 Jy ! Clean residual min=-0.001957 max=0.002022 Jy/beam ! Clean residual mean=-0.000009 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.189776 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 119 components and 0.189775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078560Jy sigma=0.000667 ! Fit after self-cal, rms=0.078559Jy sigma=0.000667 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.80695e-05 Jy ! Component: 100 - total flux cleaned = 3.16511e-05 Jy ! Component: 150 - total flux cleaned = 3.16413e-05 Jy ! Component: 200 - total flux cleaned = 3.19218e-05 Jy ! Total flux subtracted in 200 components = 3.19218e-05 Jy ! Clean residual min=-0.001940 max=0.002003 Jy/beam ! Clean residual mean=-0.000009 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.189807 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 124 components and 0.189807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078555Jy sigma=0.000666 ! Fit after self-cal, rms=0.078555Jy sigma=0.000666 ! 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.078555Jy sigma=0.000666 ! Fit after self-cal, rms=0.078540Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.443 mas, bmaj=12.29 mas, bpa=-6.395 degrees ! Estimated noise=973.297 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000873302 Jy ! Component: 100 - total flux cleaned = 0.00089494 Jy ! Component: 150 - total flux cleaned = 0.000894423 Jy ! Component: 200 - total flux cleaned = 0.000926685 Jy ! Total flux subtracted in 200 components = 0.000926685 Jy ! Clean residual min=-0.002491 max=0.002366 Jy/beam ! Clean residual mean=-0.000018 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.190734 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 131 components and 0.190734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078547Jy sigma=0.000667 ! Fit after self-cal, rms=0.078547Jy sigma=0.000667 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 = -6.59675e-06 Jy ! Component: 100 - total flux cleaned = 9.8925e-06 Jy ! Component: 150 - total flux cleaned = 2.39853e-05 Jy ! Component: 200 - total flux cleaned = 4.84433e-05 Jy ! Total flux subtracted in 200 components = 4.84433e-05 Jy ! Clean residual min=-0.002452 max=0.002291 Jy/beam ! Clean residual mean=-0.000018 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.190783 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 137 components and 0.190783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078552Jy sigma=0.000667 ! Fit after self-cal, rms=0.078553Jy sigma=0.000667 ! 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.245 mas, bmaj=7.96 mas, bpa=-4.116 degrees ! Estimated noise=775.591 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.245 x 7.96 at -4.116 degrees (North through East) ! Clean map min=-0.0018961 max=0.16382 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.79 mas, bmaj=7.083 mas, bpa=-4.512 degrees ! Estimated noise=1022.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.128208 Jy ! Component: 100 - total flux cleaned = 0.156493 Jy ! Component: 150 - total flux cleaned = 0.165809 Jy ! Component: 200 - total flux cleaned = 0.171043 Jy ! Total flux subtracted in 200 components = 0.171043 Jy ! Clean residual min=-0.002836 max=0.003356 Jy/beam ! Clean residual mean=-0.000013 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.171043 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.171043 Jy ! Inverting map and beam ! Estimated beam: bmin=3.245 mas, bmaj=7.96 mas, bpa=-4.116 degrees ! Estimated noise=775.591 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.00521941 Jy ! Component: 100 - total flux cleaned = 0.00868907 Jy ! Component: 150 - total flux cleaned = 0.0112653 Jy ! Component: 200 - total flux cleaned = 0.0131127 Jy ! Total flux subtracted in 200 components = 0.0131127 Jy ! Clean residual min=-0.002229 max=0.002528 Jy/beam ! Clean residual mean=-0.000012 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.184156 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 77 components and 0.184156 Jy ! Inverting map ! Added new window around map position (10, -24). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00247105 Jy ! Component: 100 - total flux cleaned = 0.00393173 Jy ! Component: 150 - total flux cleaned = 0.00475831 Jy ! Component: 200 - total flux cleaned = 0.00533601 Jy ! Total flux subtracted in 200 components = 0.00533601 Jy ! Clean residual min=-0.001915 max=0.001822 Jy/beam ! Clean residual mean=-0.000009 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.189492 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 113 components and 0.189492 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.443 mas, bmaj=12.29 mas, bpa=-6.395 degrees ! Estimated noise=973.297 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149627 Jy ! Component: 100 - total flux cleaned = 0.00249821 Jy ! Component: 150 - total flux cleaned = 0.00320845 Jy ! Component: 200 - total flux cleaned = 0.00359435 Jy ! Total flux subtracted in 200 components = 0.00359435 Jy ! Clean residual min=-0.002188 max=0.001796 Jy/beam ! Clean residual mean=-0.000016 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.193086 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.000172814 Jy ! Component: 100 - total flux cleaned = 0.000276597 Jy ! Component: 150 - total flux cleaned = 0.000354555 Jy ! Component: 200 - total flux cleaned = 0.000413125 Jy ! Total flux subtracted in 200 components = 0.000413125 Jy ! Clean residual min=-0.002145 max=0.001812 Jy/beam ! Clean residual mean=-0.000016 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.193499 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 154 components and 0.193499 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.245 mas, bmaj=7.96 mas, bpa=-4.116 degrees ! Estimated noise=775.591 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000117261 Jy ! Component: 100 - total flux cleaned = -0.000117037 Jy ! Component: 150 - total flux cleaned = -0.000161179 Jy ! Component: 200 - total flux cleaned = -0.000182056 Jy ! Total flux subtracted in 200 components = -0.000182056 Jy ! Clean residual min=-0.001795 max=0.001921 Jy/beam ! Clean residual mean=-0.000007 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.193317 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 178 components and 0.193317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078490Jy sigma=0.000666 ! Fit after self-cal, rms=0.078480Jy sigma=0.000666 wmodel J2214+0711_S_2017_08_05_pus_map.mod ! Writing 178 model components to file: J2214+0711_S_2017_08_05_pus_map.mod wobs J2214+0711_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J2214+0711_S_2017_08_05_pus_uvs.fits wwins J2214+0711_S_2017_08_05_pus_map.win ! wwins: Wrote 3 windows to J2214+0711_S_2017_08_05_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.000281149 Jy ! Component: 100 - total flux cleaned = -0.000677444 Jy ! Component: 150 - total flux cleaned = -0.000850337 Jy ! Component: 200 - total flux cleaned = -0.000987881 Jy ! Component: 250 - total flux cleaned = -0.00106803 Jy ! Component: 300 - total flux cleaned = -0.001094 Jy ! Component: 350 - total flux cleaned = -0.00106877 Jy ! Component: 400 - total flux cleaned = -0.00116843 Jy ! Component: 450 - total flux cleaned = -0.00121732 Jy ! Component: 500 - total flux cleaned = -0.0013134 Jy ! Component: 550 - total flux cleaned = -0.00140688 Jy ! Component: 600 - total flux cleaned = -0.00140659 Jy ! Component: 650 - total flux cleaned = -0.00142923 Jy ! Component: 700 - total flux cleaned = -0.00149597 Jy ! Component: 750 - total flux cleaned = -0.00156184 Jy ! Component: 800 - total flux cleaned = -0.00158351 Jy ! Component: 850 - total flux cleaned = -0.00162638 Jy ! Component: 900 - total flux cleaned = -0.00164699 Jy ! Component: 950 - total flux cleaned = -0.00162581 Jy ! Component: 1000 - total flux cleaned = -0.00164596 Jy ! Component: 1050 - total flux cleaned = -0.00168617 Jy ! Component: 1100 - total flux cleaned = -0.0016657 Jy ! Component: 1150 - total flux cleaned = -0.00164576 Jy ! Component: 1200 - total flux cleaned = -0.00164545 Jy ! Component: 1250 - total flux cleaned = -0.00158733 Jy ! Component: 1300 - total flux cleaned = -0.00151107 Jy ! Component: 1350 - total flux cleaned = -0.00149224 Jy ! Component: 1400 - total flux cleaned = -0.00151092 Jy ! Component: 1450 - total flux cleaned = -0.0014185 Jy ! Component: 1500 - total flux cleaned = -0.00140048 Jy ! Component: 1550 - total flux cleaned = -0.00134646 Jy ! Component: 1600 - total flux cleaned = -0.00134641 Jy ! Component: 1650 - total flux cleaned = -0.00127529 Jy ! Component: 1700 - total flux cleaned = -0.00124023 Jy ! Component: 1750 - total flux cleaned = -0.00120529 Jy ! Component: 1800 - total flux cleaned = -0.00117069 Jy ! Component: 1850 - total flux cleaned = -0.00117062 Jy ! Component: 1900 - total flux cleaned = -0.00115375 Jy ! Component: 1950 - total flux cleaned = -0.00105292 Jy ! Component: 2000 - total flux cleaned = -0.00106949 Jy ! Component: 2050 - total flux cleaned = -0.00101994 Jy ! Component: 2100 - total flux cleaned = -0.00103607 Jy ! Component: 2150 - total flux cleaned = -0.000971091 Jy ! Component: 2200 - total flux cleaned = -0.000955262 Jy ! Component: 2250 - total flux cleaned = -0.000955199 Jy ! Component: 2300 - total flux cleaned = -0.00092371 Jy ! Component: 2350 - total flux cleaned = -0.00090796 Jy ! Component: 2400 - total flux cleaned = -0.000876861 Jy ! Component: 2450 - total flux cleaned = -0.000892357 Jy ! Component: 2500 - total flux cleaned = -0.000876931 Jy ! Component: 2550 - total flux cleaned = -0.000846612 Jy ! Component: 2600 - total flux cleaned = -0.000831664 Jy ! Component: 2650 - total flux cleaned = -0.000801634 Jy ! Component: 2700 - total flux cleaned = -0.000786807 Jy ! Component: 2750 - total flux cleaned = -0.000742683 Jy ! Component: 2800 - total flux cleaned = -0.000742639 Jy ! Component: 2850 - total flux cleaned = -0.000699024 Jy ! Component: 2900 - total flux cleaned = -0.000670231 Jy ! Component: 2950 - total flux cleaned = -0.000641623 Jy ! Component: 3000 - total flux cleaned = -0.000599051 Jy ! Component: 3050 - total flux cleaned = -0.00052842 Jy ! Component: 3100 - total flux cleaned = -0.00051437 Jy ! Component: 3150 - total flux cleaned = -0.000528064 Jy ! Component: 3200 - total flux cleaned = -0.000417491 Jy ! Component: 3250 - total flux cleaned = -0.000390039 Jy ! Component: 3300 - total flux cleaned = -0.000335403 Jy ! Component: 3350 - total flux cleaned = -0.000321945 Jy ! Component: 3400 - total flux cleaned = -0.000308482 Jy ! Component: 3450 - total flux cleaned = -0.000228304 Jy ! Component: 3500 - total flux cleaned = -0.000122046 Jy ! Component: 3550 - total flux cleaned = -0.000108975 Jy ! Component: 3600 - total flux cleaned = -1.73532e-05 Jy ! Component: 3650 - total flux cleaned = 2.15266e-05 Jy ! Component: 3700 - total flux cleaned = 2.15585e-05 Jy ! Component: 3750 - total flux cleaned = 0.000124248 Jy ! Component: 3800 - total flux cleaned = 0.000111563 Jy ! Component: 3850 - total flux cleaned = 0.000162265 Jy ! Component: 3900 - total flux cleaned = 0.000225255 Jy ! Component: 3950 - total flux cleaned = 0.000237628 Jy ! Component: 4000 - total flux cleaned = 0.000336926 Jy ! Component: 4050 - total flux cleaned = 0.000361661 Jy ! Total flux subtracted in 4096 components = 0.000435293 Jy ! Clean residual min=-0.000701 max=0.000846 Jy/beam ! Clean residual mean=-0.000001 rms=0.000231 Jy/beam ! Combined flux in latest and established models = 0.193752 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 491 components and 0.193753 Jy ![Exited script file: muppet] wmap "J2214+0711_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.245 x 7.96 at -4.116 degrees (North through East) ! Clean map min=-0.0013281 max=0.16362 Jy/beam ! Writing clean map to FITS file: J2214+0711_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.163618 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000229931 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.421588 0.421588 0.843176 1.68635 3.3727 6.7454 13.4908 26.9816 53.9632 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.163 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.245 x 7.96 at -4.116 degrees (North through East) ! Clean map min=-0.0013281 max=0.16362 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 J2214+0711_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:40:42 2019