! Started logfile: J0008-3601_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:00:57 2019 obs J0008-3601_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J0008-3601_S_2017_01_16_pus_uva.fits ! AN table 1: 174 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.589144 visibilities/baseline/integration-bin. ! Found source: J0008-3601 ! ! 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 622 lines of history. ! ! Reading 18452 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 J0008-3601_S_2017_01_16_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 470 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 478 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 487 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 722 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.868813Jy sigma=0.004703 ! Fit after self-cal, rms=0.839260Jy sigma=0.004550 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.312 mas, bmaj=16.47 mas, bpa=7.297 degrees ! Estimated noise=1813.19 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.136421 Jy ! Component: 100 - total flux cleaned = 0.16811 Jy ! Total flux subtracted in 100 components = 0.16811 Jy ! Clean residual min=-0.009794 max=0.015558 Jy/beam ! Clean residual mean=-0.000012 rms=0.002457 Jy/beam ! Combined flux in latest and established models = 0.16811 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.16811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143838Jy sigma=0.000694 ! Fit after self-cal, rms=0.143849Jy sigma=0.000694 ! Inverting map ! Added new window around map position (-4.5, 9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0145048 Jy ! Component: 100 - total flux cleaned = 0.0196471 Jy ! Total flux subtracted in 100 components = 0.0196471 Jy ! Clean residual min=-0.007852 max=0.009760 Jy/beam ! Clean residual mean=-0.000011 rms=0.002049 Jy/beam ! Combined flux in latest and established models = 0.187757 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 28 components and 0.187757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142441Jy sigma=0.000683 ! Fit after self-cal, rms=0.142483Jy sigma=0.000682 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.119 mas, bmaj=18.78 mas, bpa=6.304 degrees ! Estimated noise=1038.14 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.00770283 Jy ! Component: 100 - total flux cleaned = 0.00968877 Jy ! Component: 150 - total flux cleaned = 0.00996494 Jy ! Component: 200 - total flux cleaned = 0.0102087 Jy ! Total flux subtracted in 200 components = 0.0102087 Jy ! Clean residual min=-0.006312 max=0.007983 Jy/beam ! Clean residual mean=-0.000013 rms=0.001886 Jy/beam ! Combined flux in latest and established models = 0.197965 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 45 components and 0.197965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142007Jy sigma=0.000679 ! Fit after self-cal, rms=0.142016Jy sigma=0.000679 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 0.93 HN 1.14 KP 0.98 ! LA 0.98 MK 1.00* NL 0.94 OV 0.93 ! PT 0.97 SC 0.95 ! ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.23 FD 0.95 HN 1.19 KP 0.97 ! LA 0.97 MK 1.00* NL 1.04 OV 1.03 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.37 FD 1.00 HN 1.21 KP 1.00 ! LA 1.00 MK 1.00* NL 1.04 OV 0.88 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 1.00 HN 1.11 KP 1.25 ! LA 0.96 MK 1.00* NL 1.00* OV 0.93 ! PT 0.96 SC 0.89 ! ! ! Fit before self-cal, rms=0.142016Jy sigma=0.000679 ! Fit after self-cal, rms=0.152621Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.122 mas, bmaj=19.16 mas, bpa=6.627 degrees ! Estimated noise=1051.96 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.00298023 Jy ! Component: 100 - total flux cleaned = -0.00379442 Jy ! Component: 150 - total flux cleaned = -0.00402008 Jy ! Component: 200 - total flux cleaned = -0.00407041 Jy ! Total flux subtracted in 200 components = -0.00407041 Jy ! Clean residual min=-0.004499 max=0.005229 Jy/beam ! Clean residual mean=0.000007 rms=0.001315 Jy/beam ! Combined flux in latest and established models = 0.193895 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 62 components and 0.193895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152527Jy sigma=0.000670 ! Fit after self-cal, rms=0.152855Jy sigma=0.000670 ! 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.152855Jy sigma=0.000670 ! Fit after self-cal, rms=0.160713Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.128 mas, bmaj=19.2 mas, bpa=6.641 degrees ! Estimated noise=1051.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00111551 Jy ! Component: 100 - total flux cleaned = -0.00100715 Jy ! Component: 150 - total flux cleaned = -0.000834676 Jy ! Component: 200 - total flux cleaned = -0.000799662 Jy ! Total flux subtracted in 200 components = -0.000799662 Jy ! Clean residual min=-0.002949 max=0.002573 Jy/beam ! Clean residual mean=-0.000001 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.193095 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 73 components and 0.193095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.160674Jy sigma=0.000663 ! Fit after self-cal, rms=0.161019Jy sigma=0.000663 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.000481311 Jy ! Component: 100 - total flux cleaned = -0.000447345 Jy ! Component: 150 - total flux cleaned = -0.000387933 Jy ! Component: 200 - total flux cleaned = -0.000386796 Jy ! Total flux subtracted in 200 components = -0.000386796 Jy ! Clean residual min=-0.002966 max=0.002595 Jy/beam ! Clean residual mean=0.000001 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.192708 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 78 components and 0.192708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161007Jy sigma=0.000662 ! Fit after self-cal, rms=0.161000Jy sigma=0.000662 ! 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.161000Jy sigma=0.000662 ! Fit after self-cal, rms=0.163201Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.132 mas, bmaj=19.29 mas, bpa=6.661 degrees ! Estimated noise=1052.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000645222 Jy ! Component: 100 - total flux cleaned = -0.000654763 Jy ! Component: 150 - total flux cleaned = -0.000565569 Jy ! Component: 200 - total flux cleaned = -0.000565909 Jy ! Total flux subtracted in 200 components = -0.000565909 Jy ! Clean residual min=-0.002748 max=0.002645 Jy/beam ! Clean residual mean=0.000011 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.192143 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 87 components and 0.192143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163182Jy sigma=0.000662 ! Fit after self-cal, rms=0.163212Jy sigma=0.000662 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.000162958 Jy ! Component: 100 - total flux cleaned = -8.26888e-05 Jy ! Component: 150 - total flux cleaned = -1.27541e-05 Jy ! Component: 200 - total flux cleaned = -1.29156e-05 Jy ! Total flux subtracted in 200 components = -1.29156e-05 Jy ! Clean residual min=-0.002730 max=0.002640 Jy/beam ! Clean residual mean=0.000011 rms=0.000679 Jy/beam ! Combined flux in latest and established models = 0.19213 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 93 components and 0.19213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163204Jy sigma=0.000662 ! Fit after self-cal, rms=0.163200Jy sigma=0.000662 ! 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.163200Jy sigma=0.000662 ! Fit after self-cal, rms=0.164175Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.636 mas, bmaj=27.55 mas, bpa=0.3716 degrees ! Estimated noise=1180.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000569197 Jy ! Component: 100 - total flux cleaned = -0.000593027 Jy ! Component: 150 - total flux cleaned = -0.000613694 Jy ! Component: 200 - total flux cleaned = -0.000633091 Jy ! Total flux subtracted in 200 components = -0.000633091 Jy ! Clean residual min=-0.003036 max=0.002041 Jy/beam ! Clean residual mean=0.000020 rms=0.000744 Jy/beam ! Combined flux in latest and established models = 0.191497 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 103 components and 0.191497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.164170Jy sigma=0.000661 ! Fit after self-cal, rms=0.164176Jy sigma=0.000661 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.000125367 Jy ! Component: 100 - total flux cleaned = -0.000125472 Jy ! Component: 150 - total flux cleaned = -0.000142843 Jy ! Component: 200 - total flux cleaned = -0.000174566 Jy ! Total flux subtracted in 200 components = -0.000174566 Jy ! Clean residual min=-0.003035 max=0.002046 Jy/beam ! Clean residual mean=0.000020 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.191322 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 111 components and 0.191322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.164173Jy sigma=0.000661 ! Fit after self-cal, rms=0.164170Jy sigma=0.000661 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.134 mas, bmaj=19.33 mas, bpa=6.674 degrees ! Estimated noise=1052.49 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.134 x 19.33 at 6.674 degrees (North through East) ! Clean map min=-0.0026414 max=0.17059 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.305 mas, bmaj=16.96 mas, bpa=7.618 degrees ! Estimated noise=1868.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.138937 Jy ! Component: 100 - total flux cleaned = 0.169755 Jy ! Component: 150 - total flux cleaned = 0.180163 Jy ! Component: 200 - total flux cleaned = 0.185836 Jy ! Total flux subtracted in 200 components = 0.185836 Jy ! Clean residual min=-0.004678 max=0.004839 Jy/beam ! Clean residual mean=0.000011 rms=0.001258 Jy/beam ! Combined flux in latest and established models = 0.185836 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.185836 Jy ! Inverting map and beam ! Estimated beam: bmin=4.134 mas, bmaj=19.33 mas, bpa=6.674 degrees ! Estimated noise=1052.49 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) ! Added new window around map position (4.5, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00392353 Jy ! Component: 100 - total flux cleaned = 0.0046109 Jy ! Component: 150 - total flux cleaned = 0.0050125 Jy ! Component: 200 - total flux cleaned = 0.00534972 Jy ! Total flux subtracted in 200 components = 0.00534972 Jy ! Clean residual min=-0.002627 max=0.002619 Jy/beam ! Clean residual mean=0.000010 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.191186 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 56 components and 0.191186 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.636 mas, bmaj=27.55 mas, bpa=0.3716 degrees ! Estimated noise=1180.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000436909 Jy ! Component: 100 - total flux cleaned = 0.000557341 Jy ! Component: 150 - total flux cleaned = 0.000591697 Jy ! Component: 200 - total flux cleaned = 0.000620776 Jy ! Total flux subtracted in 200 components = 0.000620776 Jy ! Clean residual min=-0.002914 max=0.002172 Jy/beam ! Clean residual mean=0.000018 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.191806 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.21897e-05 Jy ! Component: 100 - total flux cleaned = 7.63454e-05 Jy ! Component: 150 - total flux cleaned = 0.000145148 Jy ! Component: 200 - total flux cleaned = 0.000187611 Jy ! Total flux subtracted in 200 components = 0.000187611 Jy ! Clean residual min=-0.002893 max=0.002181 Jy/beam ! Clean residual mean=0.000018 rms=0.000727 Jy/beam ! Combined flux in latest and established models = 0.191994 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 82 components and 0.191994 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.134 mas, bmaj=19.33 mas, bpa=6.674 degrees ! Estimated noise=1052.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000150024 Jy ! Component: 100 - total flux cleaned = 0.000195084 Jy ! Component: 150 - total flux cleaned = 0.000233364 Jy ! Component: 200 - total flux cleaned = 0.000334824 Jy ! Total flux subtracted in 200 components = 0.000334824 Jy ! Clean residual min=-0.002589 max=0.002593 Jy/beam ! Clean residual mean=0.000011 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.192329 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 106 components and 0.192329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.164158Jy sigma=0.000661 ! Fit after self-cal, rms=0.164093Jy sigma=0.000661 wmodel J0008-3601_S_2017_01_16_pus_map.mod ! Writing 106 model components to file: J0008-3601_S_2017_01_16_pus_map.mod wobs J0008-3601_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J0008-3601_S_2017_01_16_pus_uvs.fits wwins J0008-3601_S_2017_01_16_pus_map.win ! wwins: Wrote 3 windows to J0008-3601_S_2017_01_16_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.000355803 Jy ! Component: 100 - total flux cleaned = -0.000522674 Jy ! Component: 150 - total flux cleaned = -0.000716292 Jy ! Component: 200 - total flux cleaned = -0.000940042 Jy ! Component: 250 - total flux cleaned = -0.00115577 Jy ! Component: 300 - total flux cleaned = -0.0012605 Jy ! Component: 350 - total flux cleaned = -0.00136324 Jy ! Component: 400 - total flux cleaned = -0.00156365 Jy ! Component: 450 - total flux cleaned = -0.00175824 Jy ! Component: 500 - total flux cleaned = -0.00191584 Jy ! Component: 550 - total flux cleaned = -0.00206966 Jy ! Component: 600 - total flux cleaned = -0.00213029 Jy ! Component: 650 - total flux cleaned = -0.0022485 Jy ! Component: 700 - total flux cleaned = -0.0023356 Jy ! Component: 750 - total flux cleaned = -0.00233616 Jy ! Component: 800 - total flux cleaned = -0.00242033 Jy ! Component: 850 - total flux cleaned = -0.00261213 Jy ! Component: 900 - total flux cleaned = -0.00266583 Jy ! Component: 950 - total flux cleaned = -0.00282498 Jy ! Component: 1000 - total flux cleaned = -0.00295549 Jy ! Component: 1050 - total flux cleaned = -0.00308353 Jy ! Component: 1100 - total flux cleaned = -0.00323553 Jy ! Component: 1150 - total flux cleaned = -0.00341012 Jy ! Component: 1200 - total flux cleaned = -0.00355773 Jy ! Component: 1250 - total flux cleaned = -0.00372737 Jy ! Component: 1300 - total flux cleaned = -0.00379931 Jy ! Component: 1350 - total flux cleaned = -0.00396502 Jy ! Component: 1400 - total flux cleaned = -0.00408231 Jy ! Component: 1450 - total flux cleaned = -0.00424423 Jy ! Component: 1500 - total flux cleaned = -0.0043587 Jy ! Component: 1550 - total flux cleaned = -0.00458476 Jy ! Component: 1600 - total flux cleaned = -0.00476305 Jy ! Component: 1650 - total flux cleaned = -0.00491702 Jy ! Component: 1700 - total flux cleaned = -0.00500452 Jy ! Component: 1750 - total flux cleaned = -0.00519903 Jy ! Component: 1800 - total flux cleaned = -0.00528459 Jy ! Component: 1850 - total flux cleaned = -0.0054539 Jy ! Component: 1900 - total flux cleaned = -0.00549569 Jy ! Component: 1950 - total flux cleaned = -0.0056619 Jy ! Component: 2000 - total flux cleaned = -0.00580559 Jy ! Component: 2050 - total flux cleaned = -0.00590713 Jy ! Component: 2100 - total flux cleaned = -0.00600785 Jy ! Component: 2150 - total flux cleaned = -0.00604799 Jy ! Component: 2200 - total flux cleaned = -0.00618688 Jy ! Component: 2250 - total flux cleaned = -0.0062654 Jy ! Component: 2300 - total flux cleaned = -0.00630442 Jy ! Component: 2350 - total flux cleaned = -0.00638168 Jy ! Component: 2400 - total flux cleaned = -0.00649686 Jy ! Component: 2450 - total flux cleaned = -0.00655368 Jy ! Component: 2500 - total flux cleaned = -0.00661007 Jy ! Component: 2550 - total flux cleaned = -0.0066851 Jy ! Component: 2600 - total flux cleaned = -0.00677779 Jy ! Component: 2650 - total flux cleaned = -0.00679607 Jy ! Component: 2700 - total flux cleaned = -0.00685113 Jy ! Component: 2750 - total flux cleaned = -0.0068874 Jy ! Component: 2800 - total flux cleaned = -0.00695936 Jy ! Component: 2850 - total flux cleaned = -0.00703077 Jy ! Component: 2900 - total flux cleaned = -0.00710184 Jy ! Component: 2950 - total flux cleaned = -0.00719009 Jy ! Component: 3000 - total flux cleaned = -0.00727767 Jy ! Component: 3050 - total flux cleaned = -0.00732975 Jy ! Component: 3100 - total flux cleaned = -0.00739879 Jy ! Component: 3150 - total flux cleaned = -0.00746752 Jy ! Component: 3200 - total flux cleaned = -0.00760376 Jy ! Component: 3250 - total flux cleaned = -0.00767133 Jy ! Component: 3300 - total flux cleaned = -0.00772181 Jy ! Component: 3350 - total flux cleaned = -0.00780522 Jy ! Component: 3400 - total flux cleaned = -0.00780514 Jy ! Component: 3450 - total flux cleaned = -0.00773941 Jy ! Component: 3500 - total flux cleaned = -0.00783798 Jy ! Component: 3550 - total flux cleaned = -0.00785408 Jy ! Component: 3600 - total flux cleaned = -0.00791881 Jy ! Component: 3650 - total flux cleaned = -0.00793495 Jy ! Component: 3700 - total flux cleaned = -0.00804696 Jy ! Component: 3750 - total flux cleaned = -0.00804689 Jy ! Component: 3800 - total flux cleaned = -0.00807851 Jy ! Component: 3850 - total flux cleaned = -0.00807859 Jy ! Component: 3900 - total flux cleaned = -0.00815684 Jy ! Component: 3950 - total flux cleaned = -0.00823471 Jy ! Component: 4000 - total flux cleaned = -0.00823475 Jy ! Component: 4050 - total flux cleaned = -0.00829621 Jy ! Total flux subtracted in 4096 components = -0.00829608 Jy ! Clean residual min=-0.000947 max=0.000924 Jy/beam ! Clean residual mean=0.000005 rms=0.000318 Jy/beam ! Combined flux in latest and established models = 0.184033 Jy keep ! Adding 322 model components to the UV plane model. ! The established model now contains 428 components and 0.184033 Jy ![Exited script file: muppet] wmap "J0008-3601_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.134 x 19.33 at 6.674 degrees (North through East) ! Clean map min=-0.0019783 max=0.17343 Jy/beam ! Writing clean map to FITS file: J0008-3601_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.173429 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000318212 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.550448 0.550448 1.1009 2.20179 4.40358 8.80716 17.6143 35.2286 70.4573 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.173 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.134 x 19.33 at 6.674 degrees (North through East) ! Clean map min=-0.0019783 max=0.17343 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 J0008-3601_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:01:03 2019