! Started logfile: J2211-3707_S_2017_03_23_pus_uvs.log on Mon May 13 10:09:30 2019 obs J2211-3707_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J2211-3707_S_2017_03_23_pus_uva.fits ! AN table 1: 102 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.703922 visibilities/baseline/integration-bin. ! Found source: J2211-3707 ! ! 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 481 lines of history. ! ! Reading 12924 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 J2211-3707_S_2017_03_23_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 258 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 249 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 537 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.914479Jy sigma=0.005218 ! Fit after self-cal, rms=0.869376Jy sigma=0.004977 ! 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.525 mas, bmaj=7.903 mas, bpa=2.283 degrees ! Estimated noise=2165.92 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.0989675 Jy ! Component: 100 - total flux cleaned = 0.125709 Jy ! Total flux subtracted in 100 components = 0.125709 Jy ! Clean residual min=-0.008184 max=0.012165 Jy/beam ! Clean residual mean=-0.000229 rms=0.002232 Jy/beam ! Combined flux in latest and established models = 0.125709 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.125709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137672Jy sigma=0.000689 ! Fit after self-cal, rms=0.137604Jy sigma=0.000689 ! Inverting map ! Added new window around map position (0, -14.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0147017 Jy ! Component: 100 - total flux cleaned = 0.0235853 Jy ! Total flux subtracted in 100 components = 0.0235853 Jy ! Clean residual min=-0.007254 max=0.007428 Jy/beam ! Clean residual mean=-0.000160 rms=0.001689 Jy/beam ! Combined flux in latest and established models = 0.149294 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 37 components and 0.149294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135056Jy sigma=0.000674 ! Fit after self-cal, rms=0.134971Jy sigma=0.000673 ! 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.213 mas, bmaj=9.254 mas, bpa=0.2318 degrees ! Estimated noise=1311.52 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00997974 Jy ! Component: 100 - total flux cleaned = 0.0151682 Jy ! Component: 150 - total flux cleaned = 0.0180739 Jy ! Component: 200 - total flux cleaned = 0.0197331 Jy ! Total flux subtracted in 200 components = 0.0197331 Jy ! Clean residual min=-0.006857 max=0.005073 Jy/beam ! Clean residual mean=-0.000228 rms=0.001572 Jy/beam ! Combined flux in latest and established models = 0.169027 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 81 components and 0.169027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134098Jy sigma=0.000670 ! Fit after self-cal, rms=0.134054Jy sigma=0.000670 ! 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.03 FD 1.03 HN 0.95 KP 1.09 ! LA 0.98 MK 0.98 NL 1.00* OV 1.03 ! PT 0.99 SC 0.94 ! ! ! Correcting IF 2. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 0.97 KP 1.02 ! LA 0.92 MK 1.05 NL 1.33 OV 1.09 ! PT 0.94 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.01 HN 1.07 KP 0.89 ! LA 0.73 MK 1.00 NL 1.23 OV 0.95 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! A total of 90 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 1.13 HN 1.00* KP 1.00* ! LA 0.72 MK 1.01 NL 1.00* OV 1.20 ! PT 1.06 SC 1.00* ! ! ! Fit before self-cal, rms=0.134054Jy sigma=0.000670 ! Fit after self-cal, rms=0.134742Jy sigma=0.000661 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.206 mas, bmaj=9.222 mas, bpa=0.3401 degrees ! Estimated noise=1324.2 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.000339954 Jy ! Component: 100 - total flux cleaned = 0.000315062 Jy ! Component: 150 - total flux cleaned = 0.000314493 Jy ! Component: 200 - total flux cleaned = 0.000271475 Jy ! Total flux subtracted in 200 components = 0.000271475 Jy ! Clean residual min=-0.003338 max=0.003496 Jy/beam ! Clean residual mean=-0.000016 rms=0.000858 Jy/beam ! Combined flux in latest and established models = 0.169299 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 92 components and 0.169299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134731Jy sigma=0.000661 ! Fit after self-cal, rms=0.134896Jy sigma=0.000661 ! 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.134896Jy sigma=0.000661 ! Fit after self-cal, rms=0.137749Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.202 mas, bmaj=9.215 mas, bpa=0.3785 degrees ! Estimated noise=1324.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000143372 Jy ! Component: 100 - total flux cleaned = 0.000143732 Jy ! Component: 150 - total flux cleaned = 0.000143558 Jy ! Component: 200 - total flux cleaned = 0.000125077 Jy ! Total flux subtracted in 200 components = 0.000125077 Jy ! Clean residual min=-0.002930 max=0.003408 Jy/beam ! Clean residual mean=-0.000011 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.169424 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 102 components and 0.169424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137743Jy sigma=0.000660 ! Fit after self-cal, rms=0.137796Jy sigma=0.000660 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.96823e-05 Jy ! Component: 100 - total flux cleaned = -3.74515e-05 Jy ! Component: 150 - total flux cleaned = -5.37774e-05 Jy ! Component: 200 - total flux cleaned = -6.99895e-05 Jy ! Total flux subtracted in 200 components = -6.99895e-05 Jy ! Clean residual min=-0.002922 max=0.003393 Jy/beam ! Clean residual mean=-0.000011 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.169354 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 107 components and 0.169354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137792Jy sigma=0.000660 ! Fit after self-cal, rms=0.137793Jy sigma=0.000660 ! 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.137793Jy sigma=0.000660 ! Fit after self-cal, rms=0.138258Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.196 mas, bmaj=9.196 mas, bpa=0.4314 degrees ! Estimated noise=1323.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000126301 Jy ! Component: 100 - total flux cleaned = 0.000126615 Jy ! Component: 150 - total flux cleaned = 0.000110847 Jy ! Component: 200 - total flux cleaned = 9.48502e-05 Jy ! Total flux subtracted in 200 components = 9.48502e-05 Jy ! Clean residual min=-0.002893 max=0.003373 Jy/beam ! Clean residual mean=-0.000010 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.169449 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 110 components and 0.169449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138254Jy sigma=0.000660 ! Fit after self-cal, rms=0.138260Jy sigma=0.000660 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.51842e-05 Jy ! Component: 100 - total flux cleaned = -5.02137e-05 Jy ! Component: 150 - total flux cleaned = -6.37636e-05 Jy ! Component: 200 - total flux cleaned = -6.40746e-05 Jy ! Total flux subtracted in 200 components = -6.40746e-05 Jy ! Clean residual min=-0.002881 max=0.003354 Jy/beam ! Clean residual mean=-0.000011 rms=0.000816 Jy/beam ! Combined flux in latest and established models = 0.169385 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 111 components and 0.169385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138257Jy sigma=0.000660 ! Fit after self-cal, rms=0.138257Jy sigma=0.000660 ! 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.138257Jy sigma=0.000660 ! Fit after self-cal, rms=0.138242Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.015 mas, bmaj=25.93 mas, bpa=1.664 degrees ! Estimated noise=1655.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.24414e-05 Jy ! Component: 100 - total flux cleaned = -9.01295e-05 Jy ! Component: 150 - total flux cleaned = -0.000123782 Jy ! Component: 200 - total flux cleaned = -0.000155136 Jy ! Total flux subtracted in 200 components = -0.000155136 Jy ! Clean residual min=-0.003092 max=0.003476 Jy/beam ! Clean residual mean=-0.000023 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.169229 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 118 components and 0.169229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138241Jy sigma=0.000660 ! Fit after self-cal, rms=0.138242Jy sigma=0.000660 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.39699e-05 Jy ! Component: 100 - total flux cleaned = -7.31088e-05 Jy ! Component: 150 - total flux cleaned = -9.12908e-05 Jy ! Component: 200 - total flux cleaned = -0.000117341 Jy ! Total flux subtracted in 200 components = -0.000117341 Jy ! Clean residual min=-0.003113 max=0.003484 Jy/beam ! Clean residual mean=-0.000025 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.169112 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 123 components and 0.169112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138241Jy sigma=0.000660 ! Fit after self-cal, rms=0.138241Jy sigma=0.000660 ! 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.19 mas, bmaj=9.177 mas, bpa=0.4841 degrees ! Estimated noise=1322.29 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.19 x 9.177 at 0.4841 degrees (North through East) ! Clean map min=-0.0027526 max=0.1296 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.498 mas, bmaj=7.844 mas, bpa=2.36 degrees ! Estimated noise=2230.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0989178 Jy ! Component: 100 - total flux cleaned = 0.127524 Jy ! Component: 150 - total flux cleaned = 0.143147 Jy ! Component: 200 - total flux cleaned = 0.1526 Jy ! Total flux subtracted in 200 components = 0.1526 Jy ! Clean residual min=-0.006037 max=0.005735 Jy/beam ! Clean residual mean=-0.000064 rms=0.001432 Jy/beam ! Combined flux in latest and established models = 0.1526 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.1526 Jy ! Inverting map and beam ! Estimated beam: bmin=3.19 mas, bmaj=9.177 mas, bpa=0.4841 degrees ! Estimated noise=1322.29 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.00865568 Jy ! Component: 100 - total flux cleaned = 0.0125439 Jy ! Component: 150 - total flux cleaned = 0.0146068 Jy ! Component: 200 - total flux cleaned = 0.0157187 Jy ! Total flux subtracted in 200 components = 0.0157187 Jy ! Clean residual min=-0.002958 max=0.003288 Jy/beam ! Clean residual mean=-0.000019 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.168319 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 70 components and 0.168319 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.015 mas, bmaj=25.93 mas, bpa=1.664 degrees ! Estimated noise=1655.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00051406 Jy ! Component: 100 - total flux cleaned = 0.00051503 Jy ! Component: 150 - total flux cleaned = 0.000514532 Jy ! Component: 200 - total flux cleaned = 0.000503485 Jy ! Total flux subtracted in 200 components = 0.000503485 Jy ! Clean residual min=-0.003135 max=0.003506 Jy/beam ! Clean residual mean=-0.000028 rms=0.000988 Jy/beam ! Combined flux in latest and established models = 0.168822 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 = -1.63677e-07 Jy ! Component: 100 - total flux cleaned = 2.07305e-07 Jy ! Component: 150 - total flux cleaned = 8.79157e-07 Jy ! Component: 200 - total flux cleaned = 2.01868e-06 Jy ! Total flux subtracted in 200 components = 2.01868e-06 Jy ! Clean residual min=-0.003144 max=0.003503 Jy/beam ! Clean residual mean=-0.000028 rms=0.000987 Jy/beam ! Combined flux in latest and established models = 0.168824 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 88 components and 0.168824 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.19 mas, bmaj=9.177 mas, bpa=0.4841 degrees ! Estimated noise=1322.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.90549e-05 Jy ! Component: 100 - total flux cleaned = -3.18073e-06 Jy ! Component: 150 - total flux cleaned = 3.7141e-05 Jy ! Component: 200 - total flux cleaned = 5.55636e-05 Jy ! Total flux subtracted in 200 components = 5.55636e-05 Jy ! Clean residual min=-0.002889 max=0.003274 Jy/beam ! Clean residual mean=-0.000015 rms=0.000816 Jy/beam ! Combined flux in latest and established models = 0.16888 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 100 components and 0.16888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138240Jy sigma=0.000660 ! Fit after self-cal, rms=0.138238Jy sigma=0.000660 wmodel J2211-3707_S_2017_03_23_pus_map.mod ! Writing 100 model components to file: J2211-3707_S_2017_03_23_pus_map.mod wobs J2211-3707_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J2211-3707_S_2017_03_23_pus_uvs.fits wwins J2211-3707_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J2211-3707_S_2017_03_23_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.00113343 Jy ! Component: 100 - total flux cleaned = 0.000814674 Jy ! Component: 150 - total flux cleaned = 0.000765583 Jy ! Component: 200 - total flux cleaned = 0.000813088 Jy ! Component: 250 - total flux cleaned = 0.000812955 Jy ! Component: 300 - total flux cleaned = 0.00085865 Jy ! Component: 350 - total flux cleaned = 0.000987975 Jy ! Component: 400 - total flux cleaned = 0.00115575 Jy ! Component: 450 - total flux cleaned = 0.00119598 Jy ! Component: 500 - total flux cleaned = 0.00123593 Jy ! Component: 550 - total flux cleaned = 0.00123589 Jy ! Component: 600 - total flux cleaned = 0.00119802 Jy ! Component: 650 - total flux cleaned = 0.00123453 Jy ! Component: 700 - total flux cleaned = 0.00123321 Jy ! Component: 750 - total flux cleaned = 0.00116153 Jy ! Component: 800 - total flux cleaned = 0.00109181 Jy ! Component: 850 - total flux cleaned = 0.00102395 Jy ! Component: 900 - total flux cleaned = 0.0010241 Jy ! Component: 950 - total flux cleaned = 0.000958172 Jy ! Component: 1000 - total flux cleaned = 0.000861675 Jy ! Component: 1050 - total flux cleaned = 0.000798907 Jy ! Component: 1100 - total flux cleaned = 0.000829998 Jy ! Component: 1150 - total flux cleaned = 0.00076898 Jy ! Component: 1200 - total flux cleaned = 0.000738623 Jy ! Component: 1250 - total flux cleaned = 0.000767603 Jy ! Component: 1300 - total flux cleaned = 0.000709661 Jy ! Component: 1350 - total flux cleaned = 0.000624318 Jy ! Component: 1400 - total flux cleaned = 0.000624915 Jy ! Component: 1450 - total flux cleaned = 0.000652438 Jy ! Component: 1500 - total flux cleaned = 0.000543879 Jy ! Component: 1550 - total flux cleaned = 0.000570787 Jy ! Component: 1600 - total flux cleaned = 0.000544282 Jy ! Component: 1650 - total flux cleaned = 0.000466139 Jy ! Component: 1700 - total flux cleaned = 0.000415108 Jy ! Component: 1750 - total flux cleaned = 0.000389526 Jy ! Component: 1800 - total flux cleaned = 0.000289417 Jy ! Component: 1850 - total flux cleaned = 0.000190753 Jy ! Component: 1900 - total flux cleaned = 0.000118094 Jy ! Component: 1950 - total flux cleaned = -2.60127e-05 Jy ! Component: 2000 - total flux cleaned = -9.71571e-05 Jy ! Component: 2050 - total flux cleaned = -0.000144212 Jy ! Component: 2100 - total flux cleaned = -0.000190421 Jy ! Component: 2150 - total flux cleaned = -0.000167497 Jy ! Component: 2200 - total flux cleaned = -0.00019008 Jy ! Component: 2250 - total flux cleaned = -0.000167887 Jy ! Component: 2300 - total flux cleaned = -0.000167863 Jy ! Component: 2350 - total flux cleaned = -0.000168071 Jy ! Component: 2400 - total flux cleaned = -0.00014606 Jy ! Component: 2450 - total flux cleaned = -0.00010304 Jy ! Component: 2500 - total flux cleaned = -0.000124132 Jy ! Component: 2550 - total flux cleaned = -3.95973e-05 Jy ! Component: 2600 - total flux cleaned = -0.000123389 Jy ! Component: 2650 - total flux cleaned = -0.00010255 Jy ! Component: 2700 - total flux cleaned = -0.000102594 Jy ! Component: 2750 - total flux cleaned = -0.000122802 Jy ! Component: 2800 - total flux cleaned = -0.00012272 Jy ! Component: 2850 - total flux cleaned = -0.000142582 Jy ! Component: 2900 - total flux cleaned = -0.000122579 Jy ! Component: 2950 - total flux cleaned = -8.33886e-05 Jy ! Component: 3000 - total flux cleaned = -8.33934e-05 Jy ! Component: 3050 - total flux cleaned = -0.000141274 Jy ! Component: 3100 - total flux cleaned = -2.6213e-05 Jy ! Component: 3150 - total flux cleaned = -0.00012138 Jy ! Component: 3200 - total flux cleaned = -0.00010245 Jy ! Component: 3250 - total flux cleaned = -0.000121244 Jy ! Component: 3300 - total flux cleaned = -0.000139819 Jy ! Component: 3350 - total flux cleaned = -0.000139834 Jy ! Component: 3400 - total flux cleaned = -0.000231487 Jy ! Component: 3450 - total flux cleaned = -0.000249626 Jy ! Component: 3500 - total flux cleaned = -0.00026772 Jy ! Component: 3550 - total flux cleaned = -0.000303856 Jy ! Component: 3600 - total flux cleaned = -0.000357481 Jy ! Component: 3650 - total flux cleaned = -0.000339619 Jy ! Component: 3700 - total flux cleaned = -0.000339613 Jy ! Component: 3750 - total flux cleaned = -0.000409758 Jy ! Component: 3800 - total flux cleaned = -0.000479346 Jy ! Component: 3850 - total flux cleaned = -0.000496722 Jy ! Component: 3900 - total flux cleaned = -0.000514053 Jy ! Component: 3950 - total flux cleaned = -0.000565573 Jy ! Component: 4000 - total flux cleaned = -0.000616936 Jy ! Component: 4050 - total flux cleaned = -0.000668096 Jy ! Total flux subtracted in 4096 components = -0.000752606 Jy ! Clean residual min=-0.001017 max=0.001175 Jy/beam ! Clean residual mean=-0.000001 rms=0.000303 Jy/beam ! Combined flux in latest and established models = 0.168127 Jy keep ! Adding 249 model components to the UV plane model. ! The established model now contains 349 components and 0.168127 Jy ![Exited script file: muppet] wmap "J2211-3707_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.19 x 9.177 at 0.4841 degrees (North through East) ! Clean map min=-0.0033493 max=0.1302 Jy/beam ! Writing clean map to FITS file: J2211-3707_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.130197 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00029831 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.687369 0.687369 1.37474 2.74948 5.49895 10.9979 21.9958 43.9916 87.9832 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.13 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.19 x 9.177 at 0.4841 degrees (North through East) ! Clean map min=-0.0033493 max=0.1302 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 J2211-3707_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:09:34 2019