! Started logfile: J1711-2509_S_2017_04_28_pus_uvs.log on Thu May 2 16:30:29 2019 obs J1711-2509_S_2017_04_28_pus_uva.fits ! Reading UV FITS file: J1711-2509_S_2017_04_28_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.949769 visibilities/baseline/integration-bin. ! Found source: J1711-2509 ! ! 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 671 lines of history. ! ! Reading 16412 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 J1711-2509_S_2017_04_28_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 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 518 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.941810Jy sigma=0.006474 ! Fit after self-cal, rms=0.922699Jy sigma=0.006362 ! 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.516 mas, bmaj=6.936 mas, bpa=-2.126 degrees ! Estimated noise=1417.71 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.0624064 Jy ! Component: 100 - total flux cleaned = 0.0788222 Jy ! Total flux subtracted in 100 components = 0.0788222 Jy ! Clean residual min=-0.004295 max=0.006601 Jy/beam ! Clean residual mean=-0.000020 rms=0.001146 Jy/beam ! Combined flux in latest and established models = 0.0788222 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0788222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109024Jy sigma=0.000670 ! Fit after self-cal, rms=0.108976Jy sigma=0.000670 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00723992 Jy ! Component: 100 - total flux cleaned = 0.0107611 Jy ! Total flux subtracted in 100 components = 0.0107611 Jy ! Clean residual min=-0.003687 max=0.004138 Jy/beam ! Clean residual mean=-0.000008 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 0.0895833 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.0895833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108455Jy sigma=0.000666 ! Fit after self-cal, rms=0.108462Jy sigma=0.000665 ! 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.168 mas, bmaj=8.212 mas, bpa=-0.7211 degrees ! Estimated noise=923.255 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.0029634 Jy ! Component: 100 - total flux cleaned = 0.00433128 Jy ! Component: 150 - total flux cleaned = 0.00489377 Jy ! Component: 200 - total flux cleaned = 0.00501976 Jy ! Total flux subtracted in 200 components = 0.00501976 Jy ! Clean residual min=-0.003045 max=0.002975 Jy/beam ! Clean residual mean=-0.000007 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.094603 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 41 components and 0.094603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108380Jy sigma=0.000665 ! Fit after self-cal, rms=0.108408Jy sigma=0.000665 ! 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.88 FD 1.01 HN 1.15 KP 1.03 ! LA 0.99 MK 1.07 NL 0.94 OV 1.05 ! PT 1.06 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.95 HN 1.14 KP 0.97 ! LA 0.97 MK 1.00 NL 1.05 OV 1.07 ! PT 1.00 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.03 HN 1.05 KP 1.04 ! LA 0.94 MK 0.98 NL 1.07 OV 0.98 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 4. ! A total of 39 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.94 HN 0.84 KP 1.00* ! LA 0.64 MK 0.91 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.108408Jy sigma=0.000665 ! Fit after self-cal, rms=0.109894Jy sigma=0.000663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.18 mas, bmaj=8.204 mas, bpa=-0.9078 degrees ! Estimated noise=930.308 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.000167691 Jy ! Component: 100 - total flux cleaned = 0.000167331 Jy ! Component: 150 - total flux cleaned = 0.000186005 Jy ! Component: 200 - total flux cleaned = 0.000186189 Jy ! Total flux subtracted in 200 components = 0.000186189 Jy ! Clean residual min=-0.002471 max=0.002505 Jy/beam ! Clean residual mean=-0.000002 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.0947892 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.0947892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109892Jy sigma=0.000663 ! Fit after self-cal, rms=0.109901Jy sigma=0.000663 ! 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.109901Jy sigma=0.000663 ! Fit after self-cal, rms=0.110419Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.179 mas, bmaj=8.214 mas, bpa=-0.8368 degrees ! Estimated noise=931.993 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000108026 Jy ! Component: 100 - total flux cleaned = 0.000120881 Jy ! Component: 150 - total flux cleaned = 0.000130994 Jy ! Component: 200 - total flux cleaned = 0.000139906 Jy ! Total flux subtracted in 200 components = 0.000139906 Jy ! Clean residual min=-0.002406 max=0.002509 Jy/beam ! Clean residual mean=-0.000003 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.0949291 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 55 components and 0.0949291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110416Jy sigma=0.000663 ! Fit after self-cal, rms=0.110422Jy 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 = 1.24743e-05 Jy ! Component: 100 - total flux cleaned = 2.27429e-05 Jy ! Component: 150 - total flux cleaned = 3.18678e-05 Jy ! Component: 200 - total flux cleaned = 3.1618e-05 Jy ! Total flux subtracted in 200 components = 3.1618e-05 Jy ! Clean residual min=-0.002412 max=0.002538 Jy/beam ! Clean residual mean=-0.000003 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.0949607 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.0949607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110420Jy sigma=0.000663 ! Fit after self-cal, rms=0.110420Jy sigma=0.000663 ! 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.110420Jy sigma=0.000663 ! Fit after self-cal, rms=0.110760Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.178 mas, bmaj=8.222 mas, bpa=-0.8078 degrees ! Estimated noise=932.514 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.23781e-05 Jy ! Component: 100 - total flux cleaned = 4.21256e-05 Jy ! Component: 150 - total flux cleaned = 4.20426e-05 Jy ! Component: 200 - total flux cleaned = 4.98411e-05 Jy ! Total flux subtracted in 200 components = 4.98411e-05 Jy ! Clean residual min=-0.002357 max=0.002531 Jy/beam ! Clean residual mean=-0.000003 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.0950106 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 61 components and 0.0950106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110758Jy sigma=0.000663 ! Fit after self-cal, rms=0.110764Jy 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 = 1.83519e-05 Jy ! Component: 100 - total flux cleaned = 1.80304e-05 Jy ! Component: 150 - total flux cleaned = 2.61116e-05 Jy ! Component: 200 - total flux cleaned = 2.61725e-05 Jy ! Total flux subtracted in 200 components = 2.61725e-05 Jy ! Clean residual min=-0.002354 max=0.002549 Jy/beam ! Clean residual mean=-0.000003 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.0950368 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.0950367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110762Jy sigma=0.000663 ! Fit after self-cal, rms=0.110762Jy 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.110762Jy sigma=0.000663 ! Fit after self-cal, rms=0.110825Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.968 mas, bmaj=19.67 mas, bpa=6.127 degrees ! Estimated noise=1129.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.65265e-05 Jy ! Component: 100 - total flux cleaned = 5.67994e-05 Jy ! Component: 150 - total flux cleaned = 5.69397e-05 Jy ! Component: 200 - total flux cleaned = 5.70324e-05 Jy ! Total flux subtracted in 200 components = 5.70324e-05 Jy ! Clean residual min=-0.002312 max=0.002375 Jy/beam ! Clean residual mean=-0.000007 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.0950938 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 65 components and 0.0950938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110825Jy sigma=0.000663 ! Fit after self-cal, rms=0.110827Jy 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 = -3.74294e-06 Jy ! Component: 100 - total flux cleaned = -4.02603e-06 Jy ! Component: 150 - total flux cleaned = -4.00513e-06 Jy ! Component: 200 - total flux cleaned = -6.82709e-06 Jy ! Total flux subtracted in 200 components = -6.82709e-06 Jy ! Clean residual min=-0.002310 max=0.002375 Jy/beam ! Clean residual mean=-0.000007 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.0950869 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 69 components and 0.0950869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110827Jy sigma=0.000663 ! Fit after self-cal, rms=0.110827Jy 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.176 mas, bmaj=8.223 mas, bpa=-0.83 degrees ! Estimated noise=932.759 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.176 x 8.223 at -0.83 degrees (North through East) ! Clean map min=-0.0022934 max=0.081861 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.518 mas, bmaj=6.931 mas, bpa=-2.211 degrees ! Estimated noise=1434.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0626024 Jy ! Component: 100 - total flux cleaned = 0.0801514 Jy ! Component: 150 - total flux cleaned = 0.0875737 Jy ! Component: 200 - total flux cleaned = 0.0913112 Jy ! Total flux subtracted in 200 components = 0.0913112 Jy ! Clean residual min=-0.004007 max=0.003610 Jy/beam ! Clean residual mean=-0.000006 rms=0.000935 Jy/beam ! Combined flux in latest and established models = 0.0913112 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.0913112 Jy ! Inverting map and beam ! Estimated beam: bmin=3.176 mas, bmaj=8.223 mas, bpa=-0.83 degrees ! Estimated noise=932.759 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.00252834 Jy ! Component: 100 - total flux cleaned = 0.0033352 Jy ! Component: 150 - total flux cleaned = 0.0034339 Jy ! Component: 200 - total flux cleaned = 0.00347247 Jy ! Total flux subtracted in 200 components = 0.00347247 Jy ! Clean residual min=-0.002396 max=0.002543 Jy/beam ! Clean residual mean=-0.000004 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.0947837 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 37 components and 0.0947837 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.968 mas, bmaj=19.67 mas, bpa=6.127 degrees ! Estimated noise=1129.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000244851 Jy ! Component: 100 - total flux cleaned = 0.000250386 Jy ! Component: 150 - total flux cleaned = 0.000255065 Jy ! Component: 200 - total flux cleaned = 0.00025107 Jy ! Total flux subtracted in 200 components = 0.00025107 Jy ! Clean residual min=-0.002327 max=0.002349 Jy/beam ! Clean residual mean=-0.000007 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.0950348 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 = -3.97534e-06 Jy ! Component: 100 - total flux cleaned = -4.01656e-06 Jy ! Component: 150 - total flux cleaned = -7.58253e-06 Jy ! Component: 200 - total flux cleaned = -1.09972e-05 Jy ! Total flux subtracted in 200 components = -1.09972e-05 Jy ! Clean residual min=-0.002326 max=0.002348 Jy/beam ! Clean residual mean=-0.000007 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.0950238 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.0950238 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.176 mas, bmaj=8.223 mas, bpa=-0.83 degrees ! Estimated noise=932.759 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.22678e-05 Jy ! Component: 100 - total flux cleaned = -7.66536e-05 Jy ! Component: 150 - total flux cleaned = -0.000102403 Jy ! Component: 200 - total flux cleaned = -0.000103236 Jy ! Total flux subtracted in 200 components = -0.000103236 Jy ! Clean residual min=-0.002378 max=0.002550 Jy/beam ! Clean residual mean=-0.000004 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.0949205 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 54 components and 0.0949205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110831Jy sigma=0.000663 ! Fit after self-cal, rms=0.110828Jy sigma=0.000663 wmodel J1711-2509_S_2017_04_28_pus_map.mod ! Writing 54 model components to file: J1711-2509_S_2017_04_28_pus_map.mod wobs J1711-2509_S_2017_04_28_pus_uvs.fits ! Writing UV FITS file: J1711-2509_S_2017_04_28_pus_uvs.fits wwins J1711-2509_S_2017_04_28_pus_map.win ! wwins: Wrote 1 windows to J1711-2509_S_2017_04_28_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.000523385 Jy ! Component: 100 - total flux cleaned = 0.000526025 Jy ! Component: 150 - total flux cleaned = 0.000410199 Jy ! Component: 200 - total flux cleaned = 0.000298237 Jy ! Component: 250 - total flux cleaned = 0.000225555 Jy ! Component: 300 - total flux cleaned = 0.000225117 Jy ! Component: 350 - total flux cleaned = 0.000124851 Jy ! Component: 400 - total flux cleaned = 5.9734e-05 Jy ! Component: 450 - total flux cleaned = -0.000130237 Jy ! Component: 500 - total flux cleaned = -0.00019203 Jy ! Component: 550 - total flux cleaned = -0.000221802 Jy ! Component: 600 - total flux cleaned = -0.000191642 Jy ! Component: 650 - total flux cleaned = -0.000220866 Jy ! Component: 700 - total flux cleaned = -0.000192217 Jy ! Component: 750 - total flux cleaned = -0.000192307 Jy ! Component: 800 - total flux cleaned = -0.000110753 Jy ! Component: 850 - total flux cleaned = -0.000111174 Jy ! Component: 900 - total flux cleaned = -0.00013731 Jy ! Component: 950 - total flux cleaned = -0.000163131 Jy ! Component: 1000 - total flux cleaned = -0.000137815 Jy ! Component: 1050 - total flux cleaned = -0.000163447 Jy ! Component: 1100 - total flux cleaned = -0.000138712 Jy ! Component: 1150 - total flux cleaned = -0.000188052 Jy ! Component: 1200 - total flux cleaned = -0.000259971 Jy ! Component: 1250 - total flux cleaned = -0.000212299 Jy ! Component: 1300 - total flux cleaned = -0.000258951 Jy ! Component: 1350 - total flux cleaned = -0.000258807 Jy ! Component: 1400 - total flux cleaned = -0.000235587 Jy ! Component: 1450 - total flux cleaned = -0.000325218 Jy ! Component: 1500 - total flux cleaned = -0.000191984 Jy ! Component: 1550 - total flux cleaned = -0.000235653 Jy ! Component: 1600 - total flux cleaned = -0.000278626 Jy ! Component: 1650 - total flux cleaned = -0.000257321 Jy ! Component: 1700 - total flux cleaned = -0.000257145 Jy ! Component: 1750 - total flux cleaned = -0.00023646 Jy ! Component: 1800 - total flux cleaned = -0.000257064 Jy ! Component: 1850 - total flux cleaned = -0.00029718 Jy ! Component: 1900 - total flux cleaned = -0.000296844 Jy ! Component: 1950 - total flux cleaned = -0.000257128 Jy ! Component: 2000 - total flux cleaned = -0.000276918 Jy ! Component: 2050 - total flux cleaned = -0.000296388 Jy ! Component: 2100 - total flux cleaned = -0.000219653 Jy ! Component: 2150 - total flux cleaned = -0.000277103 Jy ! Component: 2200 - total flux cleaned = -0.000277049 Jy ! Component: 2250 - total flux cleaned = -0.000240121 Jy ! Component: 2300 - total flux cleaned = -0.000258953 Jy ! Component: 2350 - total flux cleaned = -0.000240561 Jy ! Component: 2400 - total flux cleaned = -0.000240432 Jy ! Component: 2450 - total flux cleaned = -0.000258077 Jy ! Component: 2500 - total flux cleaned = -0.000257813 Jy ! Component: 2550 - total flux cleaned = -0.000275154 Jy ! Component: 2600 - total flux cleaned = -0.000310094 Jy ! Component: 2650 - total flux cleaned = -0.000241229 Jy ! Component: 2700 - total flux cleaned = -0.000292556 Jy ! Component: 2750 - total flux cleaned = -0.00024186 Jy ! Component: 2800 - total flux cleaned = -0.00027578 Jy ! Component: 2850 - total flux cleaned = -0.00029247 Jy ! Component: 2900 - total flux cleaned = -0.00027583 Jy ! Component: 2950 - total flux cleaned = -0.000308658 Jy ! Component: 3000 - total flux cleaned = -0.000357524 Jy ! Component: 3050 - total flux cleaned = -0.000341378 Jy ! Component: 3100 - total flux cleaned = -0.000357529 Jy ! Component: 3150 - total flux cleaned = -0.000389127 Jy ! Component: 3200 - total flux cleaned = -0.000389122 Jy ! Component: 3250 - total flux cleaned = -0.000435805 Jy ! Component: 3300 - total flux cleaned = -0.000466517 Jy ! Component: 3350 - total flux cleaned = -0.000436075 Jy ! Component: 3400 - total flux cleaned = -0.000466618 Jy ! Component: 3450 - total flux cleaned = -0.000511835 Jy ! Component: 3500 - total flux cleaned = -0.000556601 Jy ! Component: 3550 - total flux cleaned = -0.000586099 Jy ! Component: 3600 - total flux cleaned = -0.000615531 Jy ! Component: 3650 - total flux cleaned = -0.000688476 Jy ! Component: 3700 - total flux cleaned = -0.000717235 Jy ! Component: 3750 - total flux cleaned = -0.000702708 Jy ! Component: 3800 - total flux cleaned = -0.000702507 Jy ! Component: 3850 - total flux cleaned = -0.000702595 Jy ! Component: 3900 - total flux cleaned = -0.000730501 Jy ! Component: 3950 - total flux cleaned = -0.000744395 Jy ! Component: 4000 - total flux cleaned = -0.000758223 Jy ! Component: 4050 - total flux cleaned = -0.000758335 Jy ! Total flux subtracted in 4096 components = -0.00074471 Jy ! Clean residual min=-0.000701 max=0.000720 Jy/beam ! Clean residual mean=-0.000002 rms=0.000248 Jy/beam ! Combined flux in latest and established models = 0.0941758 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 326 components and 0.0941758 Jy ![Exited script file: muppet] wmap "J1711-2509_S_2017_04_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.176 x 8.223 at -0.83 degrees (North through East) ! Clean map min=-0.0015027 max=0.081921 Jy/beam ! Writing clean map to FITS file: J1711-2509_S_2017_04_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0819212 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000246245 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.901762 0.901762 1.80352 3.60705 7.2141 14.4282 28.8564 57.7128 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.081 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.176 x 8.223 at -0.83 degrees (North through East) ! Clean map min=-0.0015027 max=0.081921 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 J1711-2509_S_2017_04_28_pus_uvs.log closed on Thu May 2 16:30:34 2019