! Started logfile: J0518+3306_S_2017_03_23_pus_uvs.log on Mon May 13 09:49:25 2019 obs J0518+3306_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0518+3306_S_2017_03_23_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.90078 visibilities/baseline/integration-bin. ! Found source: J0518+3306 ! ! 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 481 lines of history. ! ! Reading 18484 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 J0518+3306_S_2017_03_23_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 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 405 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.876139Jy sigma=0.007761 ! Fit after self-cal, rms=0.865605Jy sigma=0.007678 ! 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.009 mas, bmaj=5.468 mas, bpa=-4.763 degrees ! Estimated noise=979.177 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.104037 Jy ! Component: 100 - total flux cleaned = 0.129171 Jy ! Total flux subtracted in 100 components = 0.129171 Jy ! Clean residual min=-0.004930 max=0.009640 Jy/beam ! Clean residual mean=0.000018 rms=0.001227 Jy/beam ! Combined flux in latest and established models = 0.129171 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.129171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087459Jy sigma=0.000702 ! Fit after self-cal, rms=0.087463Jy sigma=0.000702 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100517 Jy ! Component: 100 - total flux cleaned = 0.0154508 Jy ! Total flux subtracted in 100 components = 0.0154508 Jy ! Clean residual min=-0.004542 max=0.004686 Jy/beam ! Clean residual mean=0.000017 rms=0.001005 Jy/beam ! Combined flux in latest and established models = 0.144622 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.144622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085917Jy sigma=0.000689 ! Fit after self-cal, rms=0.085925Jy sigma=0.000689 ! 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.591 mas, bmaj=6.105 mas, bpa=-4.376 degrees ! Estimated noise=646.526 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.00475841 Jy ! Component: 100 - total flux cleaned = 0.00709448 Jy ! Component: 150 - total flux cleaned = 0.00841057 Jy ! Component: 200 - total flux cleaned = 0.00890496 Jy ! Total flux subtracted in 200 components = 0.00890496 Jy ! Clean residual min=-0.004482 max=0.003783 Jy/beam ! Clean residual mean=0.000020 rms=0.000898 Jy/beam ! Combined flux in latest and established models = 0.153527 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 34 components and 0.153527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085623Jy sigma=0.000687 ! Fit after self-cal, rms=0.085628Jy sigma=0.000687 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.99 HN 0.95 KP 1.02 ! LA 0.99 MK 0.99 NL 0.91 OV 1.04 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00 HN 1.01 KP 1.01 ! LA 0.95 MK 1.00 NL 1.04 OV 1.08 ! PT 0.96 SC 1.06 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.05 HN 0.97 KP 0.91 ! LA 0.75 MK 1.04 NL 1.22 OV 0.97 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.08 HN 0.90 KP 1.00* ! LA 0.79 MK 1.27 NL 1.00* OV 1.90 ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.085628Jy sigma=0.000687 ! Fit after self-cal, rms=0.089586Jy sigma=0.000667 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.616 mas, bmaj=6.141 mas, bpa=-4.213 degrees ! Estimated noise=648.688 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.000682751 Jy ! Component: 100 - total flux cleaned = -0.000778709 Jy ! Component: 150 - total flux cleaned = -0.000857211 Jy ! Component: 200 - total flux cleaned = -0.000927177 Jy ! Total flux subtracted in 200 components = -0.000927177 Jy ! Clean residual min=-0.002239 max=0.002108 Jy/beam ! Clean residual mean=0.000008 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.152599 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 41 components and 0.152599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089568Jy sigma=0.000667 ! Fit after self-cal, rms=0.089796Jy sigma=0.000666 ! 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.089796Jy sigma=0.000666 ! Fit after self-cal, rms=0.092904Jy sigma=0.000662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.621 mas, bmaj=6.129 mas, bpa=-4.434 degrees ! Estimated noise=649.487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000122334 Jy ! Component: 100 - total flux cleaned = -0.000141507 Jy ! Component: 150 - total flux cleaned = -0.000192658 Jy ! Component: 200 - total flux cleaned = -0.000224429 Jy ! Total flux subtracted in 200 components = -0.000224429 Jy ! Clean residual min=-0.001774 max=0.001826 Jy/beam ! Clean residual mean=0.000001 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.152375 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.152375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092894Jy sigma=0.000662 ! Fit after self-cal, rms=0.092955Jy sigma=0.000662 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 (13, -12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187091 Jy ! Component: 100 - total flux cleaned = 0.0026629 Jy ! Component: 150 - total flux cleaned = 0.00294922 Jy ! Component: 200 - total flux cleaned = 0.00305505 Jy ! Total flux subtracted in 200 components = 0.00305505 Jy ! Clean residual min=-0.001717 max=0.001513 Jy/beam ! Clean residual mean=-0.000001 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.15543 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 65 components and 0.15543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092914Jy sigma=0.000662 ! Fit after self-cal, rms=0.092917Jy sigma=0.000662 ! 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.092917Jy sigma=0.000662 ! Fit after self-cal, rms=0.093439Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.625 mas, bmaj=6.126 mas, bpa=-4.53 degrees ! Estimated noise=649.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00055765 Jy ! Component: 100 - total flux cleaned = 0.00075469 Jy ! Component: 150 - total flux cleaned = 0.000798808 Jy ! Component: 200 - total flux cleaned = 0.000818779 Jy ! Total flux subtracted in 200 components = 0.000818779 Jy ! Clean residual min=-0.001666 max=0.001532 Jy/beam ! Clean residual mean=-0.000001 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.156249 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 77 components and 0.156249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093427Jy sigma=0.000662 ! Fit after self-cal, rms=0.093434Jy sigma=0.000662 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.000101326 Jy ! Component: 100 - total flux cleaned = 0.000120562 Jy ! Component: 150 - total flux cleaned = 0.000120737 Jy ! Component: 200 - total flux cleaned = 0.000120757 Jy ! Total flux subtracted in 200 components = 0.000120757 Jy ! Clean residual min=-0.001615 max=0.001522 Jy/beam ! Clean residual mean=-0.000001 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.15637 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 81 components and 0.15637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093427Jy sigma=0.000662 ! Fit after self-cal, rms=0.093428Jy sigma=0.000662 ! 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.093428Jy sigma=0.000662 ! Fit after self-cal, rms=0.093380Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.487 mas, bmaj=9.422 mas, bpa=-3.048 degrees ! Estimated noise=797.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000100661 Jy ! Component: 100 - total flux cleaned = -0.000113951 Jy ! Component: 150 - total flux cleaned = -0.000126281 Jy ! Component: 200 - total flux cleaned = -0.000137488 Jy ! Total flux subtracted in 200 components = -0.000137488 Jy ! Clean residual min=-0.001975 max=0.001586 Jy/beam ! Clean residual mean=-0.000001 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.156232 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 102 components and 0.156232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093379Jy sigma=0.000662 ! Fit after self-cal, rms=0.093380Jy sigma=0.000662 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.13826e-05 Jy ! Component: 100 - total flux cleaned = -2.04309e-05 Jy ! Component: 150 - total flux cleaned = -3.76661e-05 Jy ! Component: 200 - total flux cleaned = -3.77374e-05 Jy ! Total flux subtracted in 200 components = -3.77374e-05 Jy ! Clean residual min=-0.001963 max=0.001563 Jy/beam ! Clean residual mean=-0.000001 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.156194 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 114 components and 0.156194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093381Jy sigma=0.000662 ! Fit after self-cal, rms=0.093381Jy sigma=0.000662 ! 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.625 mas, bmaj=6.124 mas, bpa=-4.557 degrees ! Estimated noise=649.087 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.625 x 6.124 at -4.557 degrees (North through East) ! Clean map min=-0.001548 max=0.13787 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.025 mas, bmaj=5.477 mas, bpa=-4.897 degrees ! Estimated noise=994.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.105417 Jy ! Component: 100 - total flux cleaned = 0.130797 Jy ! Component: 150 - total flux cleaned = 0.140684 Jy ! Component: 200 - total flux cleaned = 0.145822 Jy ! Total flux subtracted in 200 components = 0.145822 Jy ! Clean residual min=-0.003012 max=0.002946 Jy/beam ! Clean residual mean=0.000003 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.145822 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.145822 Jy ! Inverting map and beam ! Estimated beam: bmin=3.625 mas, bmaj=6.124 mas, bpa=-4.557 degrees ! Estimated noise=649.087 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.00345661 Jy ! Component: 100 - total flux cleaned = 0.00574799 Jy ! Component: 150 - total flux cleaned = 0.00744297 Jy ! Component: 200 - total flux cleaned = 0.00871143 Jy ! Total flux subtracted in 200 components = 0.00871143 Jy ! Clean residual min=-0.001760 max=0.001702 Jy/beam ! Clean residual mean=-0.000000 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.154533 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 38 components and 0.154533 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.487 mas, bmaj=9.422 mas, bpa=-3.048 degrees ! Estimated noise=797.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106223 Jy ! Component: 100 - total flux cleaned = 0.00124442 Jy ! Component: 150 - total flux cleaned = 0.00130511 Jy ! Component: 200 - total flux cleaned = 0.00137695 Jy ! Total flux subtracted in 200 components = 0.00137695 Jy ! Clean residual min=-0.002053 max=0.001630 Jy/beam ! Clean residual mean=-0.000001 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.15591 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 = 6.41805e-05 Jy ! Component: 100 - total flux cleaned = 0.000121436 Jy ! Component: 150 - total flux cleaned = 0.00018524 Jy ! Component: 200 - total flux cleaned = 0.00020805 Jy ! Total flux subtracted in 200 components = 0.00020805 Jy ! Clean residual min=-0.002018 max=0.001595 Jy/beam ! Clean residual mean=-0.000001 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.156118 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 93 components and 0.156118 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.625 mas, bmaj=6.124 mas, bpa=-4.557 degrees ! Estimated noise=649.087 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000131099 Jy ! Component: 100 - total flux cleaned = 0.000240455 Jy ! Component: 150 - total flux cleaned = 0.000340253 Jy ! Component: 200 - total flux cleaned = 0.000410419 Jy ! Total flux subtracted in 200 components = 0.000410419 Jy ! Clean residual min=-0.001710 max=0.001539 Jy/beam ! Clean residual mean=-0.000001 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.156529 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 107 components and 0.156529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093415Jy sigma=0.000662 ! Fit after self-cal, rms=0.093401Jy sigma=0.000662 wmodel J0518+3306_S_2017_03_23_pus_map.mod ! Writing 107 model components to file: J0518+3306_S_2017_03_23_pus_map.mod wobs J0518+3306_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0518+3306_S_2017_03_23_pus_uvs.fits wwins J0518+3306_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J0518+3306_S_2017_03_23_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.000554677 Jy ! Component: 100 - total flux cleaned = -0.000719815 Jy ! Component: 150 - total flux cleaned = -0.000823512 Jy ! Component: 200 - total flux cleaned = -0.000873408 Jy ! Component: 250 - total flux cleaned = -0.000873938 Jy ! Component: 300 - total flux cleaned = -0.000873779 Jy ! Component: 350 - total flux cleaned = -0.000828899 Jy ! Component: 400 - total flux cleaned = -0.00074048 Jy ! Component: 450 - total flux cleaned = -0.000653521 Jy ! Component: 500 - total flux cleaned = -0.000525791 Jy ! Component: 550 - total flux cleaned = -0.0004637 Jy ! Component: 600 - total flux cleaned = -0.00044366 Jy ! Component: 650 - total flux cleaned = -0.00042342 Jy ! Component: 700 - total flux cleaned = -0.000443335 Jy ! Component: 750 - total flux cleaned = -0.000423891 Jy ! Component: 800 - total flux cleaned = -0.000462113 Jy ! Component: 850 - total flux cleaned = -0.000480831 Jy ! Component: 900 - total flux cleaned = -0.000499124 Jy ! Component: 950 - total flux cleaned = -0.000462842 Jy ! Component: 1000 - total flux cleaned = -0.000535492 Jy ! Component: 1050 - total flux cleaned = -0.000571236 Jy ! Component: 1100 - total flux cleaned = -0.000553786 Jy ! Component: 1150 - total flux cleaned = -0.000588769 Jy ! Component: 1200 - total flux cleaned = -0.000571459 Jy ! Component: 1250 - total flux cleaned = -0.000537461 Jy ! Component: 1300 - total flux cleaned = -0.000520754 Jy ! Component: 1350 - total flux cleaned = -0.000554217 Jy ! Component: 1400 - total flux cleaned = -0.000537682 Jy ! Component: 1450 - total flux cleaned = -0.000586518 Jy ! Component: 1500 - total flux cleaned = -0.000618707 Jy ! Component: 1550 - total flux cleaned = -0.000618643 Jy ! Component: 1600 - total flux cleaned = -0.000602919 Jy ! Component: 1650 - total flux cleaned = -0.000665487 Jy ! Component: 1700 - total flux cleaned = -0.000680837 Jy ! Component: 1750 - total flux cleaned = -0.000695951 Jy ! Component: 1800 - total flux cleaned = -0.000680734 Jy ! Component: 1850 - total flux cleaned = -0.000725813 Jy ! Component: 1900 - total flux cleaned = -0.000711132 Jy ! Component: 1950 - total flux cleaned = -0.000799526 Jy ! Component: 2000 - total flux cleaned = -0.000785004 Jy ! Component: 2050 - total flux cleaned = -0.000814071 Jy ! Component: 2100 - total flux cleaned = -0.000842685 Jy ! Component: 2150 - total flux cleaned = -0.000871025 Jy ! Component: 2200 - total flux cleaned = -0.000884996 Jy ! Component: 2250 - total flux cleaned = -0.000927083 Jy ! Component: 2300 - total flux cleaned = -0.000926921 Jy ! Component: 2350 - total flux cleaned = -0.000954483 Jy ! Component: 2400 - total flux cleaned = -0.000927164 Jy ! Component: 2450 - total flux cleaned = -0.000967867 Jy ! Component: 2500 - total flux cleaned = -0.000994782 Jy ! Component: 2550 - total flux cleaned = -0.00100809 Jy ! Component: 2600 - total flux cleaned = -0.000954945 Jy ! Component: 2650 - total flux cleaned = -0.000928627 Jy ! Component: 2700 - total flux cleaned = -0.00092887 Jy ! Component: 2750 - total flux cleaned = -0.000877124 Jy ! Component: 2800 - total flux cleaned = -0.000941497 Jy ! Component: 2850 - total flux cleaned = -0.000941439 Jy ! Component: 2900 - total flux cleaned = -0.000890734 Jy ! Component: 2950 - total flux cleaned = -0.000865482 Jy ! Component: 3000 - total flux cleaned = -0.000852943 Jy ! Component: 3050 - total flux cleaned = -0.000803358 Jy ! Component: 3100 - total flux cleaned = -0.000778705 Jy ! Component: 3150 - total flux cleaned = -0.000754309 Jy ! Component: 3200 - total flux cleaned = -0.000778627 Jy ! Component: 3250 - total flux cleaned = -0.000766542 Jy ! Component: 3300 - total flux cleaned = -0.000766494 Jy ! Component: 3350 - total flux cleaned = -0.000718678 Jy ! Component: 3400 - total flux cleaned = -0.000730574 Jy ! Component: 3450 - total flux cleaned = -0.000671723 Jy ! Component: 3500 - total flux cleaned = -0.000683462 Jy ! Component: 3550 - total flux cleaned = -0.000625199 Jy ! Component: 3600 - total flux cleaned = -0.000659933 Jy ! Component: 3650 - total flux cleaned = -0.000682811 Jy ! Component: 3700 - total flux cleaned = -0.000637059 Jy ! Component: 3750 - total flux cleaned = -0.000603068 Jy ! Component: 3800 - total flux cleaned = -0.000648293 Jy ! Component: 3850 - total flux cleaned = -0.000592209 Jy ! Component: 3900 - total flux cleaned = -0.000592232 Jy ! Component: 3950 - total flux cleaned = -0.000581137 Jy ! Component: 4000 - total flux cleaned = -0.000581138 Jy ! Component: 4050 - total flux cleaned = -0.00058119 Jy ! Total flux subtracted in 4096 components = -0.000603039 Jy ! Clean residual min=-0.000656 max=0.000590 Jy/beam ! Clean residual mean=0.000000 rms=0.000203 Jy/beam ! Combined flux in latest and established models = 0.155926 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 420 components and 0.155926 Jy ![Exited script file: muppet] wmap "J0518+3306_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.625 x 6.124 at -4.557 degrees (North through East) ! Clean map min=-0.0013454 max=0.13795 Jy/beam ! Writing clean map to FITS file: J0518+3306_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.137954 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000201898 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.439055 0.439055 0.878111 1.75622 3.51244 7.02489 14.0498 28.0995 56.1991 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.137 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.625 x 6.124 at -4.557 degrees (North through East) ! Clean map min=-0.0013454 max=0.13795 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 J0518+3306_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:49:31 2019