! Started logfile: J0829+4018_S_2017_06_10_pus_uvs.log on Mon May 6 14:48:28 2019 obs J0829+4018_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0829+4018_S_2017_06_10_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.711306 visibilities/baseline/integration-bin. ! Found source: J0829+4018 ! ! 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 14596 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 J0829+4018_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 230 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 351 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 360 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 757 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.995289Jy sigma=0.010047 ! Fit after self-cal, rms=0.960217Jy sigma=0.009721 ! 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.113 mas, bmaj=4.759 mas, bpa=6.573 degrees ! Estimated noise=998.625 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.0326031 Jy ! Component: 100 - total flux cleaned = 0.0397979 Jy ! Total flux subtracted in 100 components = 0.0397979 Jy ! Clean residual min=-0.002943 max=0.002688 Jy/beam ! Clean residual mean=0.000001 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.039798 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.039798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070134Jy sigma=0.000668 ! Fit after self-cal, rms=0.068811Jy sigma=0.000658 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00383352 Jy ! Component: 100 - total flux cleaned = 0.00506917 Jy ! Total flux subtracted in 100 components = 0.00506917 Jy ! Clean residual min=-0.002826 max=0.003157 Jy/beam ! Clean residual mean=-0.000001 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.0448671 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 16 components and 0.0448671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068622Jy sigma=0.000656 ! Fit after self-cal, rms=0.068597Jy sigma=0.000656 ! 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.749 mas, bmaj=5.685 mas, bpa=6.689 degrees ! Estimated noise=689.381 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.000514988 Jy ! Component: 100 - total flux cleaned = -0.000657082 Jy ! Component: 150 - total flux cleaned = -0.000752201 Jy ! Component: 200 - total flux cleaned = -0.000818334 Jy ! Total flux subtracted in 200 components = -0.000818334 Jy ! Clean residual min=-0.002034 max=0.002308 Jy/beam ! Clean residual mean=0.000001 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.0440488 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 24 components and 0.0440488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068582Jy sigma=0.000656 ! Fit after self-cal, rms=0.068572Jy sigma=0.000656 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.02 HN 0.95 KP 1.05 ! LA 1.03 MK 1.01 NL 0.98 OV 1.12 ! PT 1.07 SC 0.95 ! ! ! Correcting IF 2. ! A total of 69 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 1.12 KP 0.95 ! LA 0.92 MK 0.94 NL 1.15 OV 1.10 ! PT 1.04 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.05 HN 0.99 KP 0.91 ! LA 1.02 MK 1.00 NL 1.01 OV 0.97 ! PT 1.11 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.93 HN 0.86 KP 1.00* ! LA 0.89 MK 0.92 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.068572Jy sigma=0.000656 ! Fit after self-cal, rms=0.068192Jy sigma=0.000656 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.696 mas, bmaj=5.622 mas, bpa=7.292 degrees ! Estimated noise=696.242 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.000691551 Jy ! Component: 100 - total flux cleaned = 0.000914291 Jy ! Component: 150 - total flux cleaned = 0.000956645 Jy ! Component: 200 - total flux cleaned = 0.000956929 Jy ! Total flux subtracted in 200 components = 0.000956929 Jy ! Clean residual min=-0.001979 max=0.002011 Jy/beam ! Clean residual mean=0.000001 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.0450057 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 31 components and 0.0450057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068183Jy sigma=0.000656 ! Fit after self-cal, rms=0.068153Jy sigma=0.000655 ! 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.068153Jy sigma=0.000655 ! Fit after self-cal, rms=0.067830Jy sigma=0.000654 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.708 mas, bmaj=5.582 mas, bpa=7.119 degrees ! Estimated noise=698.301 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00022458 Jy ! Component: 100 - total flux cleaned = 0.000256408 Jy ! Component: 150 - total flux cleaned = 0.000294488 Jy ! Component: 200 - total flux cleaned = 0.000302383 Jy ! Total flux subtracted in 200 components = 0.000302383 Jy ! Clean residual min=-0.001964 max=0.001984 Jy/beam ! Clean residual mean=-0.000002 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.0453081 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.0453081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067825Jy sigma=0.000654 ! Fit after self-cal, rms=0.067862Jy sigma=0.000653 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.000105229 Jy ! Component: 100 - total flux cleaned = 0.000106392 Jy ! Component: 150 - total flux cleaned = 0.00011507 Jy ! Component: 200 - total flux cleaned = 0.00011412 Jy ! Total flux subtracted in 200 components = 0.00011412 Jy ! Clean residual min=-0.001976 max=0.001976 Jy/beam ! Clean residual mean=-0.000000 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.0454222 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 38 components and 0.0454222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067859Jy sigma=0.000653 ! Fit after self-cal, rms=0.067858Jy sigma=0.000653 ! Inverting map ! Added new window around map position (77, -13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00148587 Jy ! Component: 100 - total flux cleaned = 0.00152562 Jy ! Component: 150 - total flux cleaned = 0.00159023 Jy ! Component: 200 - total flux cleaned = 0.00161743 Jy ! Total flux subtracted in 200 components = 0.00161743 Jy ! Clean residual min=-0.001789 max=0.001815 Jy/beam ! Clean residual mean=-0.000002 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.0470397 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 57 components and 0.0470397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067809Jy sigma=0.000653 ! Fit after self-cal, rms=0.067795Jy sigma=0.000653 ! 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.067795Jy sigma=0.000653 ! Fit after self-cal, rms=0.067996Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.706 mas, bmaj=5.548 mas, bpa=7.152 degrees ! Estimated noise=695.091 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000819348 Jy ! Component: 100 - total flux cleaned = 0.000928266 Jy ! Component: 150 - total flux cleaned = 0.00100105 Jy ! Component: 200 - total flux cleaned = 0.00102456 Jy ! Total flux subtracted in 200 components = 0.00102456 Jy ! Clean residual min=-0.001826 max=0.001751 Jy/beam ! Clean residual mean=-0.000003 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.0480642 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 61 components and 0.0480642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067973Jy sigma=0.000652 ! Fit after self-cal, rms=0.067993Jy sigma=0.000652 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.000361141 Jy ! Component: 100 - total flux cleaned = 0.000362155 Jy ! Component: 150 - total flux cleaned = 0.00040298 Jy ! Component: 200 - total flux cleaned = 0.00040285 Jy ! Total flux subtracted in 200 components = 0.00040285 Jy ! Clean residual min=-0.001758 max=0.001755 Jy/beam ! Clean residual mean=-0.000003 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.0484671 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 69 components and 0.0484671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067980Jy sigma=0.000652 ! Fit after self-cal, rms=0.067977Jy sigma=0.000652 ! 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.067977Jy sigma=0.000652 ! Fit after self-cal, rms=0.068118Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.861 mas, bmaj=9.189 mas, bpa=18.91 degrees ! Estimated noise=884.115 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000299868 Jy ! Component: 100 - total flux cleaned = 0.000297364 Jy ! Component: 150 - total flux cleaned = 0.000312932 Jy ! Component: 200 - total flux cleaned = 0.000311871 Jy ! Total flux subtracted in 200 components = 0.000311871 Jy ! Clean residual min=-0.002106 max=0.002083 Jy/beam ! Clean residual mean=-0.000007 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.0487789 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 81 components and 0.0487789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068115Jy sigma=0.000652 ! Fit after self-cal, rms=0.068119Jy sigma=0.000652 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.43872e-05 Jy ! Component: 100 - total flux cleaned = 4.33774e-05 Jy ! Component: 150 - total flux cleaned = 5.55294e-05 Jy ! Component: 200 - total flux cleaned = 5.54854e-05 Jy ! Total flux subtracted in 200 components = 5.54854e-05 Jy ! Clean residual min=-0.002131 max=0.002104 Jy/beam ! Clean residual mean=-0.000007 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.0488344 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 92 components and 0.0488344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068120Jy sigma=0.000652 ! Fit after self-cal, rms=0.068112Jy sigma=0.000652 ! 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.705 mas, bmaj=5.529 mas, bpa=7.086 degrees ! Estimated noise=694.679 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.705 x 5.529 at 7.086 degrees (North through East) ! Clean map min=-0.0017224 max=0.04386 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.11 mas, bmaj=4.676 mas, bpa=6.299 degrees ! Estimated noise=979.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0336249 Jy ! Component: 100 - total flux cleaned = 0.0417055 Jy ! Component: 150 - total flux cleaned = 0.0453435 Jy ! Component: 200 - total flux cleaned = 0.0464562 Jy ! Total flux subtracted in 200 components = 0.0464562 Jy ! Clean residual min=-0.002842 max=0.002678 Jy/beam ! Clean residual mean=0.000000 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.0464562 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.0464562 Jy ! Inverting map and beam ! Estimated beam: bmin=3.705 mas, bmaj=5.529 mas, bpa=7.086 degrees ! Estimated noise=694.679 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.00125227 Jy ! Component: 100 - total flux cleaned = 0.0017759 Jy ! Component: 150 - total flux cleaned = 0.00192377 Jy ! Component: 200 - total flux cleaned = 0.00200928 Jy ! Total flux subtracted in 200 components = 0.00200928 Jy ! Clean residual min=-0.001889 max=0.001784 Jy/beam ! Clean residual mean=-0.000002 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.0484655 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 36 components and 0.0484655 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.861 mas, bmaj=9.189 mas, bpa=18.91 degrees ! Estimated noise=884.115 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.20649e-05 Jy ! Component: 100 - total flux cleaned = 6.27119e-05 Jy ! Component: 150 - total flux cleaned = 0.00011533 Jy ! Component: 200 - total flux cleaned = 0.000160876 Jy ! Total flux subtracted in 200 components = 0.000160876 Jy ! Clean residual min=-0.002136 max=0.002059 Jy/beam ! Clean residual mean=-0.000006 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.0486264 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 = 5.80268e-05 Jy ! Component: 100 - total flux cleaned = 0.000106616 Jy ! Component: 150 - total flux cleaned = 0.000135446 Jy ! Component: 200 - total flux cleaned = 0.000159958 Jy ! Total flux subtracted in 200 components = 0.000159958 Jy ! Clean residual min=-0.002134 max=0.002099 Jy/beam ! Clean residual mean=-0.000007 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.0487863 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 62 components and 0.0487863 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.705 mas, bmaj=5.529 mas, bpa=7.086 degrees ! Estimated noise=694.679 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000268978 Jy ! Component: 100 - total flux cleaned = -0.000186161 Jy ! Component: 150 - total flux cleaned = -6.4429e-05 Jy ! Component: 200 - total flux cleaned = 4.41451e-05 Jy ! Total flux subtracted in 200 components = 4.41451e-05 Jy ! Clean residual min=-0.001804 max=0.001712 Jy/beam ! Clean residual mean=-0.000003 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.0488305 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 74 components and 0.0488305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068123Jy sigma=0.000652 ! Fit after self-cal, rms=0.068112Jy sigma=0.000652 wmodel J0829+4018_S_2017_06_10_pus_map.mod ! Writing 74 model components to file: J0829+4018_S_2017_06_10_pus_map.mod wobs J0829+4018_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0829+4018_S_2017_06_10_pus_uvs.fits wwins J0829+4018_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J0829+4018_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.000473138 Jy ! Component: 100 - total flux cleaned = -0.000811995 Jy ! Component: 150 - total flux cleaned = -0.00089992 Jy ! Component: 200 - total flux cleaned = -0.00103858 Jy ! Component: 250 - total flux cleaned = -0.00114574 Jy ! Component: 300 - total flux cleaned = -0.00119776 Jy ! Component: 350 - total flux cleaned = -0.0012231 Jy ! Component: 400 - total flux cleaned = -0.00110024 Jy ! Component: 450 - total flux cleaned = -0.00100484 Jy ! Component: 500 - total flux cleaned = -0.000981612 Jy ! Component: 550 - total flux cleaned = -0.00091288 Jy ! Component: 600 - total flux cleaned = -0.000845569 Jy ! Component: 650 - total flux cleaned = -0.000845299 Jy ! Component: 700 - total flux cleaned = -0.000823599 Jy ! Component: 750 - total flux cleaned = -0.000802207 Jy ! Component: 800 - total flux cleaned = -0.000739183 Jy ! Component: 850 - total flux cleaned = -0.000697937 Jy ! Component: 900 - total flux cleaned = -0.000677566 Jy ! Component: 950 - total flux cleaned = -0.000617084 Jy ! Component: 1000 - total flux cleaned = -0.000558213 Jy ! Component: 1050 - total flux cleaned = -0.000558234 Jy ! Component: 1100 - total flux cleaned = -0.00051991 Jy ! Component: 1150 - total flux cleaned = -0.000443837 Jy ! Component: 1200 - total flux cleaned = -0.000462627 Jy ! Component: 1250 - total flux cleaned = -0.000370146 Jy ! Component: 1300 - total flux cleaned = -0.000352036 Jy ! Component: 1350 - total flux cleaned = -0.000370117 Jy ! Component: 1400 - total flux cleaned = -0.000298798 Jy ! Component: 1450 - total flux cleaned = -0.000316434 Jy ! Component: 1500 - total flux cleaned = -0.000334317 Jy ! Component: 1550 - total flux cleaned = -0.000334441 Jy ! Component: 1600 - total flux cleaned = -0.00033443 Jy ! Component: 1650 - total flux cleaned = -0.000317723 Jy ! Component: 1700 - total flux cleaned = -0.00033415 Jy ! Component: 1750 - total flux cleaned = -0.000284394 Jy ! Component: 1800 - total flux cleaned = -0.000317272 Jy ! Component: 1850 - total flux cleaned = -0.000333532 Jy ! Component: 1900 - total flux cleaned = -0.000284969 Jy ! Component: 1950 - total flux cleaned = -0.000284978 Jy ! Component: 2000 - total flux cleaned = -0.000364348 Jy ! Component: 2050 - total flux cleaned = -0.00034866 Jy ! Component: 2100 - total flux cleaned = -0.000395473 Jy ! Component: 2150 - total flux cleaned = -0.000441751 Jy ! Component: 2200 - total flux cleaned = -0.000426202 Jy ! Component: 2250 - total flux cleaned = -0.000487011 Jy ! Component: 2300 - total flux cleaned = -0.000471699 Jy ! Component: 2350 - total flux cleaned = -0.000501609 Jy ! Component: 2400 - total flux cleaned = -0.000516551 Jy ! Component: 2450 - total flux cleaned = -0.000575361 Jy ! Component: 2500 - total flux cleaned = -0.000633614 Jy ! Component: 2550 - total flux cleaned = -0.000619204 Jy ! Component: 2600 - total flux cleaned = -0.000648155 Jy ! Component: 2650 - total flux cleaned = -0.00071964 Jy ! Component: 2700 - total flux cleaned = -0.000691559 Jy ! Component: 2750 - total flux cleaned = -0.000747813 Jy ! Component: 2800 - total flux cleaned = -0.000803727 Jy ! Component: 2850 - total flux cleaned = -0.00081768 Jy ! Component: 2900 - total flux cleaned = -0.000845199 Jy ! Component: 2950 - total flux cleaned = -0.000845152 Jy ! Component: 3000 - total flux cleaned = -0.000885715 Jy ! Component: 3050 - total flux cleaned = -0.000926238 Jy ! Component: 3100 - total flux cleaned = -0.000913003 Jy ! Component: 3150 - total flux cleaned = -0.000979501 Jy ! Component: 3200 - total flux cleaned = -0.000992728 Jy ! Component: 3250 - total flux cleaned = -0.00103209 Jy ! Component: 3300 - total flux cleaned = -0.00103217 Jy ! Component: 3350 - total flux cleaned = -0.00107104 Jy ! Component: 3400 - total flux cleaned = -0.00103231 Jy ! Component: 3450 - total flux cleaned = -0.00108365 Jy ! Component: 3500 - total flux cleaned = -0.00109638 Jy ! Component: 3550 - total flux cleaned = -0.00110899 Jy ! Component: 3600 - total flux cleaned = -0.00112151 Jy ! Component: 3650 - total flux cleaned = -0.00115907 Jy ! Component: 3700 - total flux cleaned = -0.00120871 Jy ! Component: 3750 - total flux cleaned = -0.00124577 Jy ! Component: 3800 - total flux cleaned = -0.00125795 Jy ! Component: 3850 - total flux cleaned = -0.00119681 Jy ! Component: 3900 - total flux cleaned = -0.00124545 Jy ! Component: 3950 - total flux cleaned = -0.00125755 Jy ! Component: 4000 - total flux cleaned = -0.0012575 Jy ! Component: 4050 - total flux cleaned = -0.00125752 Jy ! Total flux subtracted in 4096 components = -0.00131701 Jy ! Clean residual min=-0.000783 max=0.000975 Jy/beam ! Clean residual mean=-0.000001 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.0475135 Jy keep ! Adding 310 model components to the UV plane model. ! The established model now contains 384 components and 0.0475134 Jy ![Exited script file: muppet] wmap "J0829+4018_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.705 x 5.529 at 7.086 degrees (North through East) ! Clean map min=-0.0012645 max=0.043421 Jy/beam ! Writing clean map to FITS file: J0829+4018_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.0434211 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000216545 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.49613 1.49613 2.99225 5.9845 11.969 23.938 47.876 95.752 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.043 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.705 x 5.529 at 7.086 degrees (North through East) ! Clean map min=-0.0012645 max=0.043421 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 J0829+4018_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:48:34 2019