! Started logfile: J2119-2340_S_2017_05_01_pus_uvs.log on Wed May 1 18:44:02 2019 obs J2119-2340_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J2119-2340_S_2017_05_01_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.973611 visibilities/baseline/integration-bin. ! Found source: J2119-2340 ! ! 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 788 lines of history. ! ! Reading 16824 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 J2119-2340_S_2017_05_01_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 446 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.875196Jy sigma=0.005596 ! Fit after self-cal, rms=0.865856Jy sigma=0.005544 ! 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.581 mas, bmaj=6.751 mas, bpa=-5.072 degrees ! Estimated noise=1548.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.105804 Jy ! Component: 100 - total flux cleaned = 0.138357 Jy ! Total flux subtracted in 100 components = 0.138357 Jy ! Clean residual min=-0.006225 max=0.013159 Jy/beam ! Clean residual mean=-0.000033 rms=0.001910 Jy/beam ! Combined flux in latest and established models = 0.138357 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.138357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127704Jy sigma=0.000693 ! Fit after self-cal, rms=0.127632Jy sigma=0.000693 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0143588 Jy ! Component: 100 - total flux cleaned = 0.0221118 Jy ! Total flux subtracted in 100 components = 0.0221118 Jy ! Clean residual min=-0.005811 max=0.007047 Jy/beam ! Clean residual mean=-0.000025 rms=0.001449 Jy/beam ! Combined flux in latest and established models = 0.160469 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 31 components and 0.160469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125438Jy sigma=0.000677 ! Fit after self-cal, rms=0.125417Jy sigma=0.000677 ! 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.103 mas, bmaj=7.884 mas, bpa=-3.96 degrees ! Estimated noise=956.507 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.5, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00888994 Jy ! Component: 100 - total flux cleaned = 0.0137126 Jy ! Component: 150 - total flux cleaned = 0.0166973 Jy ! Component: 200 - total flux cleaned = 0.0177675 Jy ! Total flux subtracted in 200 components = 0.0177675 Jy ! Clean residual min=-0.004227 max=0.004777 Jy/beam ! Clean residual mean=-0.000045 rms=0.001058 Jy/beam ! Combined flux in latest and established models = 0.178236 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 61 components and 0.178236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124603Jy sigma=0.000672 ! Fit after self-cal, rms=0.124562Jy 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.91 FD 0.93 HN 1.16 KP 1.06 ! LA 0.98 MK 0.95 NL 0.91 OV 1.03 ! PT 0.99 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.96 HN 1.20 KP 0.99 ! LA 0.95 MK 1.01 NL 1.04 OV 1.06 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.04 HN 1.23 KP 1.03 ! LA 1.01 MK 1.02 NL 1.01 OV 0.92 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.03 HN 0.98 KP 1.00* ! LA 0.47 MK 1.13 NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.124562Jy sigma=0.000672 ! Fit after self-cal, rms=0.116188Jy sigma=0.000666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.124 mas, bmaj=7.853 mas, bpa=-3.552 degrees ! Estimated noise=954.473 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.000531193 Jy ! Component: 100 - total flux cleaned = 0.000871449 Jy ! Component: 150 - total flux cleaned = 0.00110056 Jy ! Component: 200 - total flux cleaned = 0.00129749 Jy ! Total flux subtracted in 200 components = 0.00129749 Jy ! Clean residual min=-0.003073 max=0.002754 Jy/beam ! Clean residual mean=-0.000011 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.179534 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 78 components and 0.179534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116115Jy sigma=0.000665 ! Fit after self-cal, rms=0.116111Jy sigma=0.000665 ! 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.116111Jy sigma=0.000665 ! Fit after self-cal, rms=0.118035Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.125 mas, bmaj=7.895 mas, bpa=-3.559 degrees ! Estimated noise=955.458 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000440994 Jy ! Component: 100 - total flux cleaned = 0.000627309 Jy ! Component: 150 - total flux cleaned = 0.000690674 Jy ! Component: 200 - total flux cleaned = 0.000719875 Jy ! Total flux subtracted in 200 components = 0.000719875 Jy ! Clean residual min=-0.002323 max=0.002275 Jy/beam ! Clean residual mean=-0.000012 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.180254 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 90 components and 0.180254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118011Jy sigma=0.000664 ! Fit after self-cal, rms=0.118066Jy 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 = 0.000204086 Jy ! Component: 100 - total flux cleaned = 0.000203963 Jy ! Component: 150 - total flux cleaned = 0.000252995 Jy ! Component: 200 - total flux cleaned = 0.000253524 Jy ! Total flux subtracted in 200 components = 0.000253524 Jy ! Clean residual min=-0.002311 max=0.002309 Jy/beam ! Clean residual mean=-0.000011 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.180507 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 99 components and 0.180507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118055Jy sigma=0.000664 ! Fit after self-cal, rms=0.118053Jy sigma=0.000664 ! 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.118053Jy sigma=0.000664 ! Fit after self-cal, rms=0.119317Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.128 mas, bmaj=7.908 mas, bpa=-3.521 degrees ! Estimated noise=958.144 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000364247 Jy ! Component: 100 - total flux cleaned = 0.000391654 Jy ! Component: 150 - total flux cleaned = 0.00044029 Jy ! Component: 200 - total flux cleaned = 0.000462609 Jy ! Total flux subtracted in 200 components = 0.000462609 Jy ! Clean residual min=-0.002368 max=0.002306 Jy/beam ! Clean residual mean=-0.000011 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.18097 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 104 components and 0.18097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119302Jy sigma=0.000663 ! Fit after self-cal, rms=0.119337Jy 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 = 5.75442e-05 Jy ! Component: 100 - total flux cleaned = 5.65118e-05 Jy ! Component: 150 - total flux cleaned = 3.76136e-05 Jy ! Component: 200 - total flux cleaned = 2.04584e-05 Jy ! Total flux subtracted in 200 components = 2.04584e-05 Jy ! Clean residual min=-0.002361 max=0.002320 Jy/beam ! Clean residual mean=-0.000011 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.18099 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 107 components and 0.18099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119330Jy sigma=0.000663 ! Fit after self-cal, rms=0.119328Jy sigma=0.000663 ! 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.119328Jy sigma=0.000663 ! Fit after self-cal, rms=0.119914Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.738 mas, bmaj=17.43 mas, bpa=2.484 degrees ! Estimated noise=1190.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000193467 Jy ! Component: 100 - total flux cleaned = -0.000170868 Jy ! Component: 150 - total flux cleaned = -0.000170816 Jy ! Component: 200 - total flux cleaned = -0.000170928 Jy ! Total flux subtracted in 200 components = -0.000170928 Jy ! Clean residual min=-0.002823 max=0.002464 Jy/beam ! Clean residual mean=-0.000024 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.180819 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 115 components and 0.180819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119915Jy sigma=0.000663 ! Fit after self-cal, rms=0.119927Jy 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 = -4.48828e-05 Jy ! Component: 100 - total flux cleaned = -5.37777e-05 Jy ! Component: 150 - total flux cleaned = -5.39787e-05 Jy ! Component: 200 - total flux cleaned = -5.39714e-05 Jy ! Total flux subtracted in 200 components = -5.39714e-05 Jy ! Clean residual min=-0.002813 max=0.002468 Jy/beam ! Clean residual mean=-0.000024 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.180766 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 117 components and 0.180766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119928Jy sigma=0.000663 ! Fit after self-cal, rms=0.119927Jy sigma=0.000663 ! 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.13 mas, bmaj=7.91 mas, bpa=-3.462 degrees ! Estimated noise=959.825 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.13 x 7.91 at -3.462 degrees (North through East) ! Clean map min=-0.0022618 max=0.13622 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.597 mas, bmaj=6.751 mas, bpa=-4.554 degrees ! Estimated noise=1552.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.106081 Jy ! Component: 100 - total flux cleaned = 0.139525 Jy ! Component: 150 - total flux cleaned = 0.153317 Jy ! Component: 200 - total flux cleaned = 0.160962 Jy ! Total flux subtracted in 200 components = 0.160962 Jy ! Clean residual min=-0.004212 max=0.004622 Jy/beam ! Clean residual mean=-0.000013 rms=0.001082 Jy/beam ! Combined flux in latest and established models = 0.160962 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.160962 Jy ! Inverting map and beam ! Estimated beam: bmin=3.13 mas, bmaj=7.91 mas, bpa=-3.462 degrees ! Estimated noise=959.825 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.00722394 Jy ! Component: 100 - total flux cleaned = 0.0114746 Jy ! Component: 150 - total flux cleaned = 0.0143268 Jy ! Component: 200 - total flux cleaned = 0.0163299 Jy ! Total flux subtracted in 200 components = 0.0163299 Jy ! Clean residual min=-0.002513 max=0.002300 Jy/beam ! Clean residual mean=-0.000015 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.177291 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 60 components and 0.177291 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.738 mas, bmaj=17.43 mas, bpa=2.484 degrees ! Estimated noise=1190.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168925 Jy ! Component: 100 - total flux cleaned = 0.00256087 Jy ! Component: 150 - total flux cleaned = 0.0029404 Jy ! Component: 200 - total flux cleaned = 0.00304852 Jy ! Total flux subtracted in 200 components = 0.00304852 Jy ! Clean residual min=-0.002885 max=0.002394 Jy/beam ! Clean residual mean=-0.000025 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.18034 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.47955e-05 Jy ! Component: 100 - total flux cleaned = 0.000110805 Jy ! Component: 150 - total flux cleaned = 0.000131432 Jy ! Component: 200 - total flux cleaned = 0.000150806 Jy ! Total flux subtracted in 200 components = 0.000150806 Jy ! Clean residual min=-0.002842 max=0.002386 Jy/beam ! Clean residual mean=-0.000024 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.180491 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 91 components and 0.180491 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.13 mas, bmaj=7.91 mas, bpa=-3.462 degrees ! Estimated noise=959.825 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000269967 Jy ! Component: 100 - total flux cleaned = 0.000271791 Jy ! Component: 150 - total flux cleaned = 0.000299636 Jy ! Component: 200 - total flux cleaned = 0.000325714 Jy ! Total flux subtracted in 200 components = 0.000325714 Jy ! Clean residual min=-0.002350 max=0.002303 Jy/beam ! Clean residual mean=-0.000011 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.180816 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 103 components and 0.180816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119937Jy sigma=0.000663 ! Fit after self-cal, rms=0.119924Jy sigma=0.000663 wmodel J2119-2340_S_2017_05_01_pus_map.mod ! Writing 103 model components to file: J2119-2340_S_2017_05_01_pus_map.mod wobs J2119-2340_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J2119-2340_S_2017_05_01_pus_uvs.fits wwins J2119-2340_S_2017_05_01_pus_map.win ! wwins: Wrote 2 windows to J2119-2340_S_2017_05_01_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 = -1.32088e-05 Jy ! Component: 100 - total flux cleaned = -1.54219e-05 Jy ! Component: 150 - total flux cleaned = 9.78866e-05 Jy ! Component: 200 - total flux cleaned = 0.000133995 Jy ! Component: 250 - total flux cleaned = 9.96652e-05 Jy ! Component: 300 - total flux cleaned = 6.6854e-05 Jy ! Component: 350 - total flux cleaned = 0.00019891 Jy ! Component: 400 - total flux cleaned = 0.000263035 Jy ! Component: 450 - total flux cleaned = 0.00035601 Jy ! Component: 500 - total flux cleaned = 0.000416292 Jy ! Component: 550 - total flux cleaned = 0.000446018 Jy ! Component: 600 - total flux cleaned = 0.000533469 Jy ! Component: 650 - total flux cleaned = 0.000562024 Jy ! Component: 700 - total flux cleaned = 0.00059008 Jy ! Component: 750 - total flux cleaned = 0.000644399 Jy ! Component: 800 - total flux cleaned = 0.000617967 Jy ! Component: 850 - total flux cleaned = 0.000856035 Jy ! Component: 900 - total flux cleaned = 0.000881202 Jy ! Component: 950 - total flux cleaned = 0.000906702 Jy ! Component: 1000 - total flux cleaned = 0.00103261 Jy ! Component: 1050 - total flux cleaned = 0.00108225 Jy ! Component: 1100 - total flux cleaned = 0.00115628 Jy ! Component: 1150 - total flux cleaned = 0.00125319 Jy ! Component: 1200 - total flux cleaned = 0.0014443 Jy ! Component: 1250 - total flux cleaned = 0.00153831 Jy ! Component: 1300 - total flux cleaned = 0.0016781 Jy ! Component: 1350 - total flux cleaned = 0.00176988 Jy ! Component: 1400 - total flux cleaned = 0.00190532 Jy ! Component: 1450 - total flux cleaned = 0.00199439 Jy ! Component: 1500 - total flux cleaned = 0.00203824 Jy ! Component: 1550 - total flux cleaned = 0.0021689 Jy ! Component: 1600 - total flux cleaned = 0.00229755 Jy ! Component: 1650 - total flux cleaned = 0.00236121 Jy ! Component: 1700 - total flux cleaned = 0.00242363 Jy ! Component: 1750 - total flux cleaned = 0.00248555 Jy ! Component: 1800 - total flux cleaned = 0.00254696 Jy ! Component: 1850 - total flux cleaned = 0.00258742 Jy ! Component: 1900 - total flux cleaned = 0.00262761 Jy ! Component: 1950 - total flux cleaned = 0.0027069 Jy ! Component: 2000 - total flux cleaned = 0.00272656 Jy ! Component: 2050 - total flux cleaned = 0.00284301 Jy ! Component: 2100 - total flux cleaned = 0.00291999 Jy ! Component: 2150 - total flux cleaned = 0.00297722 Jy ! Component: 2200 - total flux cleaned = 0.00305247 Jy ! Component: 2250 - total flux cleaned = 0.00305215 Jy ! Component: 2300 - total flux cleaned = 0.00305215 Jy ! Component: 2350 - total flux cleaned = 0.00307043 Jy ! Component: 2400 - total flux cleaned = 0.00310691 Jy ! Component: 2450 - total flux cleaned = 0.00316058 Jy ! Component: 2500 - total flux cleaned = 0.00323169 Jy ! Component: 2550 - total flux cleaned = 0.00324917 Jy ! Component: 2600 - total flux cleaned = 0.00328397 Jy ! Component: 2650 - total flux cleaned = 0.00333557 Jy ! Component: 2700 - total flux cleaned = 0.00331816 Jy ! Component: 2750 - total flux cleaned = 0.00336899 Jy ! Component: 2800 - total flux cleaned = 0.00338593 Jy ! Component: 2850 - total flux cleaned = 0.00338593 Jy ! Component: 2900 - total flux cleaned = 0.00336935 Jy ! Component: 2950 - total flux cleaned = 0.00333661 Jy ! Component: 3000 - total flux cleaned = 0.00335298 Jy ! Component: 3050 - total flux cleaned = 0.00335319 Jy ! Component: 3100 - total flux cleaned = 0.00335316 Jy ! Component: 3150 - total flux cleaned = 0.00340084 Jy ! Component: 3200 - total flux cleaned = 0.00338502 Jy ! Component: 3250 - total flux cleaned = 0.00333795 Jy ! Component: 3300 - total flux cleaned = 0.00338492 Jy ! Component: 3350 - total flux cleaned = 0.00341593 Jy ! Component: 3400 - total flux cleaned = 0.00343144 Jy ! Component: 3450 - total flux cleaned = 0.00343153 Jy ! Component: 3500 - total flux cleaned = 0.00344671 Jy ! Component: 3550 - total flux cleaned = 0.00340151 Jy ! Component: 3600 - total flux cleaned = 0.00347609 Jy ! Component: 3650 - total flux cleaned = 0.00343159 Jy ! Component: 3700 - total flux cleaned = 0.00349044 Jy ! Component: 3750 - total flux cleaned = 0.00344665 Jy ! Component: 3800 - total flux cleaned = 0.00349036 Jy ! Component: 3850 - total flux cleaned = 0.00351911 Jy ! Component: 3900 - total flux cleaned = 0.00356213 Jy ! Component: 3950 - total flux cleaned = 0.00354782 Jy ! Component: 4000 - total flux cleaned = 0.00357616 Jy ! Component: 4050 - total flux cleaned = 0.00357625 Jy ! Total flux subtracted in 4096 components = 0.00364605 Jy ! Clean residual min=-0.000776 max=0.000878 Jy/beam ! Clean residual mean=-0.000001 rms=0.000247 Jy/beam ! Combined flux in latest and established models = 0.184463 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 368 components and 0.184462 Jy ![Exited script file: muppet] wmap "J2119-2340_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.13 x 7.91 at -3.462 degrees (North through East) ! Clean map min=-0.0017433 max=0.13591 Jy/beam ! Writing clean map to FITS file: J2119-2340_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.135907 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000243575 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.537667 0.537667 1.07533 2.15067 4.30133 8.60267 17.2053 34.4107 68.8213 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.135 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.13 x 7.91 at -3.462 degrees (North through East) ! Clean map min=-0.0017433 max=0.13591 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 J2119-2340_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:44:07 2019