! Started logfile: J0730+4049_S_2017_05_01_pus_uvs.log on Wed May 1 18:30:35 2019 obs J0730+4049_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J0730+4049_S_2017_05_01_pus_uva.fits ! AN table 1: 142 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.84554 visibilities/baseline/integration-bin. ! Found source: J0730+4049 ! ! 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 788 lines of history. ! ! Reading 21612 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 J0730+4049_S_2017_05_01_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 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 632 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.931994Jy sigma=0.006785 ! Fit after self-cal, rms=0.919697Jy sigma=0.006703 ! 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.121 mas, bmaj=4.629 mas, bpa=1.811 degrees ! Estimated noise=1093.74 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.126846 Jy ! Component: 100 - total flux cleaned = 0.170498 Jy ! Total flux subtracted in 100 components = 0.170498 Jy ! Clean residual min=-0.006536 max=0.017792 Jy/beam ! Clean residual mean=0.000022 rms=0.001907 Jy/beam ! Combined flux in latest and established models = 0.170498 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.170498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.472407Jy sigma=0.000727 ! Fit after self-cal, rms=0.472387Jy sigma=0.000726 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0186548 Jy ! Component: 100 - total flux cleaned = 0.0277899 Jy ! Total flux subtracted in 100 components = 0.0277899 Jy ! Clean residual min=-0.005652 max=0.007273 Jy/beam ! Clean residual mean=0.000014 rms=0.001363 Jy/beam ! Combined flux in latest and established models = 0.198288 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 23 components and 0.198288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.469567Jy sigma=0.000693 ! Fit after self-cal, rms=0.469565Jy sigma=0.000693 ! 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.897 mas, bmaj=5.505 mas, bpa=4.579 degrees ! Estimated noise=673.494 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 (-4.5, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00891609 Jy ! Component: 100 - total flux cleaned = 0.0145102 Jy ! Component: 150 - total flux cleaned = 0.0184715 Jy ! Component: 200 - total flux cleaned = 0.0211085 Jy ! Total flux subtracted in 200 components = 0.0211085 Jy ! Clean residual min=-0.004987 max=0.004661 Jy/beam ! Clean residual mean=0.000019 rms=0.001123 Jy/beam ! Combined flux in latest and established models = 0.219397 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 47 components and 0.219397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.468452Jy sigma=0.000686 ! Fit after self-cal, rms=0.468436Jy sigma=0.000686 ! 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.93 FD 0.93 HN 1.02 KP 1.02 ! LA 0.99 MK 1.01 NL 0.98 OV 0.99 ! PT 1.03 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.98 HN 1.06 KP 0.97 ! LA 0.97 MK 0.96 NL 1.06 OV 1.03 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.02 HN 1.04 KP 1.01 ! LA 1.01 MK 1.04 NL 1.04 OV 0.96 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.05 HN 1.01 KP 1.00* ! LA 1.00 MK 1.39 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.468436Jy sigma=0.000686 ! Fit after self-cal, rms=0.481440Jy sigma=0.000681 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.901 mas, bmaj=5.532 mas, bpa=6.202 degrees ! Estimated noise=676.499 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.00152096 Jy ! Component: 100 - total flux cleaned = 0.00240571 Jy ! Component: 150 - total flux cleaned = 0.00291844 Jy ! Component: 200 - total flux cleaned = 0.00324652 Jy ! Total flux subtracted in 200 components = 0.00324652 Jy ! Clean residual min=-0.004770 max=0.004010 Jy/beam ! Clean residual mean=0.000016 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.222643 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 64 components and 0.222643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.481188Jy sigma=0.000681 ! Fit after self-cal, rms=0.481199Jy sigma=0.000681 ! 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.481199Jy sigma=0.000681 ! Fit after self-cal, rms=0.417299Jy sigma=0.000676 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.893 mas, bmaj=5.53 mas, bpa=6.232 degrees ! Estimated noise=681.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153251 Jy ! Component: 100 - total flux cleaned = 0.00184281 Jy ! Component: 150 - total flux cleaned = 0.00209811 Jy ! Component: 200 - total flux cleaned = 0.00225539 Jy ! Total flux subtracted in 200 components = 0.00225539 Jy ! Clean residual min=-0.002846 max=0.003490 Jy/beam ! Clean residual mean=-0.000003 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.224899 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 73 components and 0.224899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.417108Jy sigma=0.000676 ! Fit after self-cal, rms=0.417118Jy sigma=0.000676 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 (-15, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192922 Jy ! Component: 100 - total flux cleaned = 0.00233236 Jy ! Component: 150 - total flux cleaned = 0.00270108 Jy ! Component: 200 - total flux cleaned = 0.00306067 Jy ! Total flux subtracted in 200 components = 0.00306067 Jy ! Clean residual min=-0.002446 max=0.002951 Jy/beam ! Clean residual mean=-0.000003 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.227959 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 96 components and 0.227959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.416978Jy sigma=0.000675 ! Fit after self-cal, rms=0.416977Jy sigma=0.000675 ! Inverting map ! Added new window around map position (-77, 77.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00212918 Jy ! Component: 100 - total flux cleaned = 0.00275797 Jy ! Component: 150 - total flux cleaned = 0.00320453 Jy ! Component: 200 - total flux cleaned = 0.00352698 Jy ! Total flux subtracted in 200 components = 0.00352698 Jy ! Clean residual min=-0.002302 max=0.002380 Jy/beam ! Clean residual mean=-0.000005 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.231486 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 114 components and 0.231486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.416832Jy sigma=0.000675 ! Fit after self-cal, rms=0.416833Jy sigma=0.000675 ! 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.416833Jy sigma=0.000675 ! Fit after self-cal, rms=0.459878Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.876 mas, bmaj=5.524 mas, bpa=6.559 degrees ! Estimated noise=686.339 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00163623 Jy ! Component: 100 - total flux cleaned = 0.00201837 Jy ! Component: 150 - total flux cleaned = 0.00224977 Jy ! Component: 200 - total flux cleaned = 0.00249542 Jy ! Total flux subtracted in 200 components = 0.00249542 Jy ! Clean residual min=-0.002516 max=0.002475 Jy/beam ! Clean residual mean=-0.000002 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.233982 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 130 components and 0.233982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.459567Jy sigma=0.000675 ! Fit after self-cal, rms=0.459573Jy sigma=0.000675 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 = 7.15221e-05 Jy ! Component: 100 - total flux cleaned = 0.000218276 Jy ! Component: 150 - total flux cleaned = 0.000357911 Jy ! Component: 200 - total flux cleaned = 0.000490625 Jy ! Total flux subtracted in 200 components = 0.000490625 Jy ! Clean residual min=-0.002455 max=0.002433 Jy/beam ! Clean residual mean=-0.000002 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.234472 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 141 components and 0.234472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.459469Jy sigma=0.000675 ! Fit after self-cal, rms=0.459469Jy sigma=0.000675 ! 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.459469Jy sigma=0.000675 ! Fit after self-cal, rms=0.470179Jy sigma=0.000674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.674 mas, bmaj=9.288 mas, bpa=42.48 degrees ! Estimated noise=831.525 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173208 Jy ! Component: 100 - total flux cleaned = 0.00201206 Jy ! Component: 150 - total flux cleaned = 0.00232834 Jy ! Component: 200 - total flux cleaned = 0.00253562 Jy ! Total flux subtracted in 200 components = 0.00253562 Jy ! Clean residual min=-0.003745 max=0.003551 Jy/beam ! Clean residual mean=-0.000003 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.237008 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 152 components and 0.237008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.469897Jy sigma=0.000675 ! Fit after self-cal, rms=0.469900Jy sigma=0.000675 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 = 9.48966e-05 Jy ! Component: 100 - total flux cleaned = 0.00024689 Jy ! Component: 150 - total flux cleaned = 0.000412739 Jy ! Component: 200 - total flux cleaned = 0.000464262 Jy ! Total flux subtracted in 200 components = 0.000464262 Jy ! Clean residual min=-0.003702 max=0.003502 Jy/beam ! Clean residual mean=-0.000003 rms=0.000957 Jy/beam ! Combined flux in latest and established models = 0.237472 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 164 components and 0.237472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.469818Jy sigma=0.000675 ! Fit after self-cal, rms=0.469820Jy sigma=0.000675 ! 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.866 mas, bmaj=5.518 mas, bpa=6.855 degrees ! Estimated noise=692.261 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.866 x 5.518 at 6.855 degrees (North through East) ! Clean map min=-0.0044429 max=0.17129 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.103 mas, bmaj=4.655 mas, bpa=4.262 degrees ! Estimated noise=1127.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.131424 Jy ! Component: 100 - total flux cleaned = 0.177627 Jy ! Component: 150 - total flux cleaned = 0.196741 Jy ! Component: 200 - total flux cleaned = 0.20617 Jy ! Total flux subtracted in 200 components = 0.20617 Jy ! Clean residual min=-0.004396 max=0.004745 Jy/beam ! Clean residual mean=0.000007 rms=0.001090 Jy/beam ! Combined flux in latest and established models = 0.20617 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.20617 Jy ! Inverting map and beam ! Estimated beam: bmin=3.866 mas, bmaj=5.518 mas, bpa=6.855 degrees ! Estimated noise=692.261 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.00825381 Jy ! Component: 100 - total flux cleaned = 0.0138521 Jy ! Component: 150 - total flux cleaned = 0.0172124 Jy ! Component: 200 - total flux cleaned = 0.0194057 Jy ! Total flux subtracted in 200 components = 0.0194057 Jy ! Clean residual min=-0.003175 max=0.002883 Jy/beam ! Clean residual mean=0.000002 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.225576 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 60 components and 0.225576 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.674 mas, bmaj=9.288 mas, bpa=42.48 degrees ! Estimated noise=831.525 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00366844 Jy ! Component: 100 - total flux cleaned = 0.00504349 Jy ! Component: 150 - total flux cleaned = 0.00610938 Jy ! Component: 200 - total flux cleaned = 0.00712122 Jy ! Total flux subtracted in 200 components = 0.00712122 Jy ! Clean residual min=-0.004043 max=0.003571 Jy/beam ! Clean residual mean=-0.000001 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.232697 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.000483133 Jy ! Component: 100 - total flux cleaned = 0.000993664 Jy ! Component: 150 - total flux cleaned = 0.0013905 Jy ! Component: 200 - total flux cleaned = 0.00175191 Jy ! Total flux subtracted in 200 components = 0.00175191 Jy ! Clean residual min=-0.003871 max=0.003541 Jy/beam ! Clean residual mean=-0.000002 rms=0.000997 Jy/beam ! Combined flux in latest and established models = 0.234449 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 119 components and 0.234449 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.866 mas, bmaj=5.518 mas, bpa=6.855 degrees ! Estimated noise=692.261 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00018668 Jy ! Component: 100 - total flux cleaned = 0.000227133 Jy ! Component: 150 - total flux cleaned = 0.000437717 Jy ! Component: 200 - total flux cleaned = 0.000579851 Jy ! Total flux subtracted in 200 components = 0.000579851 Jy ! Clean residual min=-0.002757 max=0.002491 Jy/beam ! Clean residual mean=-0.000001 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.235029 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 138 components and 0.235029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.469949Jy sigma=0.000675 ! Fit after self-cal, rms=0.469946Jy sigma=0.000675 wmodel J0730+4049_S_2017_05_01_pus_map.mod ! Writing 138 model components to file: J0730+4049_S_2017_05_01_pus_map.mod wobs J0730+4049_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J0730+4049_S_2017_05_01_pus_uvs.fits wwins J0730+4049_S_2017_05_01_pus_map.win ! wwins: Wrote 4 windows to J0730+4049_S_2017_05_01_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.00103696 Jy ! Component: 100 - total flux cleaned = -0.00161761 Jy ! Component: 150 - total flux cleaned = -0.00204269 Jy ! Component: 200 - total flux cleaned = -0.00241111 Jy ! Component: 250 - total flux cleaned = -0.00272777 Jy ! Component: 300 - total flux cleaned = -0.00299572 Jy ! Component: 350 - total flux cleaned = -0.0032573 Jy ! Component: 400 - total flux cleaned = -0.00358561 Jy ! Component: 450 - total flux cleaned = -0.00383525 Jy ! Component: 500 - total flux cleaned = -0.00397578 Jy ! Component: 550 - total flux cleaned = -0.00428359 Jy ! Component: 600 - total flux cleaned = -0.0044509 Jy ! Component: 650 - total flux cleaned = -0.00464847 Jy ! Component: 700 - total flux cleaned = -0.00484187 Jy ! Component: 750 - total flux cleaned = -0.00496941 Jy ! Component: 800 - total flux cleaned = -0.00509499 Jy ! Component: 850 - total flux cleaned = -0.00518778 Jy ! Component: 900 - total flux cleaned = -0.00540091 Jy ! Component: 950 - total flux cleaned = -0.00540024 Jy ! Component: 1000 - total flux cleaned = -0.00545948 Jy ! Component: 1050 - total flux cleaned = -0.00545942 Jy ! Component: 1100 - total flux cleaned = -0.00554582 Jy ! Component: 1150 - total flux cleaned = -0.00548942 Jy ! Component: 1200 - total flux cleaned = -0.00548939 Jy ! Component: 1250 - total flux cleaned = -0.0055731 Jy ! Component: 1300 - total flux cleaned = -0.00560026 Jy ! Component: 1350 - total flux cleaned = -0.00554577 Jy ! Component: 1400 - total flux cleaned = -0.00554584 Jy ! Component: 1450 - total flux cleaned = -0.00565244 Jy ! Component: 1500 - total flux cleaned = -0.00562553 Jy ! Component: 1550 - total flux cleaned = -0.00557369 Jy ! Component: 1600 - total flux cleaned = -0.00565064 Jy ! Component: 1650 - total flux cleaned = -0.0055488 Jy ! Component: 1700 - total flux cleaned = -0.00567522 Jy ! Component: 1750 - total flux cleaned = -0.00565015 Jy ! Component: 1800 - total flux cleaned = -0.00562534 Jy ! Component: 1850 - total flux cleaned = -0.00574793 Jy ! Component: 1900 - total flux cleaned = -0.00565079 Jy ! Component: 1950 - total flux cleaned = -0.00569913 Jy ! Component: 2000 - total flux cleaned = -0.00577066 Jy ! Component: 2050 - total flux cleaned = -0.00579408 Jy ! Component: 2100 - total flux cleaned = -0.00581744 Jy ! Component: 2150 - total flux cleaned = -0.00574803 Jy ! Component: 2200 - total flux cleaned = -0.00574805 Jy ! Component: 2250 - total flux cleaned = -0.00570269 Jy ! Component: 2300 - total flux cleaned = -0.00583843 Jy ! Component: 2350 - total flux cleaned = -0.00588297 Jy ! Component: 2400 - total flux cleaned = -0.00577168 Jy ! Component: 2450 - total flux cleaned = -0.00586017 Jy ! Component: 2500 - total flux cleaned = -0.00583819 Jy ! Component: 2550 - total flux cleaned = -0.0059033 Jy ! Component: 2600 - total flux cleaned = -0.0058388 Jy ! Component: 2650 - total flux cleaned = -0.00588133 Jy ! Component: 2700 - total flux cleaned = -0.0059238 Jy ! Component: 2750 - total flux cleaned = -0.00598683 Jy ! Component: 2800 - total flux cleaned = -0.00598682 Jy ! Component: 2850 - total flux cleaned = -0.00604903 Jy ! Component: 2900 - total flux cleaned = -0.00611058 Jy ! Component: 2950 - total flux cleaned = -0.00606973 Jy ! Component: 3000 - total flux cleaned = -0.00609008 Jy ! Component: 3050 - total flux cleaned = -0.00623055 Jy ! Component: 3100 - total flux cleaned = -0.00617069 Jy ! Component: 3150 - total flux cleaned = -0.00623002 Jy ! Component: 3200 - total flux cleaned = -0.00623009 Jy ! Component: 3250 - total flux cleaned = -0.00638612 Jy ! Component: 3300 - total flux cleaned = -0.00636672 Jy ! Component: 3350 - total flux cleaned = -0.00646277 Jy ! Component: 3400 - total flux cleaned = -0.00650088 Jy ! Component: 3450 - total flux cleaned = -0.00648186 Jy ! Component: 3500 - total flux cleaned = -0.00653873 Jy ! Component: 3550 - total flux cleaned = -0.00665123 Jy ! Component: 3600 - total flux cleaned = -0.00674414 Jy ! Component: 3650 - total flux cleaned = -0.00672564 Jy ! Component: 3700 - total flux cleaned = -0.00679929 Jy ! Component: 3750 - total flux cleaned = -0.00689054 Jy ! Component: 3800 - total flux cleaned = -0.00699933 Jy ! Component: 3850 - total flux cleaned = -0.00698118 Jy ! Component: 3900 - total flux cleaned = -0.00712456 Jy ! Component: 3950 - total flux cleaned = -0.00714229 Jy ! Component: 4000 - total flux cleaned = -0.00724866 Jy ! Component: 4050 - total flux cleaned = -0.00730159 Jy ! Total flux subtracted in 4096 components = -0.00733665 Jy ! Clean residual min=-0.001118 max=0.001071 Jy/beam ! Clean residual mean=0.000003 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.227692 Jy keep ! Adding 318 model components to the UV plane model. ! The established model now contains 456 components and 0.227692 Jy ![Exited script file: muppet] wmap "J0730+4049_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.866 x 5.518 at 6.855 degrees (North through East) ! Clean map min=-0.0038604 max=0.17131 Jy/beam ! Writing clean map to FITS file: J0730+4049_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.17131 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000330741 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.579196 0.579196 1.15839 2.31679 4.63357 9.26714 18.5343 37.0686 74.1371 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.171 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.866 x 5.518 at 6.855 degrees (North through East) ! Clean map min=-0.0038604 max=0.17131 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 J0730+4049_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:30:41 2019