! Started logfile: J1415+6501_S_2017_10_21_pus_uvs.log on Sat May 11 20:59:32 2019 obs J1415+6501_S_2017_10_21_pus_uva.fits ! Reading UV FITS file: J1415+6501_S_2017_10_21_pus_uva.fits ! AN table 1: 145 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.649808 visibilities/baseline/integration-bin. ! Found source: J1415+6501 ! ! 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 644 lines of history. ! ! Reading 13568 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 J1415+6501_S_2017_10_21_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 421 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 586 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 541 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 900 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003503Jy sigma=0.009932 ! Fit after self-cal, rms=0.962227Jy sigma=0.009525 ! 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.568 mas, bmaj=4.295 mas, bpa=-55.6 degrees ! Estimated noise=1228.97 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.0296583 Jy ! Component: 100 - total flux cleaned = 0.0373856 Jy ! Total flux subtracted in 100 components = 0.0373856 Jy ! Clean residual min=-0.003930 max=0.004813 Jy/beam ! Clean residual mean=-0.000019 rms=0.001034 Jy/beam ! Combined flux in latest and established models = 0.0373856 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0373856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074670Jy sigma=0.000701 ! Fit after self-cal, rms=0.073019Jy sigma=0.000685 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00530234 Jy ! Component: 100 - total flux cleaned = 0.00602958 Jy ! Total flux subtracted in 100 components = 0.00602958 Jy ! Clean residual min=-0.003959 max=0.004447 Jy/beam ! Clean residual mean=-0.000015 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.0434152 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 13 components and 0.0434152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072594Jy sigma=0.000681 ! Fit after self-cal, rms=0.072542Jy sigma=0.000681 ! 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=4.313 mas, bmaj=5.337 mas, bpa=-52.77 degrees ! Estimated noise=746.814 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.00231328 Jy ! Component: 100 - total flux cleaned = 0.00334484 Jy ! Component: 150 - total flux cleaned = 0.00353972 Jy ! Component: 200 - total flux cleaned = 0.00364804 Jy ! Total flux subtracted in 200 components = 0.00364804 Jy ! Clean residual min=-0.003685 max=0.003260 Jy/beam ! Clean residual mean=-0.000027 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.0470632 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 32 components and 0.0470632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072462Jy sigma=0.000680 ! Fit after self-cal, rms=0.072457Jy sigma=0.000680 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 75 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.03 HN 1.02 KP 1.20 ! LA 1.06 MK 1.02 NL 0.96 OV 1.19 ! PT 0.83 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.09 HN 1.05 KP 1.06 ! LA 1.01 MK 0.98 NL 0.93 OV 1.19 ! PT 0.82 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.10 HN 1.04 KP 1.10 ! LA 0.85 MK 0.98 NL 1.10 OV 1.09 ! PT 0.86 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.93 HN 0.98 KP 1.00* ! LA 0.79 MK 0.97 NL 1.00* OV 1.00* ! PT 0.76 ! ! ! Fit before self-cal, rms=0.072457Jy sigma=0.000680 ! Fit after self-cal, rms=0.072251Jy sigma=0.000677 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.324 mas, bmaj=5.322 mas, bpa=-53.32 degrees ! Estimated noise=750.087 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 = 2.53641e-05 Jy ! Component: 100 - total flux cleaned = 2.47352e-05 Jy ! Component: 150 - total flux cleaned = 5.58364e-05 Jy ! Component: 200 - total flux cleaned = 7.4918e-05 Jy ! Total flux subtracted in 200 components = 7.4918e-05 Jy ! Clean residual min=-0.002003 max=0.001934 Jy/beam ! Clean residual mean=0.000010 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0471381 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 39 components and 0.0471381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072247Jy sigma=0.000677 ! Fit after self-cal, rms=0.072511Jy sigma=0.000675 ! 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.072511Jy sigma=0.000675 ! Fit after self-cal, rms=0.074423Jy sigma=0.000674 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.305 mas, bmaj=5.362 mas, bpa=-52.61 degrees ! Estimated noise=754.336 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000221794 Jy ! Component: 100 - total flux cleaned = 0.000222078 Jy ! Component: 150 - total flux cleaned = 0.000233719 Jy ! Component: 200 - total flux cleaned = 0.000244823 Jy ! Total flux subtracted in 200 components = 0.000244823 Jy ! Clean residual min=-0.001856 max=0.001950 Jy/beam ! Clean residual mean=0.000008 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.047383 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.047383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074418Jy sigma=0.000674 ! Fit after self-cal, rms=0.074745Jy sigma=0.000673 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.93324e-05 Jy ! Component: 100 - total flux cleaned = 8.50126e-05 Jy ! Component: 150 - total flux cleaned = 0.000107197 Jy ! Component: 200 - total flux cleaned = 0.000117097 Jy ! Total flux subtracted in 200 components = 0.000117097 Jy ! Clean residual min=-0.001908 max=0.002034 Jy/beam ! Clean residual mean=0.000005 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.0475 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 0.0475001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074741Jy sigma=0.000673 ! Fit after self-cal, rms=0.074735Jy sigma=0.000673 ! 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.074735Jy sigma=0.000673 ! Fit after self-cal, rms=0.076557Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.286 mas, bmaj=5.378 mas, bpa=-52.25 degrees ! Estimated noise=759.544 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000363132 Jy ! Component: 100 - total flux cleaned = 0.000351359 Jy ! Component: 150 - total flux cleaned = 0.000340665 Jy ! Component: 200 - total flux cleaned = 0.000341405 Jy ! Total flux subtracted in 200 components = 0.000341405 Jy ! Clean residual min=-0.001858 max=0.002006 Jy/beam ! Clean residual mean=0.000008 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.0478415 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 50 components and 0.0478415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076553Jy sigma=0.000673 ! Fit after self-cal, rms=0.076758Jy sigma=0.000673 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 = 3.48355e-05 Jy ! Component: 100 - total flux cleaned = 5.74083e-05 Jy ! Component: 150 - total flux cleaned = 6.79321e-05 Jy ! Component: 200 - total flux cleaned = 7.74848e-05 Jy ! Total flux subtracted in 200 components = 7.74848e-05 Jy ! Clean residual min=-0.001931 max=0.002016 Jy/beam ! Clean residual mean=0.000006 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.0479189 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 50 components and 0.0479189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076754Jy sigma=0.000673 ! Fit after self-cal, rms=0.076771Jy sigma=0.000673 ! 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.076771Jy sigma=0.000673 ! Fit after self-cal, rms=0.078132Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.447 mas, bmaj=10.55 mas, bpa=89.63 degrees ! Estimated noise=923.646 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00046476 Jy ! Component: 100 - total flux cleaned = 0.000463563 Jy ! Component: 150 - total flux cleaned = 0.000463045 Jy ! Component: 200 - total flux cleaned = 0.000462748 Jy ! Total flux subtracted in 200 components = 0.000462748 Jy ! Clean residual min=-0.002044 max=0.002424 Jy/beam ! Clean residual mean=0.000018 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.0483817 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 51 components and 0.0483817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078129Jy sigma=0.000673 ! Fit after self-cal, rms=0.078275Jy 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 = 4.25196e-05 Jy ! Component: 100 - total flux cleaned = 3.53661e-05 Jy ! Component: 150 - total flux cleaned = 2.94211e-05 Jy ! Component: 200 - total flux cleaned = 2.41974e-05 Jy ! Total flux subtracted in 200 components = 2.41974e-05 Jy ! Clean residual min=-0.002025 max=0.002402 Jy/beam ! Clean residual mean=0.000016 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.0484059 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 58 components and 0.0484059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078274Jy sigma=0.000673 ! Fit after self-cal, rms=0.078284Jy sigma=0.000672 ! 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=4.273 mas, bmaj=5.382 mas, bpa=-52.17 degrees ! Estimated noise=764.409 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.273 x 5.382 at -52.17 degrees (North through East) ! Clean map min=-0.0019051 max=0.042596 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.493 mas, bmaj=4.315 mas, bpa=-54.47 degrees ! Estimated noise=1257.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0323965 Jy ! Component: 100 - total flux cleaned = 0.0411729 Jy ! Component: 150 - total flux cleaned = 0.0445701 Jy ! Component: 200 - total flux cleaned = 0.0452209 Jy ! Total flux subtracted in 200 components = 0.0452209 Jy ! Clean residual min=-0.003533 max=0.003872 Jy/beam ! Clean residual mean=-0.000004 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.0452209 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0452209 Jy ! Inverting map and beam ! Estimated beam: bmin=4.273 mas, bmaj=5.382 mas, bpa=-52.17 degrees ! Estimated noise=764.409 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.00196031 Jy ! Component: 100 - total flux cleaned = 0.00259945 Jy ! Component: 150 - total flux cleaned = 0.00276679 Jy ! Component: 200 - total flux cleaned = 0.00281161 Jy ! Total flux subtracted in 200 components = 0.00281161 Jy ! Clean residual min=-0.002004 max=0.002118 Jy/beam ! Clean residual mean=0.000006 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.0480325 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 23 components and 0.0480325 Jy ! Inverting map ! Added new window around map position (101, -17.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00111742 Jy ! Component: 100 - total flux cleaned = 0.00103934 Jy ! Component: 150 - total flux cleaned = 0.00109637 Jy ! Component: 200 - total flux cleaned = 0.00119954 Jy ! Total flux subtracted in 200 components = 0.00119954 Jy ! Clean residual min=-0.001867 max=0.002029 Jy/beam ! Clean residual mean=0.000003 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.049232 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 41 components and 0.049232 Jy ! Inverting map ! Added new window around map position (-124.5, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178508 Jy ! Component: 100 - total flux cleaned = 0.00193071 Jy ! Component: 150 - total flux cleaned = 0.00214365 Jy ! Component: 200 - total flux cleaned = 0.00233442 Jy ! Total flux subtracted in 200 components = 0.00233442 Jy ! Clean residual min=-0.001800 max=0.001613 Jy/beam ! Clean residual mean=0.000005 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0515665 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 63 components and 0.0515665 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.447 mas, bmaj=10.55 mas, bpa=89.63 degrees ! Estimated noise=923.646 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000552044 Jy ! Component: 100 - total flux cleaned = 0.000811611 Jy ! Component: 150 - total flux cleaned = 0.00103097 Jy ! Component: 200 - total flux cleaned = 0.0012054 Jy ! Total flux subtracted in 200 components = 0.0012054 Jy ! Clean residual min=-0.001402 max=0.001496 Jy/beam ! Clean residual mean=0.000008 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.0527719 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.00012788 Jy ! Component: 100 - total flux cleaned = 0.0002196 Jy ! Component: 150 - total flux cleaned = 0.000293058 Jy ! Component: 200 - total flux cleaned = 0.000351568 Jy ! Total flux subtracted in 200 components = 0.000351568 Jy ! Clean residual min=-0.001362 max=0.001487 Jy/beam ! Clean residual mean=0.000008 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.0531234 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 78 components and 0.0531234 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.273 mas, bmaj=5.382 mas, bpa=-52.17 degrees ! Estimated noise=764.409 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000335273 Jy ! Component: 100 - total flux cleaned = -0.000336622 Jy ! Component: 150 - total flux cleaned = -0.000337304 Jy ! Component: 200 - total flux cleaned = -0.00031795 Jy ! Total flux subtracted in 200 components = -0.00031795 Jy ! Clean residual min=-0.001735 max=0.001601 Jy/beam ! Clean residual mean=0.000003 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.0528055 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 86 components and 0.0528055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078171Jy sigma=0.000672 ! Fit after self-cal, rms=0.078157Jy sigma=0.000671 wmodel J1415+6501_S_2017_10_21_pus_map.mod ! Writing 86 model components to file: J1415+6501_S_2017_10_21_pus_map.mod wobs J1415+6501_S_2017_10_21_pus_uvs.fits ! Writing UV FITS file: J1415+6501_S_2017_10_21_pus_uvs.fits wwins J1415+6501_S_2017_10_21_pus_map.win ! wwins: Wrote 3 windows to J1415+6501_S_2017_10_21_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.000469015 Jy ! Component: 100 - total flux cleaned = -0.000472442 Jy ! Component: 150 - total flux cleaned = -0.000414044 Jy ! Component: 200 - total flux cleaned = -0.000467433 Jy ! Component: 250 - total flux cleaned = -0.000519321 Jy ! Component: 300 - total flux cleaned = -0.000545217 Jy ! Component: 350 - total flux cleaned = -0.000642657 Jy ! Component: 400 - total flux cleaned = -0.000712717 Jy ! Component: 450 - total flux cleaned = -0.000712423 Jy ! Component: 500 - total flux cleaned = -0.00073455 Jy ! Component: 550 - total flux cleaned = -0.000777932 Jy ! Component: 600 - total flux cleaned = -0.000799244 Jy ! Component: 650 - total flux cleaned = -0.000758662 Jy ! Component: 700 - total flux cleaned = -0.000699035 Jy ! Component: 750 - total flux cleaned = -0.000718688 Jy ! Component: 800 - total flux cleaned = -0.000756832 Jy ! Component: 850 - total flux cleaned = -0.000775686 Jy ! Component: 900 - total flux cleaned = -0.000830986 Jy ! Component: 950 - total flux cleaned = -0.000938727 Jy ! Component: 1000 - total flux cleaned = -0.000973944 Jy ! Component: 1050 - total flux cleaned = -0.00100861 Jy ! Component: 1100 - total flux cleaned = -0.00112776 Jy ! Component: 1150 - total flux cleaned = -0.0011441 Jy ! Component: 1200 - total flux cleaned = -0.00120994 Jy ! Component: 1250 - total flux cleaned = -0.00132313 Jy ! Component: 1300 - total flux cleaned = -0.00143464 Jy ! Component: 1350 - total flux cleaned = -0.00148152 Jy ! Component: 1400 - total flux cleaned = -0.00154323 Jy ! Component: 1450 - total flux cleaned = -0.00163448 Jy ! Component: 1500 - total flux cleaned = -0.00167932 Jy ! Component: 1550 - total flux cleaned = -0.00173814 Jy ! Component: 1600 - total flux cleaned = -0.00178178 Jy ! Component: 1650 - total flux cleaned = -0.00182498 Jy ! Component: 1700 - total flux cleaned = -0.00191044 Jy ! Component: 1750 - total flux cleaned = -0.00195248 Jy ! Component: 1800 - total flux cleaned = -0.00200828 Jy ! Component: 1850 - total flux cleaned = -0.00207692 Jy ! Component: 1900 - total flux cleaned = -0.00214487 Jy ! Component: 1950 - total flux cleaned = -0.00222553 Jy ! Component: 2000 - total flux cleaned = -0.00226532 Jy ! Component: 2050 - total flux cleaned = -0.00230486 Jy ! Component: 2100 - total flux cleaned = -0.00243466 Jy ! Component: 2150 - total flux cleaned = -0.00243444 Jy ! Component: 2200 - total flux cleaned = -0.00251088 Jy ! Component: 2250 - total flux cleaned = -0.00253603 Jy ! Component: 2300 - total flux cleaned = -0.00261101 Jy ! Component: 2350 - total flux cleaned = -0.00268525 Jy ! Component: 2400 - total flux cleaned = -0.00273416 Jy ! Component: 2450 - total flux cleaned = -0.002807 Jy ! Component: 2500 - total flux cleaned = -0.00286708 Jy ! Component: 2550 - total flux cleaned = -0.00293841 Jy ! Component: 2600 - total flux cleaned = -0.00296196 Jy ! Component: 2650 - total flux cleaned = -0.003032 Jy ! Component: 2700 - total flux cleaned = -0.00306689 Jy ! Component: 2750 - total flux cleaned = -0.00313575 Jy ! Component: 2800 - total flux cleaned = -0.00318116 Jy ! Component: 2850 - total flux cleaned = -0.00321488 Jy ! Component: 2900 - total flux cleaned = -0.00325964 Jy ! Component: 2950 - total flux cleaned = -0.00332604 Jy ! Component: 3000 - total flux cleaned = -0.0033479 Jy ! Component: 3050 - total flux cleaned = -0.00334791 Jy ! Component: 3100 - total flux cleaned = -0.00338045 Jy ! Component: 3150 - total flux cleaned = -0.00342335 Jy ! Component: 3200 - total flux cleaned = -0.00344467 Jy ! Component: 3250 - total flux cleaned = -0.00347649 Jy ! Component: 3300 - total flux cleaned = -0.00350813 Jy ! Component: 3350 - total flux cleaned = -0.00359145 Jy ! Component: 3400 - total flux cleaned = -0.00362239 Jy ! Component: 3450 - total flux cleaned = -0.00369427 Jy ! Component: 3500 - total flux cleaned = -0.00369419 Jy ! Component: 3550 - total flux cleaned = -0.00377532 Jy ! Component: 3600 - total flux cleaned = -0.0037954 Jy ! Component: 3650 - total flux cleaned = -0.0038354 Jy ! Component: 3700 - total flux cleaned = -0.00386514 Jy ! Component: 3750 - total flux cleaned = -0.00387499 Jy ! Component: 3800 - total flux cleaned = -0.00391429 Jy ! Component: 3850 - total flux cleaned = -0.00395322 Jy ! Component: 3900 - total flux cleaned = -0.00398222 Jy ! Component: 3950 - total flux cleaned = -0.00402072 Jy ! Component: 4000 - total flux cleaned = -0.00404955 Jy ! Component: 4050 - total flux cleaned = -0.00405905 Jy ! Total flux subtracted in 4096 components = -0.00409698 Jy ! Clean residual min=-0.000547 max=0.000574 Jy/beam ! Clean residual mean=-0.000004 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.0487085 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 353 components and 0.0487085 Jy ![Exited script file: muppet] wmap "J1415+6501_S_2017_10_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.273 x 5.382 at -52.17 degrees (North through East) ! Clean map min=-0.0012815 max=0.042349 Jy/beam ! Writing clean map to FITS file: J1415+6501_S_2017_10_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0423493 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000165538 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.17266 1.17266 2.34532 4.69064 9.38128 18.7626 37.5251 75.0503 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.042 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.273 x 5.382 at -52.17 degrees (North through East) ! Clean map min=-0.0012815 max=0.042349 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 J1415+6501_S_2017_10_21_pus_uvs.log closed on Sat May 11 20:59:37 2019