! Started logfile: J0551-1909_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:33:12 2019 obs J0551-1909_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0551-1909_S_2017_03_27_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.964912 visibilities/baseline/integration-bin. ! Found source: J0551-1909 ! ! 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 1684 lines of history. ! ! Reading 19800 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 J0551-1909_S_2017_03_27_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 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 34 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 300 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.888560Jy sigma=0.006391 ! Fit after self-cal, rms=0.880629Jy sigma=0.006340 ! 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.577 mas, bmaj=6.614 mas, bpa=-5.15 degrees ! Estimated noise=1088.94 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.0917322 Jy ! Component: 100 - total flux cleaned = 0.118794 Jy ! Total flux subtracted in 100 components = 0.118794 Jy ! Clean residual min=-0.004334 max=0.010874 Jy/beam ! Clean residual mean=-0.000019 rms=0.001116 Jy/beam ! Combined flux in latest and established models = 0.118795 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.118795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103571Jy sigma=0.000681 ! Fit after self-cal, rms=0.103555Jy sigma=0.000680 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0113803 Jy ! Component: 100 - total flux cleaned = 0.0175376 Jy ! Total flux subtracted in 100 components = 0.0175376 Jy ! Clean residual min=-0.003971 max=0.004067 Jy/beam ! Clean residual mean=-0.000005 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.136332 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 19 components and 0.136332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101951Jy sigma=0.000668 ! Fit after self-cal, rms=0.101965Jy sigma=0.000668 ! 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.154 mas, bmaj=7.947 mas, bpa=-3.775 degrees ! Estimated noise=757.256 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 (4, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00552048 Jy ! Component: 100 - total flux cleaned = 0.0084674 Jy ! Component: 150 - total flux cleaned = 0.0100296 Jy ! Component: 200 - total flux cleaned = 0.0102212 Jy ! Total flux subtracted in 200 components = 0.0102212 Jy ! Clean residual min=-0.002334 max=0.002529 Jy/beam ! Clean residual mean=0.000004 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.146553 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 46 components and 0.146553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101652Jy sigma=0.000666 ! Fit after self-cal, rms=0.101661Jy sigma=0.000666 ! 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.99 FD 0.95 HN 0.99 KP 1.04 ! LA 0.99 MK 1.00 NL 0.95 OV 1.07 ! PT 1.02 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.01 HN 1.06 KP 0.97 ! LA 0.97 MK 1.00 NL 0.99 OV 1.05 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.07 HN 1.02 KP 1.02 ! LA 0.97 MK 0.99 NL 1.02 OV 0.98 ! PT 0.94 SC 1.04 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.02 HN 1.03 KP 1.00* ! LA 0.99 MK 0.98 NL 1.00* OV 0.92 ! PT 1.01 SC 0.97 ! ! ! Fit before self-cal, rms=0.101661Jy sigma=0.000666 ! Fit after self-cal, rms=0.099726Jy sigma=0.000664 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.159 mas, bmaj=7.932 mas, bpa=-3.746 degrees ! Estimated noise=754.047 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.000215815 Jy ! Component: 100 - total flux cleaned = -0.000322256 Jy ! Component: 150 - total flux cleaned = -0.000355004 Jy ! Component: 200 - total flux cleaned = -0.000384814 Jy ! Total flux subtracted in 200 components = -0.000384814 Jy ! Clean residual min=-0.002082 max=0.002475 Jy/beam ! Clean residual mean=0.000005 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.146169 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 59 components and 0.146168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099705Jy sigma=0.000664 ! Fit after self-cal, rms=0.099682Jy sigma=0.000664 ! 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.099682Jy sigma=0.000664 ! Fit after self-cal, rms=0.100968Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.16 mas, bmaj=8.028 mas, bpa=-3.383 degrees ! Estimated noise=756.411 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.35031e-05 Jy ! Component: 100 - total flux cleaned = -9.42581e-05 Jy ! Component: 150 - total flux cleaned = -0.000171451 Jy ! Component: 200 - total flux cleaned = -0.000218341 Jy ! Total flux subtracted in 200 components = -0.000218341 Jy ! Clean residual min=-0.001972 max=0.002258 Jy/beam ! Clean residual mean=0.000002 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.14595 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 74 components and 0.14595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100952Jy sigma=0.000663 ! Fit after self-cal, rms=0.100968Jy 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) ! Added new window around map position (-111.5, 96). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00191321 Jy ! Component: 100 - total flux cleaned = 0.00210656 Jy ! Component: 150 - total flux cleaned = 0.00210556 Jy ! Component: 200 - total flux cleaned = 0.0021432 Jy ! Total flux subtracted in 200 components = 0.0021432 Jy ! Clean residual min=-0.001881 max=0.001924 Jy/beam ! Clean residual mean=-0.000000 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.148093 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 93 components and 0.148093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100908Jy sigma=0.000662 ! Fit after self-cal, rms=0.100902Jy 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.100902Jy sigma=0.000662 ! Fit after self-cal, rms=0.101516Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.156 mas, bmaj=8.035 mas, bpa=-3.386 degrees ! Estimated noise=755.533 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000369216 Jy ! Component: 100 - total flux cleaned = 0.000473187 Jy ! Component: 150 - total flux cleaned = 0.000566027 Jy ! Component: 200 - total flux cleaned = 0.000538202 Jy ! Total flux subtracted in 200 components = 0.000538202 Jy ! Clean residual min=-0.001740 max=0.001874 Jy/beam ! Clean residual mean=-0.000003 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.148632 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 109 components and 0.148632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101492Jy sigma=0.000661 ! Fit after self-cal, rms=0.101504Jy 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 = 9.17006e-05 Jy ! Component: 100 - total flux cleaned = 3.96923e-05 Jy ! Component: 150 - total flux cleaned = -3.50097e-05 Jy ! Component: 200 - total flux cleaned = -0.000106881 Jy ! Total flux subtracted in 200 components = -0.000106881 Jy ! Clean residual min=-0.001736 max=0.001838 Jy/beam ! Clean residual mean=-0.000003 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.148525 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 111 components and 0.148525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101490Jy sigma=0.000661 ! Fit after self-cal, rms=0.101490Jy sigma=0.000661 ! 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.101490Jy sigma=0.000661 ! Fit after self-cal, rms=0.101546Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.697 mas, bmaj=16 mas, bpa=1.088 degrees ! Estimated noise=948.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.02527e-05 Jy ! Component: 100 - total flux cleaned = -0.00010032 Jy ! Component: 150 - total flux cleaned = -0.000115623 Jy ! Component: 200 - total flux cleaned = -0.000182771 Jy ! Total flux subtracted in 200 components = -0.000182771 Jy ! Clean residual min=-0.001739 max=0.001802 Jy/beam ! Clean residual mean=-0.000005 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.148342 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 129 components and 0.148342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101543Jy sigma=0.000661 ! Fit after self-cal, rms=0.101548Jy 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 = -8.98344e-05 Jy ! Component: 100 - total flux cleaned = -0.000125516 Jy ! Component: 150 - total flux cleaned = -0.000169685 Jy ! Component: 200 - total flux cleaned = -0.000200989 Jy ! Total flux subtracted in 200 components = -0.000200989 Jy ! Clean residual min=-0.001732 max=0.001797 Jy/beam ! Clean residual mean=-0.000005 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.148141 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 137 components and 0.148141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101545Jy sigma=0.000661 ! Fit after self-cal, rms=0.101546Jy 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=3.153 mas, bmaj=8.031 mas, bpa=-3.401 degrees ! Estimated noise=754.821 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.153 x 8.031 at -3.401 degrees (North through East) ! Clean map min=-0.0018686 max=0.12114 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.58 mas, bmaj=6.709 mas, bpa=-4.5 degrees ! Estimated noise=1092.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0915341 Jy ! Component: 100 - total flux cleaned = 0.118438 Jy ! Component: 150 - total flux cleaned = 0.129601 Jy ! Component: 200 - total flux cleaned = 0.135467 Jy ! Total flux subtracted in 200 components = 0.135467 Jy ! Clean residual min=-0.002949 max=0.003063 Jy/beam ! Clean residual mean=-0.000006 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.135467 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.135467 Jy ! Inverting map and beam ! Estimated beam: bmin=3.153 mas, bmaj=8.031 mas, bpa=-3.401 degrees ! Estimated noise=754.821 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.00521587 Jy ! Component: 100 - total flux cleaned = 0.00830787 Jy ! Component: 150 - total flux cleaned = 0.0104522 Jy ! Component: 200 - total flux cleaned = 0.0113365 Jy ! Total flux subtracted in 200 components = 0.0113365 Jy ! Clean residual min=-0.001871 max=0.001847 Jy/beam ! Clean residual mean=-0.000003 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.146803 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 53 components and 0.146803 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.697 mas, bmaj=16 mas, bpa=1.088 degrees ! Estimated noise=948.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0018173 Jy ! Component: 100 - total flux cleaned = 0.00224632 Jy ! Component: 150 - total flux cleaned = 0.00221538 Jy ! Component: 200 - total flux cleaned = 0.00218809 Jy ! Total flux subtracted in 200 components = 0.00218809 Jy ! Clean residual min=-0.001808 max=0.001815 Jy/beam ! Clean residual mean=-0.000005 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.148991 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 = -7.27485e-05 Jy ! Component: 100 - total flux cleaned = -0.00014015 Jy ! Component: 150 - total flux cleaned = -0.000222273 Jy ! Component: 200 - total flux cleaned = -0.000296278 Jy ! Total flux subtracted in 200 components = -0.000296278 Jy ! Clean residual min=-0.001735 max=0.001813 Jy/beam ! Clean residual mean=-0.000005 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.148695 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 109 components and 0.148695 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.153 mas, bmaj=8.031 mas, bpa=-3.401 degrees ! Estimated noise=754.821 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000107864 Jy ! Component: 100 - total flux cleaned = 0.000186323 Jy ! Component: 150 - total flux cleaned = 8.34252e-05 Jy ! Component: 200 - total flux cleaned = -1.49975e-05 Jy ! Total flux subtracted in 200 components = -1.49975e-05 Jy ! Clean residual min=-0.001746 max=0.001812 Jy/beam ! Clean residual mean=-0.000003 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.14868 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 126 components and 0.14868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101581Jy sigma=0.000661 ! Fit after self-cal, rms=0.101573Jy sigma=0.000661 wmodel J0551-1909_S_2017_03_27_pus_map.mod ! Writing 126 model components to file: J0551-1909_S_2017_03_27_pus_map.mod wobs J0551-1909_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0551-1909_S_2017_03_27_pus_uvs.fits wwins J0551-1909_S_2017_03_27_pus_map.win ! wwins: Wrote 3 windows to J0551-1909_S_2017_03_27_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.000158457 Jy ! Component: 100 - total flux cleaned = -0.00022184 Jy ! Component: 150 - total flux cleaned = -0.000339995 Jy ! Component: 200 - total flux cleaned = -0.000396242 Jy ! Component: 250 - total flux cleaned = -0.000369441 Jy ! Component: 300 - total flux cleaned = -0.000397129 Jy ! Component: 350 - total flux cleaned = -0.000370848 Jy ! Component: 400 - total flux cleaned = -0.000396815 Jy ! Component: 450 - total flux cleaned = -0.000472695 Jy ! Component: 500 - total flux cleaned = -0.000571642 Jy ! Component: 550 - total flux cleaned = -0.000620495 Jy ! Component: 600 - total flux cleaned = -0.000644633 Jy ! Component: 650 - total flux cleaned = -0.000739241 Jy ! Component: 700 - total flux cleaned = -0.000785471 Jy ! Component: 750 - total flux cleaned = -0.000831223 Jy ! Component: 800 - total flux cleaned = -0.000853942 Jy ! Component: 850 - total flux cleaned = -0.000853987 Jy ! Component: 900 - total flux cleaned = -0.000898339 Jy ! Component: 950 - total flux cleaned = -0.00092007 Jy ! Component: 1000 - total flux cleaned = -0.000919872 Jy ! Component: 1050 - total flux cleaned = -0.000898139 Jy ! Component: 1100 - total flux cleaned = -0.000856042 Jy ! Component: 1150 - total flux cleaned = -0.00085621 Jy ! Component: 1200 - total flux cleaned = -0.000939065 Jy ! Component: 1250 - total flux cleaned = -0.000979656 Jy ! Component: 1300 - total flux cleaned = -0.00101989 Jy ! Component: 1350 - total flux cleaned = -0.00105956 Jy ! Component: 1400 - total flux cleaned = -0.00105973 Jy ! Component: 1450 - total flux cleaned = -0.00105989 Jy ! Component: 1500 - total flux cleaned = -0.00115732 Jy ! Component: 1550 - total flux cleaned = -0.0011381 Jy ! Component: 1600 - total flux cleaned = -0.00119534 Jy ! Component: 1650 - total flux cleaned = -0.0012521 Jy ! Component: 1700 - total flux cleaned = -0.00130849 Jy ! Component: 1750 - total flux cleaned = -0.00130847 Jy ! Component: 1800 - total flux cleaned = -0.00140122 Jy ! Component: 1850 - total flux cleaned = -0.00149296 Jy ! Component: 1900 - total flux cleaned = -0.00151119 Jy ! Component: 1950 - total flux cleaned = -0.00149316 Jy ! Component: 2000 - total flux cleaned = -0.00152916 Jy ! Component: 2050 - total flux cleaned = -0.00151174 Jy ! Component: 2100 - total flux cleaned = -0.00163513 Jy ! Component: 2150 - total flux cleaned = -0.00159982 Jy ! Component: 2200 - total flux cleaned = -0.0015826 Jy ! Component: 2250 - total flux cleaned = -0.00159993 Jy ! Component: 2300 - total flux cleaned = -0.0015656 Jy ! Component: 2350 - total flux cleaned = -0.00156537 Jy ! Component: 2400 - total flux cleaned = -0.00151459 Jy ! Component: 2450 - total flux cleaned = -0.00151444 Jy ! Component: 2500 - total flux cleaned = -0.00153109 Jy ! Component: 2550 - total flux cleaned = -0.00149807 Jy ! Component: 2600 - total flux cleaned = -0.00148154 Jy ! Component: 2650 - total flux cleaned = -0.00153055 Jy ! Component: 2700 - total flux cleaned = -0.00144915 Jy ! Component: 2750 - total flux cleaned = -0.00140079 Jy ! Component: 2800 - total flux cleaned = -0.00136883 Jy ! Component: 2850 - total flux cleaned = -0.00133709 Jy ! Component: 2900 - total flux cleaned = -0.00128976 Jy ! Component: 2950 - total flux cleaned = -0.00130531 Jy ! Component: 3000 - total flux cleaned = -0.00118007 Jy ! Component: 3050 - total flux cleaned = -0.00113359 Jy ! Component: 3100 - total flux cleaned = -0.00114919 Jy ! Component: 3150 - total flux cleaned = -0.00110306 Jy ! Component: 3200 - total flux cleaned = -0.00107239 Jy ! Component: 3250 - total flux cleaned = -0.000981278 Jy ! Component: 3300 - total flux cleaned = -0.000981246 Jy ! Component: 3350 - total flux cleaned = -0.000981365 Jy ! Component: 3400 - total flux cleaned = -0.000996162 Jy ! Component: 3450 - total flux cleaned = -0.000966453 Jy ! Component: 3500 - total flux cleaned = -0.000951558 Jy ! Component: 3550 - total flux cleaned = -0.000892614 Jy ! Component: 3600 - total flux cleaned = -0.000848659 Jy ! Component: 3650 - total flux cleaned = -0.000776008 Jy ! Component: 3700 - total flux cleaned = -0.000790574 Jy ! Component: 3750 - total flux cleaned = -0.000689931 Jy ! Component: 3800 - total flux cleaned = -0.00071882 Jy ! Component: 3850 - total flux cleaned = -0.000676155 Jy ! Component: 3900 - total flux cleaned = -0.00066197 Jy ! Component: 3950 - total flux cleaned = -0.000676121 Jy ! Component: 4000 - total flux cleaned = -0.000605965 Jy ! Component: 4050 - total flux cleaned = -0.000619916 Jy ! Total flux subtracted in 4096 components = -0.000661581 Jy ! Clean residual min=-0.000839 max=0.000745 Jy/beam ! Clean residual mean=-0.000001 rms=0.000260 Jy/beam ! Combined flux in latest and established models = 0.148018 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 439 components and 0.148019 Jy ![Exited script file: muppet] wmap "J0551-1909_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.153 x 8.031 at -3.401 degrees (North through East) ! Clean map min=-0.0015596 max=0.1217 Jy/beam ! Writing clean map to FITS file: J0551-1909_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.121704 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00026068 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.642577 0.642577 1.28515 2.57031 5.14061 10.2812 20.5625 41.1249 82.2498 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.121 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.153 x 8.031 at -3.401 degrees (North through East) ! Clean map min=-0.0015596 max=0.1217 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 J0551-1909_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:33:18 2019