! Started logfile: J0019-2205_S_2017_06_10_pus_uvs.log on Mon May 6 14:39:21 2019 obs J0019-2205_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0019-2205_S_2017_06_10_pus_uva.fits ! AN table 1: 155 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.98509 visibilities/baseline/integration-bin. ! Found source: J0019-2205 ! ! 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 27484 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 J0019-2205_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 168 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 168 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 945 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.916527Jy sigma=0.007346 ! Fit after self-cal, rms=0.890039Jy sigma=0.007143 ! 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.482 mas, bmaj=6.917 mas, bpa=-5.103 degrees ! Estimated noise=1186.93 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.0867527 Jy ! Component: 100 - total flux cleaned = 0.10615 Jy ! Total flux subtracted in 100 components = 0.10615 Jy ! Clean residual min=-0.004585 max=0.007093 Jy/beam ! Clean residual mean=-0.000013 rms=0.001176 Jy/beam ! Combined flux in latest and established models = 0.10615 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.10615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092114Jy sigma=0.000694 ! Fit after self-cal, rms=0.092113Jy sigma=0.000694 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00728218 Jy ! Component: 100 - total flux cleaned = 0.0110174 Jy ! Total flux subtracted in 100 components = 0.0110174 Jy ! Clean residual min=-0.003808 max=0.004592 Jy/beam ! Clean residual mean=-0.000008 rms=0.000965 Jy/beam ! Combined flux in latest and established models = 0.117168 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 19 components and 0.117168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091362Jy sigma=0.000686 ! Fit after self-cal, rms=0.091361Jy sigma=0.000686 ! 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=2.905 mas, bmaj=8.022 mas, bpa=-4.025 degrees ! Estimated noise=650.992 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 (3, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0051631 Jy ! Component: 100 - total flux cleaned = 0.00805712 Jy ! Component: 150 - total flux cleaned = 0.0099566 Jy ! Component: 200 - total flux cleaned = 0.0112247 Jy ! Total flux subtracted in 200 components = 0.0112247 Jy ! Clean residual min=-0.002423 max=0.003194 Jy/beam ! Clean residual mean=-0.000004 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.128393 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 51 components and 0.128393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091067Jy sigma=0.000684 ! Fit after self-cal, rms=0.091053Jy sigma=0.000684 ! 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.15 FD 0.94 HN 1.05 KP 1.03 ! LA 0.99 MK 0.99 NL 0.90 OV 1.03 ! PT 1.04 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.07 KP 1.01 ! LA 0.96 MK 0.99 NL 1.04 OV 1.01 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.05 KP 0.97 ! LA 0.96 MK 1.02 NL 1.00 OV 0.94 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.99 KP 1.00* ! LA 1.00* MK 0.95 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.091053Jy sigma=0.000684 ! Fit after self-cal, rms=0.091793Jy sigma=0.000681 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.9 mas, bmaj=8 mas, bpa=-3.93 degrees ! Estimated noise=649.078 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.000718991 Jy ! Component: 100 - total flux cleaned = 0.00068471 Jy ! Component: 150 - total flux cleaned = 0.000687024 Jy ! Component: 200 - total flux cleaned = 0.000687921 Jy ! Total flux subtracted in 200 components = 0.000687921 Jy ! Clean residual min=-0.002033 max=0.002189 Jy/beam ! Clean residual mean=-0.000001 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.12908 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 64 components and 0.12908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091769Jy sigma=0.000681 ! Fit after self-cal, rms=0.091795Jy sigma=0.000681 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091795Jy sigma=0.000681 ! Fit after self-cal, rms=0.092011Jy sigma=0.000680 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.894 mas, bmaj=7.986 mas, bpa=-3.947 degrees ! Estimated noise=647.485 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000331781 Jy ! Component: 100 - total flux cleaned = 0.00024948 Jy ! Component: 150 - total flux cleaned = 0.000179973 Jy ! Component: 200 - total flux cleaned = 0.000148994 Jy ! Total flux subtracted in 200 components = 0.000148994 Jy ! Clean residual min=-0.001932 max=0.002075 Jy/beam ! Clean residual mean=-0.000002 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.129229 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 75 components and 0.129229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092003Jy sigma=0.000680 ! Fit after self-cal, rms=0.092010Jy 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) ! Added new window around map position (-8.5, -24). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156407 Jy ! Component: 100 - total flux cleaned = 0.00159626 Jy ! Component: 150 - total flux cleaned = 0.00162421 Jy ! Component: 200 - total flux cleaned = 0.0016004 Jy ! Total flux subtracted in 200 components = 0.0016004 Jy ! Clean residual min=-0.001829 max=0.001818 Jy/beam ! Clean residual mean=-0.000001 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.13083 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 93 components and 0.13083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091973Jy sigma=0.000680 ! Fit after self-cal, rms=0.091971Jy sigma=0.000680 ! Inverting map ! Added new window around map position (-59, -58). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000794269 Jy ! Component: 100 - total flux cleaned = 0.000827834 Jy ! Component: 150 - total flux cleaned = 0.000862274 Jy ! Component: 200 - total flux cleaned = 0.000835573 Jy ! Total flux subtracted in 200 components = 0.000835573 Jy ! Clean residual min=-0.001547 max=0.001616 Jy/beam ! Clean residual mean=-0.000001 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.131665 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 113 components and 0.131665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091925Jy sigma=0.000680 ! Fit after self-cal, rms=0.091924Jy sigma=0.000680 ! 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.091924Jy sigma=0.000680 ! Fit after self-cal, rms=0.092058Jy sigma=0.000679 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.889 mas, bmaj=7.977 mas, bpa=-3.926 degrees ! Estimated noise=646.452 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000583943 Jy ! Component: 100 - total flux cleaned = 0.000558929 Jy ! Component: 150 - total flux cleaned = 0.000533741 Jy ! Component: 200 - total flux cleaned = 0.000555136 Jy ! Total flux subtracted in 200 components = 0.000555136 Jy ! Clean residual min=-0.001461 max=0.001574 Jy/beam ! Clean residual mean=-0.000002 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.132221 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 124 components and 0.132221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092041Jy sigma=0.000679 ! Fit after self-cal, rms=0.092045Jy sigma=0.000679 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 (-28.5, -76.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121612 Jy ! Component: 100 - total flux cleaned = 0.00137812 Jy ! Component: 150 - total flux cleaned = 0.00156784 Jy ! Component: 200 - total flux cleaned = 0.00178988 Jy ! Total flux subtracted in 200 components = 0.00178988 Jy ! Clean residual min=-0.001370 max=0.001495 Jy/beam ! Clean residual mean=-0.000002 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.13401 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 142 components and 0.13401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092013Jy sigma=0.000679 ! Fit after self-cal, rms=0.092011Jy sigma=0.000679 ! Inverting map ! Added new window around map position (-78, -121). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129587 Jy ! Component: 100 - total flux cleaned = 0.00198633 Jy ! Component: 150 - total flux cleaned = 0.00232226 Jy ! Component: 200 - total flux cleaned = 0.00251799 Jy ! Total flux subtracted in 200 components = 0.00251799 Jy ! Clean residual min=-0.001232 max=0.001208 Jy/beam ! Clean residual mean=-0.000002 rms=0.000318 Jy/beam ! Combined flux in latest and established models = 0.136528 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 158 components and 0.136528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091987Jy sigma=0.000679 ! Fit after self-cal, rms=0.091984Jy sigma=0.000679 ! 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.091984Jy sigma=0.000679 ! Fit after self-cal, rms=0.092008Jy sigma=0.000679 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.461 mas, bmaj=18.59 mas, bpa=0.5345 degrees ! Estimated noise=841.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000434739 Jy ! Component: 100 - total flux cleaned = 0.00043493 Jy ! Component: 150 - total flux cleaned = 0.000497288 Jy ! Component: 200 - total flux cleaned = 0.000552687 Jy ! Total flux subtracted in 200 components = 0.000552687 Jy ! Clean residual min=-0.001251 max=0.001540 Jy/beam ! Clean residual mean=-0.000004 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.137081 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 179 components and 0.137081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092002Jy sigma=0.000679 ! Fit after self-cal, rms=0.092000Jy sigma=0.000679 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.00017703 Jy ! Component: 100 - total flux cleaned = 0.000193747 Jy ! Component: 150 - total flux cleaned = 0.000209363 Jy ! Component: 200 - total flux cleaned = 0.000223585 Jy ! Total flux subtracted in 200 components = 0.000223585 Jy ! Clean residual min=-0.001192 max=0.001499 Jy/beam ! Clean residual mean=-0.000004 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.137305 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 191 components and 0.137305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091998Jy sigma=0.000679 ! Fit after self-cal, rms=0.091998Jy sigma=0.000679 ! 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=2.888 mas, bmaj=7.973 mas, bpa=-3.904 degrees ! Estimated noise=646.366 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.888 x 7.973 at -3.904 degrees (North through East) ! Clean map min=-0.0012019 max=0.11097 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.462 mas, bmaj=6.87 mas, bpa=-4.942 degrees ! Estimated noise=1185 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0864831 Jy ! Component: 100 - total flux cleaned = 0.106235 Jy ! Component: 150 - total flux cleaned = 0.114203 Jy ! Component: 200 - total flux cleaned = 0.117694 Jy ! Total flux subtracted in 200 components = 0.117694 Jy ! Clean residual min=-0.003097 max=0.003174 Jy/beam ! Clean residual mean=-0.000007 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.117694 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.117694 Jy ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=7.973 mas, bpa=-3.904 degrees ! Estimated noise=646.366 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.00499063 Jy ! Component: 100 - total flux cleaned = 0.00781583 Jy ! Component: 150 - total flux cleaned = 0.00997404 Jy ! Component: 200 - total flux cleaned = 0.0115549 Jy ! Total flux subtracted in 200 components = 0.0115549 Jy ! Clean residual min=-0.001850 max=0.001615 Jy/beam ! Clean residual mean=-0.000007 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.129248 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 62 components and 0.129248 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.461 mas, bmaj=18.59 mas, bpa=0.5345 degrees ! Estimated noise=841.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0019113 Jy ! Component: 100 - total flux cleaned = 0.00303073 Jy ! Component: 150 - total flux cleaned = 0.00384087 Jy ! Component: 200 - total flux cleaned = 0.00438528 Jy ! Total flux subtracted in 200 components = 0.00438528 Jy ! Clean residual min=-0.001611 max=0.001612 Jy/beam ! Clean residual mean=-0.000010 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.133634 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.000337239 Jy ! Component: 100 - total flux cleaned = 0.000679809 Jy ! Component: 150 - total flux cleaned = 0.000989173 Jy ! Component: 200 - total flux cleaned = 0.00127258 Jy ! Total flux subtracted in 200 components = 0.00127258 Jy ! Clean residual min=-0.001394 max=0.001491 Jy/beam ! Clean residual mean=-0.000007 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.134906 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 111 components and 0.134906 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=7.973 mas, bpa=-3.904 degrees ! Estimated noise=646.366 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101811 Jy ! Component: 100 - total flux cleaned = 0.00164275 Jy ! Component: 150 - total flux cleaned = 0.00206609 Jy ! Component: 200 - total flux cleaned = 0.0023044 Jy ! Total flux subtracted in 200 components = 0.0023044 Jy ! Clean residual min=-0.001391 max=0.001241 Jy/beam ! Clean residual mean=-0.000003 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.137211 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 138 components and 0.137211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092033Jy sigma=0.000679 ! Fit after self-cal, rms=0.092022Jy sigma=0.000679 wmodel J0019-2205_S_2017_06_10_pus_map.mod ! Writing 138 model components to file: J0019-2205_S_2017_06_10_pus_map.mod wobs J0019-2205_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0019-2205_S_2017_06_10_pus_uvs.fits wwins J0019-2205_S_2017_06_10_pus_map.win ! wwins: Wrote 6 windows to J0019-2205_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.000317677 Jy ! Component: 100 - total flux cleaned = -0.000560596 Jy ! Component: 150 - total flux cleaned = -0.00066487 Jy ! Component: 200 - total flux cleaned = -0.000745173 Jy ! Component: 250 - total flux cleaned = -0.000862381 Jy ! Component: 300 - total flux cleaned = -0.000995579 Jy ! Component: 350 - total flux cleaned = -0.00105104 Jy ! Component: 400 - total flux cleaned = -0.00115967 Jy ! Component: 450 - total flux cleaned = -0.00122976 Jy ! Component: 500 - total flux cleaned = -0.00129825 Jy ! Component: 550 - total flux cleaned = -0.00128125 Jy ! Component: 600 - total flux cleaned = -0.00133094 Jy ! Component: 650 - total flux cleaned = -0.00129855 Jy ! Component: 700 - total flux cleaned = -0.00133006 Jy ! Component: 750 - total flux cleaned = -0.00131452 Jy ! Component: 800 - total flux cleaned = -0.00134505 Jy ! Component: 850 - total flux cleaned = -0.00139028 Jy ! Component: 900 - total flux cleaned = -0.00141988 Jy ! Component: 950 - total flux cleaned = -0.00147802 Jy ! Component: 1000 - total flux cleaned = -0.00149215 Jy ! Component: 1050 - total flux cleaned = -0.00153432 Jy ! Component: 1100 - total flux cleaned = -0.00154859 Jy ! Component: 1150 - total flux cleaned = -0.00156242 Jy ! Component: 1200 - total flux cleaned = -0.00161632 Jy ! Component: 1250 - total flux cleaned = -0.00162954 Jy ! Component: 1300 - total flux cleaned = -0.0016559 Jy ! Component: 1350 - total flux cleaned = -0.00172077 Jy ! Component: 1400 - total flux cleaned = -0.00172067 Jy ! Component: 1450 - total flux cleaned = -0.00183462 Jy ! Component: 1500 - total flux cleaned = -0.00185944 Jy ! Component: 1550 - total flux cleaned = -0.00190857 Jy ! Component: 1600 - total flux cleaned = -0.00195728 Jy ! Component: 1650 - total flux cleaned = -0.00195725 Jy ! Component: 1700 - total flux cleaned = -0.00196936 Jy ! Component: 1750 - total flux cleaned = -0.0020401 Jy ! Component: 1800 - total flux cleaned = -0.00206331 Jy ! Component: 1850 - total flux cleaned = -0.00209796 Jy ! Component: 1900 - total flux cleaned = -0.00212096 Jy ! Component: 1950 - total flux cleaned = -0.00217752 Jy ! Component: 2000 - total flux cleaned = -0.00221103 Jy ! Component: 2050 - total flux cleaned = -0.00224422 Jy ! Component: 2100 - total flux cleaned = -0.0023321 Jy ! Component: 2150 - total flux cleaned = -0.00234265 Jy ! Component: 2200 - total flux cleaned = -0.00238547 Jy ! Component: 2250 - total flux cleaned = -0.00240674 Jy ! Component: 2300 - total flux cleaned = -0.00240681 Jy ! Component: 2350 - total flux cleaned = -0.00245901 Jy ! Component: 2400 - total flux cleaned = -0.00247974 Jy ! Component: 2450 - total flux cleaned = -0.00252076 Jy ! Component: 2500 - total flux cleaned = -0.00254115 Jy ! Component: 2550 - total flux cleaned = -0.00259155 Jy ! Component: 2600 - total flux cleaned = -0.00262147 Jy ! Component: 2650 - total flux cleaned = -0.00266095 Jy ! Component: 2700 - total flux cleaned = -0.0026903 Jy ! Component: 2750 - total flux cleaned = -0.00270976 Jy ! Component: 2800 - total flux cleaned = -0.00274819 Jy ! Component: 2850 - total flux cleaned = -0.00276718 Jy ! Component: 2900 - total flux cleaned = -0.00280502 Jy ! Component: 2950 - total flux cleaned = -0.00285184 Jy ! Component: 3000 - total flux cleaned = -0.00284261 Jy ! Component: 3050 - total flux cleaned = -0.00283352 Jy ! Component: 3100 - total flux cleaned = -0.00290683 Jy ! Component: 3150 - total flux cleaned = -0.00288876 Jy ! Component: 3200 - total flux cleaned = -0.00292492 Jy ! Component: 3250 - total flux cleaned = -0.00296959 Jy ! Component: 3300 - total flux cleaned = -0.0029962 Jy ! Component: 3350 - total flux cleaned = -0.00304016 Jy ! Component: 3400 - total flux cleaned = -0.00305754 Jy ! Component: 3450 - total flux cleaned = -0.00305755 Jy ! Component: 3500 - total flux cleaned = -0.00310906 Jy ! Component: 3550 - total flux cleaned = -0.00310046 Jy ! Component: 3600 - total flux cleaned = -0.00315972 Jy ! Component: 3650 - total flux cleaned = -0.00318479 Jy ! Component: 3700 - total flux cleaned = -0.00316808 Jy ! Component: 3750 - total flux cleaned = -0.00318469 Jy ! Component: 3800 - total flux cleaned = -0.00319288 Jy ! Component: 3850 - total flux cleaned = -0.00321731 Jy ! Component: 3900 - total flux cleaned = -0.00319296 Jy ! Component: 3950 - total flux cleaned = -0.003209 Jy ! Component: 4000 - total flux cleaned = -0.00320909 Jy ! Component: 4050 - total flux cleaned = -0.00320119 Jy ! Total flux subtracted in 4096 components = -0.00321697 Jy ! Clean residual min=-0.000525 max=0.000559 Jy/beam ! Clean residual mean=-0.000000 rms=0.000143 Jy/beam ! Combined flux in latest and established models = 0.133994 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 430 components and 0.133994 Jy ![Exited script file: muppet] wmap "J0019-2205_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.888 x 7.973 at -3.904 degrees (North through East) ! Clean map min=-0.00099157 max=0.11141 Jy/beam ! Writing clean map to FITS file: J0019-2205_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.111413 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00014052 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.378378 0.378378 0.756757 1.51351 3.02703 6.05405 12.1081 24.2162 48.4324 96.8648 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.111 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.888 x 7.973 at -3.904 degrees (North through East) ! Clean map min=-0.00099157 max=0.11141 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 J0019-2205_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:39:27 2019