! Started logfile: J2044-0940_S_2017_02_24_pus_uvs.log on Sat May 4 11:35:04 2019 obs J2044-0940_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J2044-0940_S_2017_02_24_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.966667 visibilities/baseline/integration-bin. ! Found source: J2044-0940 ! ! 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 823 lines of history. ! ! Reading 19836 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 J2044-0940_S_2017_02_24_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 364 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.841725Jy sigma=0.006461 ! Fit after self-cal, rms=0.826138Jy sigma=0.006344 ! 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.663 mas, bmaj=6.86 mas, bpa=-4.796 degrees ! Estimated noise=1062.52 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.135397 Jy ! Component: 100 - total flux cleaned = 0.166051 Jy ! Total flux subtracted in 100 components = 0.166051 Jy ! Clean residual min=-0.004725 max=0.011457 Jy/beam ! Clean residual mean=-0.000029 rms=0.001374 Jy/beam ! Combined flux in latest and established models = 0.166051 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.166051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094887Jy sigma=0.000696 ! Fit after self-cal, rms=0.094882Jy sigma=0.000696 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0126472 Jy ! Component: 100 - total flux cleaned = 0.0196227 Jy ! Total flux subtracted in 100 components = 0.0196227 Jy ! Clean residual min=-0.003814 max=0.005527 Jy/beam ! Clean residual mean=-0.000017 rms=0.001033 Jy/beam ! Combined flux in latest and established models = 0.185674 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 24 components and 0.185674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092727Jy sigma=0.000678 ! Fit after self-cal, rms=0.092719Jy sigma=0.000678 ! 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.245 mas, bmaj=7.975 mas, bpa=-3.925 degrees ! Estimated noise=709.637 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, 10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00746517 Jy ! Component: 100 - total flux cleaned = 0.012128 Jy ! Component: 150 - total flux cleaned = 0.0153667 Jy ! Component: 200 - total flux cleaned = 0.0176826 Jy ! Total flux subtracted in 200 components = 0.0176826 Jy ! Clean residual min=-0.002793 max=0.002925 Jy/beam ! Clean residual mean=-0.000009 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.203356 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 73 components and 0.203356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092025Jy sigma=0.000672 ! Fit after self-cal, rms=0.091993Jy sigma=0.000672 ! 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 0.94 FD 0.99 HN 1.01 KP 0.99 ! LA 0.96 MK 1.01 NL 1.00 OV 1.05 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.90 HN 1.02 KP 0.95 ! LA 0.92 MK 0.97 NL 0.99 OV 1.07 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.99 HN 1.01 KP 1.02 ! LA 0.99 MK 1.00 NL 1.08 OV 0.99 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.03 HN 0.94 KP 1.00* ! LA 0.96 MK 1.09 NL 1.00* OV 1.01 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.091993Jy sigma=0.000672 ! Fit after self-cal, rms=0.090647Jy sigma=0.000667 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.253 mas, bmaj=8.014 mas, bpa=-3.885 degrees ! Estimated noise=706.39 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.00177516 Jy ! Component: 100 - total flux cleaned = 0.0019894 Jy ! Component: 150 - total flux cleaned = 0.00196212 Jy ! Component: 200 - total flux cleaned = 0.00196225 Jy ! Total flux subtracted in 200 components = 0.00196225 Jy ! Clean residual min=-0.002213 max=0.001902 Jy/beam ! Clean residual mean=-0.000000 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.205319 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 95 components and 0.205319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090610Jy sigma=0.000667 ! Fit after self-cal, rms=0.090604Jy sigma=0.000667 ! 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.090604Jy sigma=0.000667 ! Fit after self-cal, rms=0.090259Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.253 mas, bmaj=8.013 mas, bpa=-3.839 degrees ! Estimated noise=707.165 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000875138 Jy ! Component: 100 - total flux cleaned = 0.000772122 Jy ! Component: 150 - total flux cleaned = 0.000751112 Jy ! Component: 200 - total flux cleaned = 0.000751475 Jy ! Total flux subtracted in 200 components = 0.000751475 Jy ! Clean residual min=-0.002124 max=0.001659 Jy/beam ! Clean residual mean=-0.000001 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.20607 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 117 components and 0.20607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090245Jy sigma=0.000665 ! Fit after self-cal, rms=0.090240Jy sigma=0.000665 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.00017427 Jy ! Component: 100 - total flux cleaned = 0.000173415 Jy ! Component: 150 - total flux cleaned = 0.000173958 Jy ! Component: 200 - total flux cleaned = 0.000201582 Jy ! Total flux subtracted in 200 components = 0.000201582 Jy ! Clean residual min=-0.002139 max=0.001689 Jy/beam ! Clean residual mean=-0.000001 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.206272 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 129 components and 0.206272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090234Jy sigma=0.000665 ! Fit after self-cal, rms=0.090232Jy sigma=0.000665 ! 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.090232Jy sigma=0.000665 ! Fit after self-cal, rms=0.090227Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.255 mas, bmaj=8.014 mas, bpa=-3.823 degrees ! Estimated noise=707.412 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000248106 Jy ! Component: 100 - total flux cleaned = 0.000180793 Jy ! Component: 150 - total flux cleaned = 0.000139141 Jy ! Component: 200 - total flux cleaned = 0.00013918 Jy ! Total flux subtracted in 200 components = 0.00013918 Jy ! Clean residual min=-0.002119 max=0.001761 Jy/beam ! Clean residual mean=-0.000001 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.206411 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 141 components and 0.206411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090222Jy sigma=0.000665 ! Fit after self-cal, rms=0.090221Jy sigma=0.000665 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 = 2.21244e-05 Jy ! Component: 100 - total flux cleaned = 9.22448e-06 Jy ! Component: 150 - total flux cleaned = 8.71861e-06 Jy ! Component: 200 - total flux cleaned = -1.8546e-06 Jy ! Total flux subtracted in 200 components = -1.8546e-06 Jy ! Clean residual min=-0.002118 max=0.001780 Jy/beam ! Clean residual mean=-0.000001 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.206409 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 146 components and 0.206409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090218Jy sigma=0.000664 ! Fit after self-cal, rms=0.090217Jy sigma=0.000664 ! 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.090217Jy sigma=0.000664 ! Fit after self-cal, rms=0.090282Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.546 mas, bmaj=13.81 mas, bpa=0.9851 degrees ! Estimated noise=880.474 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000306588 Jy ! Component: 100 - total flux cleaned = 0.000414648 Jy ! Component: 150 - total flux cleaned = 0.000457512 Jy ! Component: 200 - total flux cleaned = 0.000475628 Jy ! Total flux subtracted in 200 components = 0.000475628 Jy ! Clean residual min=-0.002241 max=0.001646 Jy/beam ! Clean residual mean=0.000000 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.206885 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 158 components and 0.206885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090283Jy sigma=0.000664 ! Fit after self-cal, rms=0.090283Jy sigma=0.000664 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 = 9.18245e-05 Jy ! Component: 100 - total flux cleaned = 9.18583e-05 Jy ! Component: 150 - total flux cleaned = 9.19155e-05 Jy ! Component: 200 - total flux cleaned = 9.18051e-05 Jy ! Total flux subtracted in 200 components = 9.18051e-05 Jy ! Clean residual min=-0.002231 max=0.001658 Jy/beam ! Clean residual mean=0.000000 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.206976 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 165 components and 0.206976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090284Jy sigma=0.000664 ! Fit after self-cal, rms=0.090284Jy sigma=0.000664 ! 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.256 mas, bmaj=8.016 mas, bpa=-3.814 degrees ! Estimated noise=707.791 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.256 x 8.016 at -3.814 degrees (North through East) ! Clean map min=-0.002031 max=0.17605 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.667 mas, bmaj=6.891 mas, bpa=-4.653 degrees ! Estimated noise=1068.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.135937 Jy ! Component: 100 - total flux cleaned = 0.166932 Jy ! Component: 150 - total flux cleaned = 0.179978 Jy ! Component: 200 - total flux cleaned = 0.187766 Jy ! Total flux subtracted in 200 components = 0.187766 Jy ! Clean residual min=-0.003377 max=0.004170 Jy/beam ! Clean residual mean=-0.000011 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.187766 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.187766 Jy ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=8.016 mas, bpa=-3.814 degrees ! Estimated noise=707.791 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.00650573 Jy ! Component: 100 - total flux cleaned = 0.0105797 Jy ! Component: 150 - total flux cleaned = 0.0133371 Jy ! Component: 200 - total flux cleaned = 0.0152769 Jy ! Total flux subtracted in 200 components = 0.0152769 Jy ! Clean residual min=-0.002199 max=0.001825 Jy/beam ! Clean residual mean=-0.000002 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.203043 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 95 components and 0.203043 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.546 mas, bmaj=13.81 mas, bpa=0.9851 degrees ! Estimated noise=880.474 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00203691 Jy ! Component: 100 - total flux cleaned = 0.00316444 Jy ! Component: 150 - total flux cleaned = 0.00371251 Jy ! Component: 200 - total flux cleaned = 0.00386782 Jy ! Total flux subtracted in 200 components = 0.00386782 Jy ! Clean residual min=-0.002235 max=0.001632 Jy/beam ! Clean residual mean=-0.000000 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.206911 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 = 6.49669e-05 Jy ! Component: 100 - total flux cleaned = 7.9281e-05 Jy ! Component: 150 - total flux cleaned = 0.000106388 Jy ! Component: 200 - total flux cleaned = 0.000130989 Jy ! Total flux subtracted in 200 components = 0.000130989 Jy ! Clean residual min=-0.002220 max=0.001635 Jy/beam ! Clean residual mean=0.000000 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.207042 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 123 components and 0.207042 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=8.016 mas, bpa=-3.814 degrees ! Estimated noise=707.791 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.76913e-05 Jy ! Component: 100 - total flux cleaned = 4.52693e-05 Jy ! Component: 150 - total flux cleaned = 2.49305e-05 Jy ! Component: 200 - total flux cleaned = -1.43408e-05 Jy ! Total flux subtracted in 200 components = -1.43408e-05 Jy ! Clean residual min=-0.002031 max=0.001861 Jy/beam ! Clean residual mean=-0.000000 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.207027 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 135 components and 0.207027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090305Jy sigma=0.000665 ! Fit after self-cal, rms=0.090300Jy sigma=0.000665 wmodel J2044-0940_S_2017_02_24_pus_map.mod ! Writing 135 model components to file: J2044-0940_S_2017_02_24_pus_map.mod wobs J2044-0940_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J2044-0940_S_2017_02_24_pus_uvs.fits wwins J2044-0940_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J2044-0940_S_2017_02_24_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.000584814 Jy ! Component: 100 - total flux cleaned = -0.000910337 Jy ! Component: 150 - total flux cleaned = -0.00121259 Jy ! Component: 200 - total flux cleaned = -0.00147111 Jy ! Component: 250 - total flux cleaned = -0.00163699 Jy ! Component: 300 - total flux cleaned = -0.00169114 Jy ! Component: 350 - total flux cleaned = -0.00176931 Jy ! Component: 400 - total flux cleaned = -0.00184572 Jy ! Component: 450 - total flux cleaned = -0.00194529 Jy ! Component: 500 - total flux cleaned = -0.00201915 Jy ! Component: 550 - total flux cleaned = -0.00218794 Jy ! Component: 600 - total flux cleaned = -0.00230619 Jy ! Component: 650 - total flux cleaned = -0.00244603 Jy ! Component: 700 - total flux cleaned = -0.00253749 Jy ! Component: 750 - total flux cleaned = -0.00265051 Jy ! Component: 800 - total flux cleaned = -0.00262852 Jy ! Component: 850 - total flux cleaned = -0.00269479 Jy ! Component: 900 - total flux cleaned = -0.00267317 Jy ! Component: 950 - total flux cleaned = -0.00267313 Jy ! Component: 1000 - total flux cleaned = -0.00269436 Jy ! Component: 1050 - total flux cleaned = -0.00273566 Jy ! Component: 1100 - total flux cleaned = -0.00265268 Jy ! Component: 1150 - total flux cleaned = -0.00265301 Jy ! Component: 1200 - total flux cleaned = -0.00267291 Jy ! Component: 1250 - total flux cleaned = -0.00263301 Jy ! Component: 1300 - total flux cleaned = -0.00269236 Jy ! Component: 1350 - total flux cleaned = -0.00259437 Jy ! Component: 1400 - total flux cleaned = -0.00263295 Jy ! Component: 1450 - total flux cleaned = -0.00265208 Jy ! Component: 1500 - total flux cleaned = -0.00268984 Jy ! Component: 1550 - total flux cleaned = -0.00265212 Jy ! Component: 1600 - total flux cleaned = -0.00263318 Jy ! Component: 1650 - total flux cleaned = -0.00261498 Jy ! Component: 1700 - total flux cleaned = -0.00265168 Jy ! Component: 1750 - total flux cleaned = -0.00266975 Jy ! Component: 1800 - total flux cleaned = -0.00254361 Jy ! Component: 1850 - total flux cleaned = -0.00268639 Jy ! Component: 1900 - total flux cleaned = -0.00258004 Jy ! Component: 1950 - total flux cleaned = -0.00256231 Jy ! Component: 2000 - total flux cleaned = -0.00257974 Jy ! Component: 2050 - total flux cleaned = -0.00251055 Jy ! Component: 2100 - total flux cleaned = -0.00249349 Jy ! Component: 2150 - total flux cleaned = -0.00242531 Jy ! Component: 2200 - total flux cleaned = -0.00237486 Jy ! Component: 2250 - total flux cleaned = -0.00232471 Jy ! Component: 2300 - total flux cleaned = -0.00229152 Jy ! Component: 2350 - total flux cleaned = -0.00217596 Jy ! Component: 2400 - total flux cleaned = -0.00212688 Jy ! Component: 2450 - total flux cleaned = -0.00219178 Jy ! Component: 2500 - total flux cleaned = -0.00207892 Jy ! Component: 2550 - total flux cleaned = -0.0020469 Jy ! Component: 2600 - total flux cleaned = -0.00201517 Jy ! Component: 2650 - total flux cleaned = -0.00196776 Jy ! Component: 2700 - total flux cleaned = -0.00195208 Jy ! Component: 2750 - total flux cleaned = -0.00190536 Jy ! Component: 2800 - total flux cleaned = -0.00188997 Jy ! Component: 2850 - total flux cleaned = -0.00182853 Jy ! Component: 2900 - total flux cleaned = -0.00181319 Jy ! Component: 2950 - total flux cleaned = -0.00179781 Jy ! Component: 3000 - total flux cleaned = -0.00173767 Jy ! Component: 3050 - total flux cleaned = -0.00175266 Jy ! Component: 3100 - total flux cleaned = -0.00160447 Jy ! Component: 3150 - total flux cleaned = -0.00161947 Jy ! Component: 3200 - total flux cleaned = -0.00157554 Jy ! Component: 3250 - total flux cleaned = -0.00154639 Jy ! Component: 3300 - total flux cleaned = -0.00147432 Jy ! Component: 3350 - total flux cleaned = -0.00150306 Jy ! Component: 3400 - total flux cleaned = -0.00136049 Jy ! Component: 3450 - total flux cleaned = -0.00136046 Jy ! Component: 3500 - total flux cleaned = -0.00138828 Jy ! Component: 3550 - total flux cleaned = -0.00126231 Jy ! Component: 3600 - total flux cleaned = -0.00120675 Jy ! Component: 3650 - total flux cleaned = -0.00112392 Jy ! Component: 3700 - total flux cleaned = -0.00112388 Jy ! Component: 3750 - total flux cleaned = -0.00106911 Jy ! Component: 3800 - total flux cleaned = -0.000933386 Jy ! Component: 3850 - total flux cleaned = -0.000892855 Jy ! Component: 3900 - total flux cleaned = -0.00079904 Jy ! Component: 3950 - total flux cleaned = -0.000772265 Jy ! Component: 4000 - total flux cleaned = -0.000705822 Jy ! Component: 4050 - total flux cleaned = -0.000732225 Jy ! Total flux subtracted in 4096 components = -0.000614125 Jy ! Clean residual min=-0.000689 max=0.000851 Jy/beam ! Clean residual mean=-0.000000 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.206413 Jy keep ! Adding 300 model components to the UV plane model. ! The established model now contains 435 components and 0.206413 Jy ![Exited script file: muppet] wmap "J2044-0940_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.256 x 8.016 at -3.814 degrees (North through East) ! Clean map min=-0.0015981 max=0.17636 Jy/beam ! Writing clean map to FITS file: J2044-0940_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.176359 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000244576 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.416042 0.416042 0.832083 1.66417 3.32833 6.65667 13.3133 26.6267 53.2533 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.176 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.256 x 8.016 at -3.814 degrees (North through East) ! Clean map min=-0.0015981 max=0.17636 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 J2044-0940_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:35:10 2019