! Started logfile: J1350-2204_S_2017_06_10_pus_uvs.log on Mon May 6 14:55:39 2019 obs J1350-2204_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1350-2204_S_2017_06_10_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.902011 visibilities/baseline/integration-bin. ! Found source: J1350-2204 ! ! 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 17048 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 J1350-2204_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 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 698 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.756779Jy sigma=0.005759 ! Fit after self-cal, rms=0.691449Jy sigma=0.005164 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.582 mas, bmaj=6.866 mas, bpa=-5.732 degrees ! Estimated noise=1211.67 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.238817 Jy ! Component: 100 - total flux cleaned = 0.326679 Jy ! Total flux subtracted in 100 components = 0.326679 Jy ! Clean residual min=-0.031034 max=0.095805 Jy/beam ! Clean residual mean=-0.000131 rms=0.011049 Jy/beam ! Combined flux in latest and established models = 0.326679 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.326679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.224529Jy sigma=0.001805 ! Fit after self-cal, rms=0.224555Jy sigma=0.001802 ! Inverting map ! Added new window around map position (-3.5, -27). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0887962 Jy ! Component: 100 - total flux cleaned = 0.141514 Jy ! Total flux subtracted in 100 components = 0.141514 Jy ! Clean residual min=-0.024403 max=0.039193 Jy/beam ! Clean residual mean=-0.000093 rms=0.007681 Jy/beam ! Combined flux in latest and established models = 0.468193 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 47 components and 0.468193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.170954Jy sigma=0.001349 ! Fit after self-cal, rms=0.163673Jy sigma=0.001298 ! 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.006 mas, bmaj=7.907 mas, bpa=-5.324 degrees ! Estimated noise=863.296 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.0784129 Jy ! Component: 100 - total flux cleaned = 0.12954 Jy ! Component: 150 - total flux cleaned = 0.165136 Jy ! Component: 200 - total flux cleaned = 0.190519 Jy ! Total flux subtracted in 200 components = 0.190519 Jy ! Clean residual min=-0.016624 max=0.025433 Jy/beam ! Clean residual mean=-0.000121 rms=0.005190 Jy/beam ! Combined flux in latest and established models = 0.658712 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 117 components and 0.658711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118601Jy sigma=0.000863 ! Fit after self-cal, rms=0.114268Jy sigma=0.000829 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0280851 Jy ! Component: 100 - total flux cleaned = 0.0433627 Jy ! Component: 150 - total flux cleaned = 0.0533081 Jy ! Component: 200 - total flux cleaned = 0.0604153 Jy ! Total flux subtracted in 200 components = 0.0604153 Jy ! Clean residual min=-0.010708 max=0.014122 Jy/beam ! Clean residual mean=-0.000069 rms=0.002954 Jy/beam ! Combined flux in latest and established models = 0.719127 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 140 components and 0.719127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107608Jy sigma=0.000765 ! Fit after self-cal, rms=0.106156Jy sigma=0.000753 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.25 FD 0.95 HN 1.10 KP 0.99 ! LA 0.99 MK 1.02 NL 0.93 OV 1.01 ! PT 0.98 SC 0.94 ! ! ! Correcting IF 2. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.12 KP 0.97 ! LA 0.95 MK 0.99 NL 1.06 OV 1.04 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.10 KP 0.96 ! LA 0.96 MK 1.02 NL 1.00 OV 0.95 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 4. ! A total of 72 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.18 KP 1.00* ! LA 1.00* MK 0.97 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.106156Jy sigma=0.000753 ! Fit after self-cal, rms=0.106057Jy sigma=0.000716 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.016 mas, bmaj=7.929 mas, bpa=-5.05 degrees ! Estimated noise=871.98 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.5, -28). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0116198 Jy ! Component: 100 - total flux cleaned = 0.0118853 Jy ! Component: 150 - total flux cleaned = 0.0114668 Jy ! Component: 200 - total flux cleaned = 0.0111477 Jy ! Total flux subtracted in 200 components = 0.0111477 Jy ! Clean residual min=-0.006032 max=0.006709 Jy/beam ! Clean residual mean=-0.000011 rms=0.001591 Jy/beam ! Combined flux in latest and established models = 0.730274 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 158 components and 0.730274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104330Jy sigma=0.000705 ! Fit after self-cal, rms=0.104081Jy sigma=0.000701 ! 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.104081Jy sigma=0.000701 ! Fit after self-cal, rms=0.105194Jy sigma=0.000692 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.016 mas, bmaj=7.934 mas, bpa=-5.22 degrees ! Estimated noise=873.973 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0042072 Jy ! Component: 100 - total flux cleaned = 0.00478501 Jy ! Component: 150 - total flux cleaned = 0.00489993 Jy ! Component: 200 - total flux cleaned = 0.00489875 Jy ! Total flux subtracted in 200 components = 0.00489875 Jy ! Clean residual min=-0.004229 max=0.005224 Jy/beam ! Clean residual mean=0.000002 rms=0.001146 Jy/beam ! Combined flux in latest and established models = 0.735173 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 176 components and 0.735173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104686Jy sigma=0.000689 ! Fit after self-cal, rms=0.104625Jy sigma=0.000689 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 (27.5, -73.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0039636 Jy ! Component: 100 - total flux cleaned = 0.00411104 Jy ! Component: 150 - total flux cleaned = 0.0041138 Jy ! Component: 200 - total flux cleaned = 0.004213 Jy ! Total flux subtracted in 200 components = 0.004213 Jy ! Clean residual min=-0.003676 max=0.004724 Jy/beam ! Clean residual mean=0.000006 rms=0.000976 Jy/beam ! Combined flux in latest and established models = 0.739386 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 193 components and 0.739386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104234Jy sigma=0.000686 ! Fit after self-cal, rms=0.104205Jy sigma=0.000686 ! Inverting map ! Added new window around map position (-30.5, -50). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00399606 Jy ! Component: 100 - total flux cleaned = 0.00450337 Jy ! Component: 150 - total flux cleaned = 0.00450777 Jy ! Component: 200 - total flux cleaned = 0.00426923 Jy ! Total flux subtracted in 200 components = 0.00426923 Jy ! Clean residual min=-0.003177 max=0.004069 Jy/beam ! Clean residual mean=0.000007 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.743655 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 211 components and 0.743655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103943Jy sigma=0.000684 ! Fit after self-cal, rms=0.103928Jy sigma=0.000684 ! Inverting map ! Added new window around map position (15, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00346909 Jy ! Component: 100 - total flux cleaned = 0.00441178 Jy ! Component: 150 - total flux cleaned = 0.0045926 Jy ! Component: 200 - total flux cleaned = 0.00451331 Jy ! Total flux subtracted in 200 components = 0.00451331 Jy ! Clean residual min=-0.002834 max=0.003016 Jy/beam ! Clean residual mean=0.000012 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.748169 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 227 components and 0.748169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103670Jy sigma=0.000683 ! Fit after self-cal, rms=0.103662Jy sigma=0.000683 ! 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.103662Jy sigma=0.000683 ! Fit after self-cal, rms=0.104612Jy sigma=0.000681 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.019 mas, bmaj=7.942 mas, bpa=-5.194 degrees ! Estimated noise=875.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00246467 Jy ! Component: 100 - total flux cleaned = 0.00329192 Jy ! Component: 150 - total flux cleaned = 0.00329004 Jy ! Component: 200 - total flux cleaned = 0.00329162 Jy ! Total flux subtracted in 200 components = 0.00329162 Jy ! Clean residual min=-0.002593 max=0.002796 Jy/beam ! Clean residual mean=0.000003 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.75146 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 237 components and 0.75146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104488Jy sigma=0.000681 ! Fit after self-cal, rms=0.104511Jy sigma=0.000681 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.000579257 Jy ! Component: 100 - total flux cleaned = 0.00046592 Jy ! Component: 150 - total flux cleaned = 0.000359271 Jy ! Component: 200 - total flux cleaned = 0.000256184 Jy ! Total flux subtracted in 200 components = 0.000256184 Jy ! Clean residual min=-0.002502 max=0.002724 Jy/beam ! Clean residual mean=0.000003 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.751717 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 248 components and 0.751717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104433Jy sigma=0.000680 ! Fit after self-cal, rms=0.104431Jy sigma=0.000680 ! 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.104431Jy sigma=0.000680 ! Fit after self-cal, rms=0.104573Jy sigma=0.000680 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.545 mas, bmaj=17.72 mas, bpa=-2.802 degrees ! Estimated noise=1113.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017275 Jy ! Component: 100 - total flux cleaned = 0.00193877 Jy ! Component: 150 - total flux cleaned = 0.00194066 Jy ! Component: 200 - total flux cleaned = 0.00181816 Jy ! Total flux subtracted in 200 components = 0.00181816 Jy ! Clean residual min=-0.002708 max=0.002795 Jy/beam ! Clean residual mean=0.000001 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 0.753535 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 261 components and 0.753535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104548Jy sigma=0.000680 ! Fit after self-cal, rms=0.104545Jy sigma=0.000680 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.000215492 Jy ! Component: 100 - total flux cleaned = 0.000139078 Jy ! Component: 150 - total flux cleaned = 3.12906e-05 Jy ! Component: 200 - total flux cleaned = -6.86979e-05 Jy ! Total flux subtracted in 200 components = -6.86979e-05 Jy ! Clean residual min=-0.002672 max=0.002757 Jy/beam ! Clean residual mean=0.000002 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.753466 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 270 components and 0.753466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104527Jy sigma=0.000680 ! Fit after self-cal, rms=0.104525Jy sigma=0.000680 ! 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.022 mas, bmaj=7.947 mas, bpa=-5.18 degrees ! Estimated noise=876.425 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.022 x 7.947 at -5.18 degrees (North through East) ! Clean map min=-0.0030218 max=0.31371 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=2.584 mas, bmaj=6.95 mas, bpa=-5.847 degrees ! Estimated noise=1257.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.247792 Jy ! Component: 100 - total flux cleaned = 0.362807 Jy ! Component: 150 - total flux cleaned = 0.442464 Jy ! Component: 200 - total flux cleaned = 0.501558 Jy ! Total flux subtracted in 200 components = 0.501558 Jy ! Clean residual min=-0.016022 max=0.034212 Jy/beam ! Clean residual mean=-0.000070 rms=0.005969 Jy/beam ! Combined flux in latest and established models = 0.501558 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 63 model components to the UV plane model. ! The established model now contains 63 components and 0.501558 Jy ! Inverting map and beam ! Estimated beam: bmin=3.022 mas, bmaj=7.947 mas, bpa=-5.18 degrees ! Estimated noise=876.425 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.0712046 Jy ! Component: 100 - total flux cleaned = 0.118687 Jy ! Component: 150 - total flux cleaned = 0.151626 Jy ! Component: 200 - total flux cleaned = 0.175011 Jy ! Total flux subtracted in 200 components = 0.175011 Jy ! Clean residual min=-0.006975 max=0.016508 Jy/beam ! Clean residual mean=-0.000063 rms=0.002787 Jy/beam ! Combined flux in latest and established models = 0.676569 Jy ! Adding 92 model components to the UV plane model. ! The established model now contains 141 components and 0.676569 Jy ! Inverting map ! Added new window around map position (3.5, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0176244 Jy ! Component: 100 - total flux cleaned = 0.0299983 Jy ! Component: 150 - total flux cleaned = 0.0391146 Jy ! Component: 200 - total flux cleaned = 0.0460664 Jy ! Total flux subtracted in 200 components = 0.0460664 Jy ! Clean residual min=-0.003962 max=0.006648 Jy/beam ! Clean residual mean=-0.000023 rms=0.001224 Jy/beam ! Combined flux in latest and established models = 0.722635 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 185 components and 0.722636 Jy ! Inverting map ! Added new window around map position (-7, -27.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0064791 Jy ! Component: 100 - total flux cleaned = 0.0111839 Jy ! Component: 150 - total flux cleaned = 0.0138429 Jy ! Component: 200 - total flux cleaned = 0.0161402 Jy ! Total flux subtracted in 200 components = 0.0161402 Jy ! Clean residual min=-0.003025 max=0.004291 Jy/beam ! Clean residual mean=-0.000010 rms=0.000862 Jy/beam ! Combined flux in latest and established models = 0.738776 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 215 components and 0.738776 Jy ! Inverting map ! Added new window around map position (-5, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00385917 Jy ! Component: 100 - total flux cleaned = 0.00564462 Jy ! Component: 150 - total flux cleaned = 0.00732619 Jy ! Component: 200 - total flux cleaned = 0.00873013 Jy ! Total flux subtracted in 200 components = 0.00873013 Jy ! Clean residual min=-0.002692 max=0.002738 Jy/beam ! Clean residual mean=-0.000003 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.747506 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 251 components and 0.747506 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.545 mas, bmaj=17.72 mas, bpa=-2.802 degrees ! Estimated noise=1113.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00253072 Jy ! Component: 100 - total flux cleaned = 0.00337201 Jy ! Component: 150 - total flux cleaned = 0.00411787 Jy ! Component: 200 - total flux cleaned = 0.00472719 Jy ! Total flux subtracted in 200 components = 0.00472719 Jy ! Clean residual min=-0.002808 max=0.003022 Jy/beam ! Clean residual mean=-0.000002 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.752233 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.000615768 Jy ! Component: 100 - total flux cleaned = 0.00112291 Jy ! Component: 150 - total flux cleaned = 0.00164103 Jy ! Component: 200 - total flux cleaned = 0.0018817 Jy ! Total flux subtracted in 200 components = 0.0018817 Jy ! Clean residual min=-0.002649 max=0.002808 Jy/beam ! Clean residual mean=0.000002 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.754115 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 294 components and 0.754114 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.022 mas, bmaj=7.947 mas, bpa=-5.18 degrees ! Estimated noise=876.425 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00035255 Jy ! Component: 100 - total flux cleaned = 0.000356244 Jy ! Component: 150 - total flux cleaned = 0.000355173 Jy ! Component: 200 - total flux cleaned = 0.000354458 Jy ! Total flux subtracted in 200 components = 0.000354458 Jy ! Clean residual min=-0.002340 max=0.002584 Jy/beam ! Clean residual mean=0.000003 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.754469 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 325 components and 0.754469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104271Jy sigma=0.000679 ! Fit after self-cal, rms=0.104212Jy sigma=0.000679 wmodel J1350-2204_S_2017_06_10_pus_map.mod ! Writing 325 model components to file: J1350-2204_S_2017_06_10_pus_map.mod wobs J1350-2204_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1350-2204_S_2017_06_10_pus_uvs.fits wwins J1350-2204_S_2017_06_10_pus_map.win ! wwins: Wrote 9 windows to J1350-2204_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.000555931 Jy ! Component: 100 - total flux cleaned = 0.000671965 Jy ! Component: 150 - total flux cleaned = 0.000564339 Jy ! Component: 200 - total flux cleaned = 0.000494453 Jy ! Component: 250 - total flux cleaned = 0.000493887 Jy ! Component: 300 - total flux cleaned = 0.000460332 Jy ! Component: 350 - total flux cleaned = 0.000459828 Jy ! Component: 400 - total flux cleaned = 0.000427576 Jy ! Component: 450 - total flux cleaned = 0.000458078 Jy ! Component: 500 - total flux cleaned = 0.000426942 Jy ! Component: 550 - total flux cleaned = 0.000397481 Jy ! Component: 600 - total flux cleaned = 0.000514251 Jy ! Component: 650 - total flux cleaned = 0.00057113 Jy ! Component: 700 - total flux cleaned = 0.000598858 Jy ! Component: 750 - total flux cleaned = 0.00059939 Jy ! Component: 800 - total flux cleaned = 0.000734281 Jy ! Component: 850 - total flux cleaned = 0.000734354 Jy ! Component: 900 - total flux cleaned = 0.000760387 Jy ! Component: 950 - total flux cleaned = 0.000760342 Jy ! Component: 1000 - total flux cleaned = 0.000861793 Jy ! Component: 1050 - total flux cleaned = 0.000911764 Jy ! Component: 1100 - total flux cleaned = 0.000936828 Jy ! Component: 1150 - total flux cleaned = 0.00101038 Jy ! Component: 1200 - total flux cleaned = 0.00115328 Jy ! Component: 1250 - total flux cleaned = 0.00112957 Jy ! Component: 1300 - total flux cleaned = 0.00119871 Jy ! Component: 1350 - total flux cleaned = 0.00124395 Jy ! Component: 1400 - total flux cleaned = 0.00126649 Jy ! Component: 1450 - total flux cleaned = 0.00133341 Jy ! Component: 1500 - total flux cleaned = 0.00135557 Jy ! Component: 1550 - total flux cleaned = 0.00139937 Jy ! Component: 1600 - total flux cleaned = 0.00146385 Jy ! Component: 1650 - total flux cleaned = 0.00157014 Jy ! Component: 1700 - total flux cleaned = 0.00161194 Jy ! Component: 1750 - total flux cleaned = 0.00161192 Jy ! Component: 1800 - total flux cleaned = 0.00173454 Jy ! Component: 1850 - total flux cleaned = 0.00169393 Jy ! Component: 1900 - total flux cleaned = 0.00177389 Jy ! Component: 1950 - total flux cleaned = 0.00177402 Jy ! Component: 2000 - total flux cleaned = 0.00177434 Jy ! Component: 2050 - total flux cleaned = 0.00187111 Jy ! Component: 2100 - total flux cleaned = 0.00188986 Jy ! Component: 2150 - total flux cleaned = 0.00192779 Jy ! Component: 2200 - total flux cleaned = 0.0019089 Jy ! Component: 2250 - total flux cleaned = 0.00194596 Jy ! Component: 2300 - total flux cleaned = 0.00190931 Jy ! Component: 2350 - total flux cleaned = 0.00196398 Jy ! Component: 2400 - total flux cleaned = 0.00201799 Jy ! Component: 2450 - total flux cleaned = 0.00198204 Jy ! Component: 2500 - total flux cleaned = 0.00198223 Jy ! Component: 2550 - total flux cleaned = 0.00192972 Jy ! Component: 2600 - total flux cleaned = 0.00201653 Jy ! Component: 2650 - total flux cleaned = 0.00198204 Jy ! Component: 2700 - total flux cleaned = 0.00201606 Jy ! Component: 2750 - total flux cleaned = 0.00198233 Jy ! Component: 2800 - total flux cleaned = 0.00206625 Jy ! Component: 2850 - total flux cleaned = 0.00209933 Jy ! Component: 2900 - total flux cleaned = 0.0020663 Jy ! Component: 2950 - total flux cleaned = 0.0020662 Jy ! Component: 3000 - total flux cleaned = 0.00214707 Jy ! Component: 3050 - total flux cleaned = 0.00216319 Jy ! Component: 3100 - total flux cleaned = 0.00222673 Jy ! Component: 3150 - total flux cleaned = 0.00222664 Jy ! Component: 3200 - total flux cleaned = 0.00219538 Jy ! Component: 3250 - total flux cleaned = 0.0022113 Jy ! Component: 3300 - total flux cleaned = 0.00225763 Jy ! Component: 3350 - total flux cleaned = 0.00227308 Jy ! Component: 3400 - total flux cleaned = 0.00228839 Jy ! Component: 3450 - total flux cleaned = 0.00228844 Jy ! Component: 3500 - total flux cleaned = 0.00230338 Jy ! Component: 3550 - total flux cleaned = 0.00234796 Jy ! Component: 3600 - total flux cleaned = 0.00230389 Jy ! Component: 3650 - total flux cleaned = 0.00228924 Jy ! Component: 3700 - total flux cleaned = 0.00230371 Jy ! Component: 3750 - total flux cleaned = 0.00228934 Jy ! Component: 3800 - total flux cleaned = 0.00228954 Jy ! Component: 3850 - total flux cleaned = 0.00233235 Jy ! Component: 3900 - total flux cleaned = 0.00231831 Jy ! Component: 3950 - total flux cleaned = 0.00236042 Jy ! Component: 4000 - total flux cleaned = 0.00234653 Jy ! Component: 4050 - total flux cleaned = 0.00244321 Jy ! Total flux subtracted in 4096 components = 0.00244315 Jy ! Clean residual min=-0.000946 max=0.000805 Jy/beam ! Clean residual mean=0.000003 rms=0.000257 Jy/beam ! Combined flux in latest and established models = 0.756912 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 617 components and 0.756912 Jy ![Exited script file: muppet] wmap "J1350-2204_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.022 x 7.947 at -5.18 degrees (North through East) ! Clean map min=-0.0025902 max=0.31731 Jy/beam ! Writing clean map to FITS file: J1350-2204_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.317312 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00025627 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.242289 0.242289 0.484577 0.969154 1.93831 3.87662 7.75323 15.5065 31.0129 62.0259 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.317 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.022 x 7.947 at -5.18 degrees (North through East) ! Clean map min=-0.0025902 max=0.31731 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 J1350-2204_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:55:45 2019