! Started logfile: J0935-3332_S_2017_07_09_pus_uvs.log on Wed May 8 14:46:24 2019 obs J0935-3332_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0935-3332_S_2017_07_09_pus_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.611556 visibilities/baseline/integration-bin. ! Found source: J0935-3332 ! ! 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 594 lines of history. ! ! Reading 8256 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 J0935-3332_S_2017_07_09_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 231 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 156 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 156 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 458 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.899147Jy sigma=0.006062 ! Fit after self-cal, rms=0.874425Jy sigma=0.005902 ! 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.399 mas, bmaj=6.453 mas, bpa=-6.986 degrees ! Estimated noise=2131.77 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.0886035 Jy ! Component: 100 - total flux cleaned = 0.125852 Jy ! Total flux subtracted in 100 components = 0.125852 Jy ! Clean residual min=-0.008997 max=0.019311 Jy/beam ! Clean residual mean=-0.000115 rms=0.003257 Jy/beam ! Combined flux in latest and established models = 0.125852 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 30 components and 0.125852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111752Jy sigma=0.000746 ! Fit after self-cal, rms=0.111489Jy sigma=0.000744 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0238727 Jy ! Component: 100 - total flux cleaned = 0.0386115 Jy ! Total flux subtracted in 100 components = 0.0386115 Jy ! Clean residual min=-0.006891 max=0.009717 Jy/beam ! Clean residual mean=-0.000057 rms=0.002141 Jy/beam ! Combined flux in latest and established models = 0.164464 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 40 components and 0.164464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102737Jy sigma=0.000678 ! Fit after self-cal, rms=0.102653Jy 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=2.877 mas, bmaj=7.548 mas, bpa=-5.96 degrees ! Estimated noise=1344.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 (-2.5, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0180143 Jy ! Component: 100 - total flux cleaned = 0.0274579 Jy ! Component: 150 - total flux cleaned = 0.0328769 Jy ! Component: 200 - total flux cleaned = 0.0361727 Jy ! Total flux subtracted in 200 components = 0.0361727 Jy ! Clean residual min=-0.004594 max=0.005862 Jy/beam ! Clean residual mean=0.000022 rms=0.001371 Jy/beam ! Combined flux in latest and established models = 0.200636 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 86 components and 0.200636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099796Jy sigma=0.000655 ! Fit after self-cal, rms=0.099730Jy sigma=0.000655 ! 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.00* FD 0.93 HN 1.00* KP 0.96 ! LA 0.99 MK 1.07 NL 1.00* OV 1.02 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.00* KP 0.99 ! LA 0.94 MK 1.00 NL 1.23 OV 1.00 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00* KP 0.95 ! LA 0.95 MK 1.02 NL 1.15 OV 0.93 ! PT 0.99 SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00* KP 1.00* ! LA 0.94 MK 0.89 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.099730Jy sigma=0.000655 ! Fit after self-cal, rms=0.100640Jy sigma=0.000650 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=7.541 mas, bpa=-5.631 degrees ! Estimated noise=1334.16 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.000494232 Jy ! Component: 100 - total flux cleaned = -0.000744362 Jy ! Component: 150 - total flux cleaned = -0.000801726 Jy ! Component: 200 - total flux cleaned = -0.000802699 Jy ! Total flux subtracted in 200 components = -0.000802699 Jy ! Clean residual min=-0.003664 max=0.004304 Jy/beam ! Clean residual mean=0.000044 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.199834 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 98 components and 0.199834 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100550Jy sigma=0.000650 ! Fit after self-cal, rms=0.100667Jy sigma=0.000650 ! 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.100667Jy sigma=0.000650 ! Fit after self-cal, rms=0.101570Jy sigma=0.000646 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.881 mas, bmaj=7.515 mas, bpa=-5.604 degrees ! Estimated noise=1330.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000105984 Jy ! Component: 100 - total flux cleaned = 7.32042e-05 Jy ! Component: 150 - total flux cleaned = 7.24848e-05 Jy ! Component: 200 - total flux cleaned = 7.33644e-05 Jy ! Total flux subtracted in 200 components = 7.33644e-05 Jy ! Clean residual min=-0.003257 max=0.003568 Jy/beam ! Clean residual mean=0.000043 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.199907 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 111 components and 0.199907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101542Jy sigma=0.000646 ! Fit after self-cal, rms=0.101612Jy sigma=0.000646 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.62938e-05 Jy ! Component: 100 - total flux cleaned = -8.34087e-05 Jy ! Component: 150 - total flux cleaned = -8.40716e-05 Jy ! Component: 200 - total flux cleaned = -8.52056e-05 Jy ! Total flux subtracted in 200 components = -8.52056e-05 Jy ! Clean residual min=-0.003293 max=0.003481 Jy/beam ! Clean residual mean=0.000043 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.199822 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 118 components and 0.199822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101596Jy sigma=0.000646 ! Fit after self-cal, rms=0.101593Jy sigma=0.000646 ! 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.101593Jy sigma=0.000646 ! Fit after self-cal, rms=0.102139Jy sigma=0.000646 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.871 mas, bmaj=7.48 mas, bpa=-5.59 degrees ! Estimated noise=1321.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000241377 Jy ! Component: 100 - total flux cleaned = 0.000171735 Jy ! Component: 150 - total flux cleaned = 0.000141005 Jy ! Component: 200 - total flux cleaned = 0.000127402 Jy ! Total flux subtracted in 200 components = 0.000127402 Jy ! Clean residual min=-0.003380 max=0.003489 Jy/beam ! Clean residual mean=0.000041 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.199949 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 127 components and 0.199949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102133Jy sigma=0.000645 ! Fit after self-cal, rms=0.102167Jy sigma=0.000645 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 (75.5, 124). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00191977 Jy ! Component: 100 - total flux cleaned = 0.00224905 Jy ! Component: 150 - total flux cleaned = 0.00236883 Jy ! Component: 200 - total flux cleaned = 0.00246956 Jy ! Total flux subtracted in 200 components = 0.00246956 Jy ! Clean residual min=-0.003262 max=0.003253 Jy/beam ! Clean residual mean=0.000040 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.202419 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 142 components and 0.202419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102071Jy sigma=0.000645 ! Fit after self-cal, rms=0.102043Jy sigma=0.000645 ! 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.102043Jy sigma=0.000645 ! Fit after self-cal, rms=0.101671Jy sigma=0.000645 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.28 mas, bmaj=24.98 mas, bpa=-2.11 degrees ! Estimated noise=1771.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126284 Jy ! Component: 100 - total flux cleaned = 0.00163236 Jy ! Component: 150 - total flux cleaned = 0.00165569 Jy ! Component: 200 - total flux cleaned = 0.00167498 Jy ! Total flux subtracted in 200 components = 0.00167498 Jy ! Clean residual min=-0.002330 max=0.003485 Jy/beam ! Clean residual mean=0.000081 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.204094 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 153 components and 0.204094 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101656Jy sigma=0.000645 ! Fit after self-cal, rms=0.101658Jy sigma=0.000645 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.00029363 Jy ! Component: 100 - total flux cleaned = 0.000293994 Jy ! Component: 150 - total flux cleaned = 0.000294907 Jy ! Component: 200 - total flux cleaned = 0.000287051 Jy ! Total flux subtracted in 200 components = 0.000287051 Jy ! Clean residual min=-0.002197 max=0.003458 Jy/beam ! Clean residual mean=0.000080 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.204381 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 157 components and 0.204381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101654Jy sigma=0.000645 ! Fit after self-cal, rms=0.101654Jy sigma=0.000645 ! 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.861 mas, bmaj=7.462 mas, bpa=-5.522 degrees ! Estimated noise=1313.34 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.861 x 7.462 at -5.522 degrees (North through East) ! Clean map min=-0.0029345 max=0.12178 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.382 mas, bmaj=6.381 mas, bpa=-6.596 degrees ! Estimated noise=2089.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0870269 Jy ! Component: 100 - total flux cleaned = 0.126433 Jy ! Component: 150 - total flux cleaned = 0.150712 Jy ! Component: 200 - total flux cleaned = 0.166408 Jy ! Total flux subtracted in 200 components = 0.166408 Jy ! Clean residual min=-0.006339 max=0.008339 Jy/beam ! Clean residual mean=-0.000040 rms=0.001672 Jy/beam ! Combined flux in latest and established models = 0.166408 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.166408 Jy ! Inverting map and beam ! Estimated beam: bmin=2.861 mas, bmaj=7.462 mas, bpa=-5.522 degrees ! Estimated noise=1313.34 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.0155728 Jy ! Component: 100 - total flux cleaned = 0.0232807 Jy ! Component: 150 - total flux cleaned = 0.0277784 Jy ! Component: 200 - total flux cleaned = 0.0301874 Jy ! Total flux subtracted in 200 components = 0.0301874 Jy ! Clean residual min=-0.003579 max=0.002960 Jy/beam ! Clean residual mean=0.000023 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.196595 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 70 components and 0.196595 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=9.28 mas, bmaj=24.98 mas, bpa=-2.11 degrees ! Estimated noise=1771.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00336656 Jy ! Component: 100 - total flux cleaned = 0.00522799 Jy ! Component: 150 - total flux cleaned = 0.0063139 Jy ! Component: 200 - total flux cleaned = 0.00685956 Jy ! Total flux subtracted in 200 components = 0.00685956 Jy ! Clean residual min=-0.002412 max=0.003616 Jy/beam ! Clean residual mean=0.000071 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 0.203455 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.000116432 Jy ! Component: 100 - total flux cleaned = 0.000165936 Jy ! Component: 150 - total flux cleaned = 0.000165633 Jy ! Component: 200 - total flux cleaned = 0.000151933 Jy ! Total flux subtracted in 200 components = 0.000151933 Jy ! Clean residual min=-0.002354 max=0.003668 Jy/beam ! Clean residual mean=0.000073 rms=0.000908 Jy/beam ! Combined flux in latest and established models = 0.203607 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 100 components and 0.203607 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.861 mas, bmaj=7.462 mas, bpa=-5.522 degrees ! Estimated noise=1313.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000122004 Jy ! Component: 100 - total flux cleaned = 1.0531e-05 Jy ! Component: 150 - total flux cleaned = 1.14505e-05 Jy ! Component: 200 - total flux cleaned = -2.20173e-05 Jy ! Total flux subtracted in 200 components = -2.20173e-05 Jy ! Clean residual min=-0.003076 max=0.003302 Jy/beam ! Clean residual mean=0.000034 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.203585 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 111 components and 0.203585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101655Jy sigma=0.000645 ! Fit after self-cal, rms=0.101622Jy sigma=0.000645 wmodel J0935-3332_S_2017_07_09_pus_map.mod ! Writing 111 model components to file: J0935-3332_S_2017_07_09_pus_map.mod wobs J0935-3332_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0935-3332_S_2017_07_09_pus_uvs.fits wwins J0935-3332_S_2017_07_09_pus_map.win ! wwins: Wrote 3 windows to J0935-3332_S_2017_07_09_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.00075492 Jy ! Component: 100 - total flux cleaned = 0.00111288 Jy ! Component: 150 - total flux cleaned = 0.0014887 Jy ! Component: 200 - total flux cleaned = 0.00179524 Jy ! Component: 250 - total flux cleaned = 0.00208339 Jy ! Component: 300 - total flux cleaned = 0.00247293 Jy ! Component: 350 - total flux cleaned = 0.00276878 Jy ! Component: 400 - total flux cleaned = 0.00312579 Jy ! Component: 450 - total flux cleaned = 0.00333312 Jy ! Component: 500 - total flux cleaned = 0.00353357 Jy ! Component: 550 - total flux cleaned = 0.00369558 Jy ! Component: 600 - total flux cleaned = 0.00391595 Jy ! Component: 650 - total flux cleaned = 0.00409931 Jy ! Component: 700 - total flux cleaned = 0.0042493 Jy ! Component: 750 - total flux cleaned = 0.00445418 Jy ! Component: 800 - total flux cleaned = 0.00456906 Jy ! Component: 850 - total flux cleaned = 0.00468116 Jy ! Component: 900 - total flux cleaned = 0.00479122 Jy ! Component: 950 - total flux cleaned = 0.00484464 Jy ! Component: 1000 - total flux cleaned = 0.00489739 Jy ! Component: 1050 - total flux cleaned = 0.00497576 Jy ! Component: 1100 - total flux cleaned = 0.00505249 Jy ! Component: 1150 - total flux cleaned = 0.00515306 Jy ! Component: 1200 - total flux cleaned = 0.00527632 Jy ! Component: 1250 - total flux cleaned = 0.00537352 Jy ! Component: 1300 - total flux cleaned = 0.00556396 Jy ! Component: 1350 - total flux cleaned = 0.00572746 Jy ! Component: 1400 - total flux cleaned = 0.00586524 Jy ! Component: 1450 - total flux cleaned = 0.00597905 Jy ! Component: 1500 - total flux cleaned = 0.00620182 Jy ! Component: 1550 - total flux cleaned = 0.00633327 Jy ! Component: 1600 - total flux cleaned = 0.0064412 Jy ! Component: 1650 - total flux cleaned = 0.00654738 Jy ! Component: 1700 - total flux cleaned = 0.00665251 Jy ! Component: 1750 - total flux cleaned = 0.00675519 Jy ! Component: 1800 - total flux cleaned = 0.00679585 Jy ! Component: 1850 - total flux cleaned = 0.00683563 Jy ! Component: 1900 - total flux cleaned = 0.00693383 Jy ! Component: 1950 - total flux cleaned = 0.00699191 Jy ! Component: 2000 - total flux cleaned = 0.00701099 Jy ! Component: 2050 - total flux cleaned = 0.00697331 Jy ! Component: 2100 - total flux cleaned = 0.00706733 Jy ! Component: 2150 - total flux cleaned = 0.00701149 Jy ! Component: 2200 - total flux cleaned = 0.00704832 Jy ! Component: 2250 - total flux cleaned = 0.00699424 Jy ! Component: 2300 - total flux cleaned = 0.00701259 Jy ! Component: 2350 - total flux cleaned = 0.00703049 Jy ! Component: 2400 - total flux cleaned = 0.0070652 Jy ! Component: 2450 - total flux cleaned = 0.00706521 Jy ! Component: 2500 - total flux cleaned = 0.00713396 Jy ! Component: 2550 - total flux cleaned = 0.00718513 Jy ! Component: 2600 - total flux cleaned = 0.0072358 Jy ! Component: 2650 - total flux cleaned = 0.00720238 Jy ! Component: 2700 - total flux cleaned = 0.00728576 Jy ! Component: 2750 - total flux cleaned = 0.00728582 Jy ! Component: 2800 - total flux cleaned = 0.00733514 Jy ! Component: 2850 - total flux cleaned = 0.00736797 Jy ! Component: 2900 - total flux cleaned = 0.00740051 Jy ! Component: 2950 - total flux cleaned = 0.00741682 Jy ! Component: 3000 - total flux cleaned = 0.00748072 Jy ! Component: 3050 - total flux cleaned = 0.00744879 Jy ! Component: 3100 - total flux cleaned = 0.00749639 Jy ! Component: 3150 - total flux cleaned = 0.00755953 Jy ! Component: 3200 - total flux cleaned = 0.00754375 Jy ! Component: 3250 - total flux cleaned = 0.00760639 Jy ! Component: 3300 - total flux cleaned = 0.00754389 Jy ! Component: 3350 - total flux cleaned = 0.00762166 Jy ! Component: 3400 - total flux cleaned = 0.00759071 Jy ! Component: 3450 - total flux cleaned = 0.00759062 Jy ! Component: 3500 - total flux cleaned = 0.00760608 Jy ! Component: 3550 - total flux cleaned = 0.00755993 Jy ! Component: 3600 - total flux cleaned = 0.00751396 Jy ! Component: 3650 - total flux cleaned = 0.00751402 Jy ! Component: 3700 - total flux cleaned = 0.00748348 Jy ! Component: 3750 - total flux cleaned = 0.00749873 Jy ! Component: 3800 - total flux cleaned = 0.00743772 Jy ! Component: 3850 - total flux cleaned = 0.00743774 Jy ! Component: 3900 - total flux cleaned = 0.00739195 Jy ! Component: 3950 - total flux cleaned = 0.00739205 Jy ! Component: 4000 - total flux cleaned = 0.0073614 Jy ! Component: 4050 - total flux cleaned = 0.00737678 Jy ! Total flux subtracted in 4096 components = 0.00742297 Jy ! Clean residual min=-0.001099 max=0.001007 Jy/beam ! Clean residual mean=0.000008 rms=0.000271 Jy/beam ! Combined flux in latest and established models = 0.211007 Jy keep ! Adding 269 model components to the UV plane model. ! The established model now contains 380 components and 0.211007 Jy ![Exited script file: muppet] wmap "J0935-3332_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.861 x 7.462 at -5.522 degrees (North through East) ! Clean map min=-0.0021943 max=0.12416 Jy/beam ! Writing clean map to FITS file: J0935-3332_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.12416 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000270102 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.652633 0.652633 1.30527 2.61053 5.22107 10.4421 20.8843 41.7685 83.537 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.124 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.861 x 7.462 at -5.522 degrees (North through East) ! Clean map min=-0.0021943 max=0.12416 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 J0935-3332_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:46:28 2019