! Started logfile: J0216+4437_S_2017_06_10_pus_uvs.log on Mon May 6 14:43:06 2019 obs J0216+4437_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0216+4437_S_2017_06_10_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.967659 visibilities/baseline/integration-bin. ! Found source: J0216+4437 ! ! 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 1154 lines of history. ! ! Reading 19508 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 J0216+4437_S_2017_06_10_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 582 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.910670Jy sigma=0.009436 ! Fit after self-cal, rms=0.902756Jy sigma=0.009369 ! 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.973 mas, bmaj=4.843 mas, bpa=-7.466 degrees ! Estimated noise=909.657 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.0737363 Jy ! Component: 100 - total flux cleaned = 0.0972695 Jy ! Total flux subtracted in 100 components = 0.0972695 Jy ! Clean residual min=-0.004266 max=0.010453 Jy/beam ! Clean residual mean=-0.000011 rms=0.001221 Jy/beam ! Combined flux in latest and established models = 0.0972695 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0972695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072402Jy sigma=0.000712 ! Fit after self-cal, rms=0.072351Jy sigma=0.000711 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123866 Jy ! Component: 100 - total flux cleaned = 0.0199335 Jy ! Total flux subtracted in 100 components = 0.0199335 Jy ! Clean residual min=-0.003178 max=0.004005 Jy/beam ! Clean residual mean=-0.000006 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.117203 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 37 components and 0.117203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069882Jy sigma=0.000684 ! Fit after self-cal, rms=0.069871Jy sigma=0.000684 ! 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.617 mas, bmaj=5.661 mas, bpa=-4.001 degrees ! Estimated noise=553.957 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.00556281 Jy ! Component: 100 - total flux cleaned = 0.0086047 Jy ! Component: 150 - total flux cleaned = 0.0100014 Jy ! Component: 200 - total flux cleaned = 0.0104757 Jy ! Total flux subtracted in 200 components = 0.0104757 Jy ! Clean residual min=-0.001805 max=0.002209 Jy/beam ! Clean residual mean=-0.000005 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.127679 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 51 components and 0.127679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069391Jy sigma=0.000679 ! Fit after self-cal, rms=0.069385Jy sigma=0.000679 ! 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 0.97 FD 0.96 HN 0.99 KP 1.04 ! LA 0.99 MK 1.07 NL 0.90 OV 1.01 ! PT 1.03 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.04 HN 1.00 KP 0.96 ! LA 0.97 MK 1.08 NL 1.02 OV 1.02 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.07 HN 1.02 KP 0.98 ! LA 0.99 MK 1.11 NL 1.04 OV 0.95 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.99 KP 1.00* ! LA 1.06 MK 1.32 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.069385Jy sigma=0.000679 ! Fit after self-cal, rms=0.071037Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.687 mas, bmaj=5.713 mas, bpa=-3.182 degrees ! Estimated noise=559.819 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 (1, -14). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00221893 Jy ! Component: 100 - total flux cleaned = 0.00297188 Jy ! Component: 150 - total flux cleaned = 0.00317647 Jy ! Component: 200 - total flux cleaned = 0.00335105 Jy ! Total flux subtracted in 200 components = 0.00335105 Jy ! Clean residual min=-0.001626 max=0.001615 Jy/beam ! Clean residual mean=-0.000004 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.13103 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 69 components and 0.13103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070955Jy sigma=0.000674 ! Fit after self-cal, rms=0.070972Jy sigma=0.000674 ! 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.070972Jy sigma=0.000674 ! Fit after self-cal, rms=0.071036Jy sigma=0.000672 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.675 mas, bmaj=5.722 mas, bpa=-3.263 degrees ! Estimated noise=561.248 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000319118 Jy ! Component: 100 - total flux cleaned = 0.000467502 Jy ! Component: 150 - total flux cleaned = 0.000415293 Jy ! Component: 200 - total flux cleaned = 0.000391823 Jy ! Total flux subtracted in 200 components = 0.000391823 Jy ! Clean residual min=-0.001462 max=0.001428 Jy/beam ! Clean residual mean=-0.000002 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.131422 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 81 components and 0.131422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071012Jy sigma=0.000672 ! Fit after self-cal, rms=0.071019Jy sigma=0.000672 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 = 2.04833e-05 Jy ! Component: 100 - total flux cleaned = 2.08272e-05 Jy ! Component: 150 - total flux cleaned = -2.36219e-05 Jy ! Component: 200 - total flux cleaned = -4.43071e-05 Jy ! Total flux subtracted in 200 components = -4.43071e-05 Jy ! Clean residual min=-0.001441 max=0.001397 Jy/beam ! Clean residual mean=-0.000002 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.131377 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 87 components and 0.131377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071004Jy sigma=0.000672 ! Fit after self-cal, rms=0.071004Jy sigma=0.000672 ! 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.071004Jy sigma=0.000672 ! Fit after self-cal, rms=0.071043Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.67 mas, bmaj=5.716 mas, bpa=-3.204 degrees ! Estimated noise=561.692 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000389915 Jy ! Component: 100 - total flux cleaned = 0.000390309 Jy ! Component: 150 - total flux cleaned = 0.000350157 Jy ! Component: 200 - total flux cleaned = 0.000331645 Jy ! Total flux subtracted in 200 components = 0.000331645 Jy ! Clean residual min=-0.001432 max=0.001355 Jy/beam ! Clean residual mean=-0.000002 rms=0.000321 Jy/beam ! Combined flux in latest and established models = 0.131709 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 92 components and 0.131709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071030Jy sigma=0.000671 ! Fit after self-cal, rms=0.071030Jy 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 = 5.94926e-05 Jy ! Component: 100 - total flux cleaned = 4.14552e-05 Jy ! Component: 150 - total flux cleaned = 6.66491e-06 Jy ! Component: 200 - total flux cleaned = -2.67165e-05 Jy ! Total flux subtracted in 200 components = -2.67165e-05 Jy ! Clean residual min=-0.001429 max=0.001331 Jy/beam ! Clean residual mean=-0.000002 rms=0.000318 Jy/beam ! Combined flux in latest and established models = 0.131682 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 96 components and 0.131682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071020Jy sigma=0.000671 ! Fit after self-cal, rms=0.071020Jy sigma=0.000671 ! 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.071020Jy sigma=0.000671 ! Fit after self-cal, rms=0.071013Jy sigma=0.000671 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.731 mas, bmaj=9.168 mas, bpa=-0.8661 degrees ! Estimated noise=692.633 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000238198 Jy ! Component: 100 - total flux cleaned = 0.000341636 Jy ! Component: 150 - total flux cleaned = 0.00041725 Jy ! Component: 200 - total flux cleaned = 0.000436967 Jy ! Total flux subtracted in 200 components = 0.000436967 Jy ! Clean residual min=-0.001451 max=0.001111 Jy/beam ! Clean residual mean=-0.000004 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.132119 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 114 components and 0.132119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071010Jy sigma=0.000671 ! Fit after self-cal, rms=0.071008Jy 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 = -2.24266e-05 Jy ! Component: 100 - total flux cleaned = 3.94161e-05 Jy ! Component: 150 - total flux cleaned = 7.98184e-05 Jy ! Component: 200 - total flux cleaned = 9.05352e-05 Jy ! Total flux subtracted in 200 components = 9.05352e-05 Jy ! Clean residual min=-0.001448 max=0.001116 Jy/beam ! Clean residual mean=-0.000004 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.13221 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 124 components and 0.13221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071006Jy sigma=0.000671 ! Fit after self-cal, rms=0.071005Jy sigma=0.000671 ! 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.665 mas, bmaj=5.712 mas, bpa=-3.123 degrees ! Estimated noise=561.994 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.665 x 5.712 at -3.123 degrees (North through East) ! Clean map min=-0.0013414 max=0.09823 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.018 mas, bmaj=4.894 mas, bpa=-6.585 degrees ! Estimated noise=927.133 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0747232 Jy ! Component: 100 - total flux cleaned = 0.0987538 Jy ! Component: 150 - total flux cleaned = 0.110652 Jy ! Component: 200 - total flux cleaned = 0.117712 Jy ! Total flux subtracted in 200 components = 0.117712 Jy ! Clean residual min=-0.003026 max=0.003749 Jy/beam ! Clean residual mean=-0.000004 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.117712 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.117712 Jy ! Inverting map and beam ! Estimated beam: bmin=3.665 mas, bmaj=5.712 mas, bpa=-3.123 degrees ! Estimated noise=561.994 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.00554681 Jy ! Component: 100 - total flux cleaned = 0.00880651 Jy ! Component: 150 - total flux cleaned = 0.0110264 Jy ! Component: 200 - total flux cleaned = 0.011949 Jy ! Total flux subtracted in 200 components = 0.011949 Jy ! Clean residual min=-0.001486 max=0.001430 Jy/beam ! Clean residual mean=-0.000002 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.129661 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 54 components and 0.129661 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.731 mas, bmaj=9.168 mas, bpa=-0.8661 degrees ! Estimated noise=692.633 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135987 Jy ! Component: 100 - total flux cleaned = 0.0019624 Jy ! Component: 150 - total flux cleaned = 0.00217021 Jy ! Component: 200 - total flux cleaned = 0.00230896 Jy ! Total flux subtracted in 200 components = 0.00230896 Jy ! Clean residual min=-0.001358 max=0.001142 Jy/beam ! Clean residual mean=-0.000004 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.13197 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.00010584 Jy ! Component: 100 - total flux cleaned = 0.000195583 Jy ! Component: 150 - total flux cleaned = 0.000223881 Jy ! Component: 200 - total flux cleaned = 0.000247788 Jy ! Total flux subtracted in 200 components = 0.000247788 Jy ! Clean residual min=-0.001425 max=0.001149 Jy/beam ! Clean residual mean=-0.000004 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.132218 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 92 components and 0.132218 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.665 mas, bmaj=5.712 mas, bpa=-3.123 degrees ! Estimated noise=561.994 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000297368 Jy ! Component: 100 - total flux cleaned = -0.0002244 Jy ! Component: 150 - total flux cleaned = -0.000191152 Jy ! Component: 200 - total flux cleaned = -0.000101435 Jy ! Total flux subtracted in 200 components = -0.000101435 Jy ! Clean residual min=-0.001427 max=0.001304 Jy/beam ! Clean residual mean=-0.000002 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.132117 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 104 components and 0.132117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071041Jy sigma=0.000672 ! Fit after self-cal, rms=0.071036Jy sigma=0.000672 wmodel J0216+4437_S_2017_06_10_pus_map.mod ! Writing 104 model components to file: J0216+4437_S_2017_06_10_pus_map.mod wobs J0216+4437_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0216+4437_S_2017_06_10_pus_uvs.fits wwins J0216+4437_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J0216+4437_S_2017_06_10_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.000262814 Jy ! Component: 100 - total flux cleaned = -0.000355621 Jy ! Component: 150 - total flux cleaned = -0.000332901 Jy ! Component: 200 - total flux cleaned = -0.00037446 Jy ! Component: 250 - total flux cleaned = -0.000333832 Jy ! Component: 300 - total flux cleaned = -0.000334299 Jy ! Component: 350 - total flux cleaned = -0.000256192 Jy ! Component: 400 - total flux cleaned = -0.000160868 Jy ! Component: 450 - total flux cleaned = -6.71004e-05 Jy ! Component: 500 - total flux cleaned = 6.19868e-05 Jy ! Component: 550 - total flux cleaned = 9.82016e-05 Jy ! Component: 600 - total flux cleaned = 0.000116332 Jy ! Component: 650 - total flux cleaned = 0.000204583 Jy ! Component: 700 - total flux cleaned = 0.000256491 Jy ! Component: 750 - total flux cleaned = 0.000324529 Jy ! Component: 800 - total flux cleaned = 0.000358341 Jy ! Component: 850 - total flux cleaned = 0.000391743 Jy ! Component: 900 - total flux cleaned = 0.000441134 Jy ! Component: 950 - total flux cleaned = 0.000489928 Jy ! Component: 1000 - total flux cleaned = 0.000505643 Jy ! Component: 1050 - total flux cleaned = 0.000521409 Jy ! Component: 1100 - total flux cleaned = 0.000552621 Jy ! Component: 1150 - total flux cleaned = 0.000537136 Jy ! Component: 1200 - total flux cleaned = 0.000537145 Jy ! Component: 1250 - total flux cleaned = 0.000598356 Jy ! Component: 1300 - total flux cleaned = 0.000628629 Jy ! Component: 1350 - total flux cleaned = 0.000613614 Jy ! Component: 1400 - total flux cleaned = 0.000658305 Jy ! Component: 1450 - total flux cleaned = 0.000687765 Jy ! Component: 1500 - total flux cleaned = 0.000731372 Jy ! Component: 1550 - total flux cleaned = 0.000803079 Jy ! Component: 1600 - total flux cleaned = 0.000746025 Jy ! Component: 1650 - total flux cleaned = 0.000746232 Jy ! Component: 1700 - total flux cleaned = 0.000774339 Jy ! Component: 1750 - total flux cleaned = 0.000760559 Jy ! Component: 1800 - total flux cleaned = 0.000801915 Jy ! Component: 1850 - total flux cleaned = 0.000815475 Jy ! Component: 1900 - total flux cleaned = 0.000801942 Jy ! Component: 1950 - total flux cleaned = 0.000815341 Jy ! Component: 2000 - total flux cleaned = 0.000775247 Jy ! Component: 2050 - total flux cleaned = 0.000762062 Jy ! Component: 2100 - total flux cleaned = 0.000787983 Jy ! Component: 2150 - total flux cleaned = 0.000762101 Jy ! Component: 2200 - total flux cleaned = 0.000723447 Jy ! Component: 2250 - total flux cleaned = 0.000736339 Jy ! Component: 2300 - total flux cleaned = 0.000673214 Jy ! Component: 2350 - total flux cleaned = 0.000723542 Jy ! Component: 2400 - total flux cleaned = 0.000698675 Jy ! Component: 2450 - total flux cleaned = 0.000686317 Jy ! Component: 2500 - total flux cleaned = 0.000674049 Jy ! Component: 2550 - total flux cleaned = 0.000661823 Jy ! Component: 2600 - total flux cleaned = 0.000662015 Jy ! Component: 2650 - total flux cleaned = 0.000686083 Jy ! Component: 2700 - total flux cleaned = 0.000638463 Jy ! Component: 2750 - total flux cleaned = 0.000650506 Jy ! Component: 2800 - total flux cleaned = 0.000674035 Jy ! Component: 2850 - total flux cleaned = 0.000639077 Jy ! Component: 2900 - total flux cleaned = 0.000697122 Jy ! Component: 2950 - total flux cleaned = 0.000708485 Jy ! Component: 3000 - total flux cleaned = 0.000662637 Jy ! Component: 3050 - total flux cleaned = 0.000639831 Jy ! Component: 3100 - total flux cleaned = 0.000640041 Jy ! Component: 3150 - total flux cleaned = 0.00066245 Jy ! Component: 3200 - total flux cleaned = 0.000673579 Jy ! Component: 3250 - total flux cleaned = 0.000673596 Jy ! Component: 3300 - total flux cleaned = 0.000684738 Jy ! Component: 3350 - total flux cleaned = 0.000684689 Jy ! Component: 3400 - total flux cleaned = 0.00065213 Jy ! Component: 3450 - total flux cleaned = 0.000652152 Jy ! Component: 3500 - total flux cleaned = 0.000641356 Jy ! Component: 3550 - total flux cleaned = 0.000630605 Jy ! Component: 3600 - total flux cleaned = 0.000641328 Jy ! Component: 3650 - total flux cleaned = 0.000641258 Jy ! Component: 3700 - total flux cleaned = 0.000599122 Jy ! Component: 3750 - total flux cleaned = 0.000609557 Jy ! Component: 3800 - total flux cleaned = 0.00063044 Jy ! Component: 3850 - total flux cleaned = 0.000671948 Jy ! Component: 3900 - total flux cleaned = 0.000640932 Jy ! Component: 3950 - total flux cleaned = 0.000589646 Jy ! Component: 4000 - total flux cleaned = 0.000650732 Jy ! Component: 4050 - total flux cleaned = 0.000630392 Jy ! Total flux subtracted in 4096 components = 0.000630355 Jy ! Clean residual min=-0.000566 max=0.000567 Jy/beam ! Clean residual mean=0.000001 rms=0.000179 Jy/beam ! Combined flux in latest and established models = 0.132747 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 390 components and 0.132747 Jy ![Exited script file: muppet] wmap "J0216+4437_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.665 x 5.712 at -3.123 degrees (North through East) ! Clean map min=-0.0011731 max=0.098483 Jy/beam ! Writing clean map to FITS file: J0216+4437_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0984828 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000177908 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.541947 0.541947 1.08389 2.16779 4.33557 8.67114 17.3423 34.6846 69.3692 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.098 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.665 x 5.712 at -3.123 degrees (North through East) ! Clean map min=-0.0011731 max=0.098483 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 J0216+4437_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:43:12 2019