! Started logfile: J1203+0414_S_2017_03_23_pus_uvs.log on Mon May 13 09:59:13 2019 obs J1203+0414_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1203+0414_S_2017_03_23_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.844246 visibilities/baseline/integration-bin. ! Found source: J1203+0414 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 481 lines of history. ! ! Reading 17020 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 J1203+0414_S_2017_03_23_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 96 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 121 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 96 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 410 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.681563Jy sigma=0.005750 ! Fit after self-cal, rms=0.655945Jy sigma=0.005546 ! 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.926 mas, bmaj=6.863 mas, bpa=-0.8544 degrees ! Estimated noise=1011.26 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.275112 Jy ! Component: 100 - total flux cleaned = 0.397223 Jy ! Total flux subtracted in 100 components = 0.397223 Jy ! Clean residual min=-0.028262 max=0.064825 Jy/beam ! Clean residual mean=-0.000240 rms=0.008294 Jy/beam ! Combined flux in latest and established models = 0.397223 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.397223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.228877Jy sigma=0.001789 ! Fit after self-cal, rms=0.228461Jy sigma=0.001786 ! Inverting map ! Added new window around map position (4, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0761866 Jy ! Component: 100 - total flux cleaned = 0.129035 Jy ! Total flux subtracted in 100 components = 0.129035 Jy ! Clean residual min=-0.021069 max=0.030704 Jy/beam ! Clean residual mean=-0.000186 rms=0.005928 Jy/beam ! Combined flux in latest and established models = 0.526258 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 52 components and 0.526258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181866Jy sigma=0.001387 ! Fit after self-cal, rms=0.181381Jy sigma=0.001383 ! 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.475 mas, bmaj=7.573 mas, bpa=0.5788 degrees ! Estimated noise=706.142 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.0617869 Jy ! Component: 100 - total flux cleaned = 0.101752 Jy ! Component: 150 - total flux cleaned = 0.130093 Jy ! Component: 200 - total flux cleaned = 0.1508 Jy ! Total flux subtracted in 200 components = 0.1508 Jy ! Clean residual min=-0.018781 max=0.041769 Jy/beam ! Clean residual mean=-0.000262 rms=0.006112 Jy/beam ! Combined flux in latest and established models = 0.677058 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 111 components and 0.677058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151751Jy sigma=0.001157 ! Fit after self-cal, rms=0.151102Jy sigma=0.001152 ! Inverting map ! Added new window around map position (15.5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0415028 Jy ! Component: 100 - total flux cleaned = 0.0659131 Jy ! Component: 150 - total flux cleaned = 0.0840145 Jy ! Component: 200 - total flux cleaned = 0.0988476 Jy ! Total flux subtracted in 200 components = 0.0988476 Jy ! Clean residual min=-0.015934 max=0.031198 Jy/beam ! Clean residual mean=-0.000187 rms=0.004599 Jy/beam ! Combined flux in latest and established models = 0.775905 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 157 components and 0.775905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136687Jy sigma=0.001031 ! Fit after self-cal, rms=0.135747Jy sigma=0.001021 ! Inverting map ! Added new window around map position (63, -15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0272686 Jy ! Component: 100 - total flux cleaned = 0.0420324 Jy ! Component: 150 - total flux cleaned = 0.0527308 Jy ! Component: 200 - total flux cleaned = 0.0615756 Jy ! Total flux subtracted in 200 components = 0.0615756 Jy ! Clean residual min=-0.013235 max=0.016607 Jy/beam ! Clean residual mean=-0.000129 rms=0.003648 Jy/beam ! Combined flux in latest and established models = 0.837481 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 193 components and 0.837481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128254Jy sigma=0.000958 ! Fit after self-cal, rms=0.127616Jy sigma=0.000953 ! 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 1.01 FD 0.96 HN 0.91 KP 1.04 ! LA 0.98 MK 1.32 NL 0.88 OV 1.03 ! PT 0.98 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.07 HN 0.98 KP 1.00 ! LA 0.94 MK 1.20 NL 1.06 OV 1.07 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.04 HN 0.96 KP 0.89 ! LA 0.76 MK 1.19 NL 1.22 OV 0.97 ! PT 0.94 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.11 HN 0.95 KP 1.00* ! LA 0.77 MK 1.04 NL 1.00* OV 1.37 ! PT 1.03 SC 1.77 ! ! ! Fit before self-cal, rms=0.127616Jy sigma=0.000953 ! Fit after self-cal, rms=0.112015Jy sigma=0.000780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.592 mas, bmaj=7.77 mas, bpa=1.503 degrees ! Estimated noise=717.617 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 (23, -9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0081189 Jy ! Component: 100 - total flux cleaned = 0.0122063 Jy ! Component: 150 - total flux cleaned = 0.014356 Jy ! Component: 200 - total flux cleaned = 0.0162489 Jy ! Total flux subtracted in 200 components = 0.0162489 Jy ! Clean residual min=-0.009365 max=0.008318 Jy/beam ! Clean residual mean=-0.000018 rms=0.002033 Jy/beam ! Combined flux in latest and established models = 0.85373 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 218 components and 0.85373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110019Jy sigma=0.000761 ! Fit after self-cal, rms=0.109983Jy sigma=0.000760 ! 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.109983Jy sigma=0.000760 ! Fit after self-cal, rms=0.120353Jy sigma=0.000694 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.6 mas, bmaj=7.731 mas, bpa=1.152 degrees ! Estimated noise=718.731 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00694004 Jy ! Component: 100 - total flux cleaned = 0.00963405 Jy ! Component: 150 - total flux cleaned = 0.0111387 Jy ! Component: 200 - total flux cleaned = 0.012573 Jy ! Total flux subtracted in 200 components = 0.012573 Jy ! Clean residual min=-0.005308 max=0.004159 Jy/beam ! Clean residual mean=-0.000004 rms=0.000984 Jy/beam ! Combined flux in latest and established models = 0.866303 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 246 components and 0.866303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119768Jy sigma=0.000687 ! Fit after self-cal, rms=0.120336Jy sigma=0.000686 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.0018265 Jy ! Component: 100 - total flux cleaned = 0.00309403 Jy ! Component: 150 - total flux cleaned = 0.00366669 Jy ! Component: 200 - total flux cleaned = 0.00408252 Jy ! Total flux subtracted in 200 components = 0.00408252 Jy ! Clean residual min=-0.004866 max=0.003565 Jy/beam ! Clean residual mean=0.000000 rms=0.000894 Jy/beam ! Combined flux in latest and established models = 0.870385 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 259 components and 0.870385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120121Jy sigma=0.000683 ! Fit after self-cal, rms=0.120111Jy 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.120111Jy sigma=0.000683 ! Fit after self-cal, rms=0.123238Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.605 mas, bmaj=7.736 mas, bpa=1.115 degrees ! Estimated noise=718.983 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00226168 Jy ! Component: 100 - total flux cleaned = 0.00376688 Jy ! Component: 150 - total flux cleaned = 0.00452858 Jy ! Component: 200 - total flux cleaned = 0.00496691 Jy ! Total flux subtracted in 200 components = 0.00496691 Jy ! Clean residual min=-0.004524 max=0.003193 Jy/beam ! Clean residual mean=-0.000006 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.875352 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 280 components and 0.875352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123086Jy sigma=0.000680 ! Fit after self-cal, rms=0.123088Jy 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.00121996 Jy ! Component: 100 - total flux cleaned = 0.00162169 Jy ! Component: 150 - total flux cleaned = 0.00192483 Jy ! Component: 200 - total flux cleaned = 0.00220702 Jy ! Total flux subtracted in 200 components = 0.00220702 Jy ! Clean residual min=-0.004254 max=0.003026 Jy/beam ! Clean residual mean=-0.000004 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.877559 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 296 components and 0.877559 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122995Jy sigma=0.000678 ! Fit after self-cal, rms=0.122992Jy sigma=0.000678 ! 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.122992Jy sigma=0.000678 ! Fit after self-cal, rms=0.124180Jy sigma=0.000678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.533 mas, bmaj=11.42 mas, bpa=1.649 degrees ! Estimated noise=863.225 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00182746 Jy ! Component: 100 - total flux cleaned = 0.00263509 Jy ! Component: 150 - total flux cleaned = 0.00306342 Jy ! Component: 200 - total flux cleaned = 0.00343144 Jy ! Total flux subtracted in 200 components = 0.00343144 Jy ! Clean residual min=-0.002660 max=0.003224 Jy/beam ! Clean residual mean=-0.000011 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.88099 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 324 components and 0.88099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124140Jy sigma=0.000678 ! Fit after self-cal, rms=0.124131Jy sigma=0.000678 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 (-12.5, 24.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110065 Jy ! Component: 100 - total flux cleaned = 0.00187012 Jy ! Component: 150 - total flux cleaned = 0.00241504 Jy ! Component: 200 - total flux cleaned = 0.00275479 Jy ! Total flux subtracted in 200 components = 0.00275479 Jy ! Clean residual min=-0.002477 max=0.002619 Jy/beam ! Clean residual mean=-0.000010 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.883745 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 353 components and 0.883745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124026Jy sigma=0.000676 ! Fit after self-cal, rms=0.123991Jy sigma=0.000676 ! 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.612 mas, bmaj=7.747 mas, bpa=1.157 degrees ! Estimated noise=720.3 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.612 x 7.747 at 1.157 degrees (North through East) ! Clean map min=-0.0052125 max=0.37461 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.037 mas, bmaj=7.016 mas, bpa=-0.7848 degrees ! Estimated noise=1055.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.282324 Jy ! Component: 100 - total flux cleaned = 0.405967 Jy ! Component: 150 - total flux cleaned = 0.480272 Jy ! Component: 200 - total flux cleaned = 0.532001 Jy ! Total flux subtracted in 200 components = 0.532001 Jy ! Clean residual min=-0.017276 max=0.030495 Jy/beam ! Clean residual mean=-0.000166 rms=0.005110 Jy/beam ! Combined flux in latest and established models = 0.532001 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.532001 Jy ! Inverting map and beam ! Estimated beam: bmin=3.612 mas, bmaj=7.747 mas, bpa=1.157 degrees ! Estimated noise=720.3 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.0594587 Jy ! Component: 100 - total flux cleaned = 0.103182 Jy ! Component: 150 - total flux cleaned = 0.138042 Jy ! Component: 200 - total flux cleaned = 0.166641 Jy ! Total flux subtracted in 200 components = 0.166641 Jy ! Clean residual min=-0.011419 max=0.020711 Jy/beam ! Clean residual mean=-0.000175 rms=0.003754 Jy/beam ! Combined flux in latest and established models = 0.698642 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 100 components and 0.698642 Jy ! Inverting map ! Added new window around map position (8.5, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0245618 Jy ! Component: 100 - total flux cleaned = 0.0449482 Jy ! Component: 150 - total flux cleaned = 0.0623213 Jy ! Component: 200 - total flux cleaned = 0.0772352 Jy ! Total flux subtracted in 200 components = 0.0772352 Jy ! Clean residual min=-0.007105 max=0.010947 Jy/beam ! Clean residual mean=-0.000103 rms=0.002206 Jy/beam ! Combined flux in latest and established models = 0.775877 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 163 components and 0.775877 Jy ! Inverting map ! Added new window around map position (-4, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0131986 Jy ! Component: 100 - total flux cleaned = 0.0244159 Jy ! Component: 150 - total flux cleaned = 0.034157 Jy ! Component: 200 - total flux cleaned = 0.0426978 Jy ! Total flux subtracted in 200 components = 0.0426978 Jy ! Clean residual min=-0.005029 max=0.005841 Jy/beam ! Clean residual mean=-0.000062 rms=0.001448 Jy/beam ! Combined flux in latest and established models = 0.818575 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 213 components and 0.818575 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.533 mas, bmaj=11.42 mas, bpa=1.649 degrees ! Estimated noise=863.225 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0132651 Jy ! Component: 100 - total flux cleaned = 0.0235225 Jy ! Component: 150 - total flux cleaned = 0.0316333 Jy ! Component: 200 - total flux cleaned = 0.0381588 Jy ! Total flux subtracted in 200 components = 0.0381588 Jy ! Clean residual min=-0.004192 max=0.004020 Jy/beam ! Clean residual mean=-0.000055 rms=0.001306 Jy/beam ! Combined flux in latest and established models = 0.856734 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.00539659 Jy ! Component: 100 - total flux cleaned = 0.00940271 Jy ! Component: 150 - total flux cleaned = 0.0125373 Jy ! Component: 200 - total flux cleaned = 0.0150109 Jy ! Total flux subtracted in 200 components = 0.0150109 Jy ! Clean residual min=-0.003169 max=0.002926 Jy/beam ! Clean residual mean=-0.000028 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.871745 Jy ! Adding 165 model components to the UV plane model. ! The established model now contains 357 components and 0.871745 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.612 mas, bmaj=7.747 mas, bpa=1.157 degrees ! Estimated noise=720.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000304338 Jy ! Component: 100 - total flux cleaned = 0.00182195 Jy ! Component: 150 - total flux cleaned = 0.00314284 Jy ! Component: 200 - total flux cleaned = 0.00412419 Jy ! Total flux subtracted in 200 components = 0.00412419 Jy ! Clean residual min=-0.002671 max=0.003155 Jy/beam ! Clean residual mean=-0.000013 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.875869 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 385 components and 0.875869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123892Jy sigma=0.000676 ! Fit after self-cal, rms=0.123871Jy sigma=0.000675 wmodel J1203+0414_S_2017_03_23_pus_map.mod ! Writing 385 model components to file: J1203+0414_S_2017_03_23_pus_map.mod wobs J1203+0414_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1203+0414_S_2017_03_23_pus_uvs.fits wwins J1203+0414_S_2017_03_23_pus_map.win ! wwins: Wrote 8 windows to J1203+0414_S_2017_03_23_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000772785 Jy ! Component: 100 - total flux cleaned = 0.0011797 Jy ! Component: 150 - total flux cleaned = 0.00122219 Jy ! Component: 200 - total flux cleaned = 0.00134272 Jy ! Component: 250 - total flux cleaned = 0.00138158 Jy ! Component: 300 - total flux cleaned = 0.00145729 Jy ! Component: 350 - total flux cleaned = 0.00138504 Jy ! Component: 400 - total flux cleaned = 0.00135024 Jy ! Component: 450 - total flux cleaned = 0.00128212 Jy ! Component: 500 - total flux cleaned = 0.00131692 Jy ! Component: 550 - total flux cleaned = 0.00131753 Jy ! Component: 600 - total flux cleaned = 0.00144636 Jy ! Component: 650 - total flux cleaned = 0.00157267 Jy ! Component: 700 - total flux cleaned = 0.00160393 Jy ! Component: 750 - total flux cleaned = 0.00163462 Jy ! Component: 800 - total flux cleaned = 0.00151572 Jy ! Component: 850 - total flux cleaned = 0.00151634 Jy ! Component: 900 - total flux cleaned = 0.00154515 Jy ! Component: 950 - total flux cleaned = 0.00145975 Jy ! Component: 1000 - total flux cleaned = 0.00145933 Jy ! Component: 1050 - total flux cleaned = 0.00132069 Jy ! Component: 1100 - total flux cleaned = 0.00121195 Jy ! Component: 1150 - total flux cleaned = 0.00115887 Jy ! Component: 1200 - total flux cleaned = 0.00110601 Jy ! Component: 1250 - total flux cleaned = 0.00105364 Jy ! Component: 1300 - total flux cleaned = 0.000925303 Jy ! Component: 1350 - total flux cleaned = 0.000900046 Jy ! Component: 1400 - total flux cleaned = 0.000950153 Jy ! Component: 1450 - total flux cleaned = 0.000800905 Jy ! Component: 1500 - total flux cleaned = 0.000800833 Jy ! Component: 1550 - total flux cleaned = 0.000776705 Jy ! Component: 1600 - total flux cleaned = 0.000800144 Jy ! Component: 1650 - total flux cleaned = 0.000752428 Jy ! Component: 1700 - total flux cleaned = 0.000612169 Jy ! Component: 1750 - total flux cleaned = 0.000589328 Jy ! Component: 1800 - total flux cleaned = 0.000612297 Jy ! Component: 1850 - total flux cleaned = 0.000476426 Jy ! Component: 1900 - total flux cleaned = 0.000454143 Jy ! Component: 1950 - total flux cleaned = 0.000409755 Jy ! Component: 2000 - total flux cleaned = 0.000344231 Jy ! Component: 2050 - total flux cleaned = 0.000257627 Jy ! Component: 2100 - total flux cleaned = 0.000193553 Jy ! Component: 2150 - total flux cleaned = 0.000172432 Jy ! Component: 2200 - total flux cleaned = 0.000151326 Jy ! Component: 2250 - total flux cleaned = 0.000213865 Jy ! Component: 2300 - total flux cleaned = 0.000193247 Jy ! Component: 2350 - total flux cleaned = 0.000131823 Jy ! Component: 2400 - total flux cleaned = 0.000131957 Jy ! Component: 2450 - total flux cleaned = 5.18404e-05 Jy ! Component: 2500 - total flux cleaned = 5.18227e-05 Jy ! Component: 2550 - total flux cleaned = 3.21499e-05 Jy ! Component: 2600 - total flux cleaned = 3.22208e-05 Jy ! Component: 2650 - total flux cleaned = 3.23461e-05 Jy ! Component: 2700 - total flux cleaned = -8.26383e-05 Jy ! Component: 2750 - total flux cleaned = -4.4023e-05 Jy ! Component: 2800 - total flux cleaned = -6.27911e-05 Jy ! Component: 2850 - total flux cleaned = -6.26799e-05 Jy ! Component: 2900 - total flux cleaned = -6.26115e-05 Jy ! Component: 2950 - total flux cleaned = -2.59598e-05 Jy ! Component: 3000 - total flux cleaned = -9.88387e-05 Jy ! Component: 3050 - total flux cleaned = 9.72959e-06 Jy ! Component: 3100 - total flux cleaned = -8.01856e-05 Jy ! Component: 3150 - total flux cleaned = -0.00013351 Jy ! Component: 3200 - total flux cleaned = -0.000115917 Jy ! Component: 3250 - total flux cleaned = -9.84432e-05 Jy ! Component: 3300 - total flux cleaned = -0.000115778 Jy ! Component: 3350 - total flux cleaned = -0.000133157 Jy ! Component: 3400 - total flux cleaned = -0.000219341 Jy ! Component: 3450 - total flux cleaned = -0.000167795 Jy ! Component: 3500 - total flux cleaned = -0.00021857 Jy ! Component: 3550 - total flux cleaned = -0.000235539 Jy ! Component: 3600 - total flux cleaned = -0.00020195 Jy ! Component: 3650 - total flux cleaned = -0.000218401 Jy ! Component: 3700 - total flux cleaned = -0.000268182 Jy ! Component: 3750 - total flux cleaned = -0.000301275 Jy ! Component: 3800 - total flux cleaned = -0.000432035 Jy ! Component: 3850 - total flux cleaned = -0.000431877 Jy ! Component: 3900 - total flux cleaned = -0.000464179 Jy ! Component: 3950 - total flux cleaned = -0.000480351 Jy ! Component: 4000 - total flux cleaned = -0.000528161 Jy ! Component: 4050 - total flux cleaned = -0.00054387 Jy ! Total flux subtracted in 4096 components = -0.000528168 Jy ! Clean residual min=-0.000914 max=0.000924 Jy/beam ! Clean residual mean=-0.000004 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 0.875341 Jy keep ! Adding 328 model components to the UV plane model. ! The established model now contains 712 components and 0.875341 Jy ![Exited script file: muppet] wmap "J1203+0414_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.612 x 7.747 at 1.157 degrees (North through East) ! Clean map min=-0.0028277 max=0.37803 Jy/beam ! Writing clean map to FITS file: J1203+0414_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.378032 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000292407 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.232049 0.232049 0.464099 0.928198 1.8564 3.71279 7.42558 14.8512 29.7023 59.4047 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.378 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.612 x 7.747 at 1.157 degrees (North through East) ! Clean map min=-0.0028277 max=0.37803 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 J1203+0414_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:59:20 2019