! Started logfile: J0711-1359_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:18:33 2016 obs J0711-1359_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0711-1359_S_2014_08_05_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.775971 visibilities/baseline/integration-bin. ! Found source: J0711-1359 ! ! 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 360 lines of history. ! ! Reading 17180 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 J0711-1359_S_2014_08_05_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 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.960927Jy sigma=0.009219 ! Fit after self-cal, rms=0.914495Jy sigma=0.008814 ! 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=3.311 mas, bmaj=10.47 mas, bpa=20.24 degrees ! Estimated noise=1084.6 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.0649365 Jy ! Component: 100 - total flux cleaned = 0.0832105 Jy ! Total flux subtracted in 100 components = 0.0832105 Jy ! Clean residual min=-0.004480 max=0.007967 Jy/beam ! Clean residual mean=0.000010 rms=0.001311 Jy/beam ! Combined flux in latest and established models = 0.0832105 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0832105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094304Jy sigma=0.000797 ! Fit after self-cal, rms=0.094146Jy sigma=0.000797 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00949548 Jy ! Component: 100 - total flux cleaned = 0.0150619 Jy ! Total flux subtracted in 100 components = 0.0150619 Jy ! Clean residual min=-0.003641 max=0.003626 Jy/beam ! Clean residual mean=0.000004 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.0982724 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 37 components and 0.0982724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092816Jy sigma=0.000784 ! Fit after self-cal, rms=0.092798Jy sigma=0.000784 ! 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=4.104 mas, bmaj=11.82 mas, bpa=18.46 degrees ! Estimated noise=572.021 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.0045536 Jy ! Component: 100 - total flux cleaned = 0.00696998 Jy ! Component: 150 - total flux cleaned = 0.00846529 Jy ! Component: 200 - total flux cleaned = 0.00942784 Jy ! Total flux subtracted in 200 components = 0.00942784 Jy ! Clean residual min=-0.002576 max=0.002155 Jy/beam ! Clean residual mean=-0.000007 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.1077 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 65 components and 0.1077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092487Jy sigma=0.000783 ! Fit after self-cal, rms=0.092501Jy sigma=0.000782 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.88 HN 1.02 KP 1.03 ! LA 1.10 MK 1.00* NL 1.22 OV 0.98 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.04 KP 1.02 ! LA 1.04 MK 1.00* NL 0.92 OV 1.03 ! PT 1.02 SC 1.07 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.20 HN 1.03 KP 0.89 ! LA 0.85 MK 1.00* NL 0.99 OV 0.95 ! PT 0.99 SC 1.08 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.04 HN 1.04 KP 0.86 ! LA 0.80 MK 1.00* NL 1.03 OV 1.01 ! PT 1.07 SC 0.92 ! ! ! Fit before self-cal, rms=0.092501Jy sigma=0.000782 ! Fit after self-cal, rms=0.090533Jy sigma=0.000776 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.105 mas, bmaj=11.89 mas, bpa=18.6 degrees ! Estimated noise=573.237 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.000258593 Jy ! Component: 100 - total flux cleaned = 0.000323335 Jy ! Component: 150 - total flux cleaned = 0.000356465 Jy ! Component: 200 - total flux cleaned = 0.000356842 Jy ! Total flux subtracted in 200 components = 0.000356842 Jy ! Clean residual min=-0.001928 max=0.001682 Jy/beam ! Clean residual mean=-0.000003 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.108057 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 74 components and 0.108057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090521Jy sigma=0.000776 ! Fit after self-cal, rms=0.090511Jy sigma=0.000776 ! 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.090511Jy sigma=0.000776 ! Fit after self-cal, rms=0.089485Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.1 mas, bmaj=11.86 mas, bpa=18.6 degrees ! Estimated noise=573.231 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000341806 Jy ! Component: 100 - total flux cleaned = 0.000372971 Jy ! Component: 150 - total flux cleaned = 0.000399239 Jy ! Component: 200 - total flux cleaned = 0.000421955 Jy ! Total flux subtracted in 200 components = 0.000421955 Jy ! Clean residual min=-0.001781 max=0.001590 Jy/beam ! Clean residual mean=-0.000001 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.108479 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 81 components and 0.108479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089478Jy sigma=0.000773 ! Fit after self-cal, rms=0.089506Jy sigma=0.000773 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.36368e-05 Jy ! Component: 100 - total flux cleaned = 5.4844e-05 Jy ! Component: 150 - total flux cleaned = 3.68859e-05 Jy ! Component: 200 - total flux cleaned = 2.13021e-05 Jy ! Total flux subtracted in 200 components = 2.13021e-05 Jy ! Clean residual min=-0.001761 max=0.001602 Jy/beam ! Clean residual mean=-0.000000 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.1085 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 85 components and 0.1085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089503Jy sigma=0.000773 ! Fit after self-cal, rms=0.089502Jy sigma=0.000773 ! 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.089502Jy sigma=0.000773 ! Fit after self-cal, rms=0.089776Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.092 mas, bmaj=11.86 mas, bpa=18.72 degrees ! Estimated noise=574.134 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000296535 Jy ! Component: 100 - total flux cleaned = 0.000307396 Jy ! Component: 150 - total flux cleaned = 0.00032707 Jy ! Component: 200 - total flux cleaned = 0.000351924 Jy ! Total flux subtracted in 200 components = 0.000351924 Jy ! Clean residual min=-0.001744 max=0.001589 Jy/beam ! Clean residual mean=-0.000000 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.108852 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 89 components and 0.108852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089772Jy sigma=0.000773 ! Fit after self-cal, rms=0.089776Jy sigma=0.000773 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 = 6.78513e-05 Jy ! Component: 100 - total flux cleaned = 7.52331e-05 Jy ! Component: 150 - total flux cleaned = 7.50604e-05 Jy ! Component: 200 - total flux cleaned = 7.50952e-05 Jy ! Total flux subtracted in 200 components = 7.50952e-05 Jy ! Clean residual min=-0.001725 max=0.001592 Jy/beam ! Clean residual mean=-0.000000 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.108927 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 93 components and 0.108927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089775Jy sigma=0.000773 ! Fit after self-cal, rms=0.089773Jy sigma=0.000773 ! 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.089773Jy sigma=0.000773 ! Fit after self-cal, rms=0.089965Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.044 mas, bmaj=16.01 mas, bpa=11.01 degrees ! Estimated noise=654.245 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000277598 Jy ! Component: 100 - total flux cleaned = 0.000286915 Jy ! Component: 150 - total flux cleaned = 0.000279671 Jy ! Component: 200 - total flux cleaned = 0.000266539 Jy ! Total flux subtracted in 200 components = 0.000266539 Jy ! Clean residual min=-0.001556 max=0.001681 Jy/beam ! Clean residual mean=-0.000001 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.109194 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 101 components and 0.109194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089964Jy sigma=0.000773 ! Fit after self-cal, rms=0.089965Jy sigma=0.000773 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.19971e-05 Jy ! Component: 100 - total flux cleaned = -2.75619e-05 Jy ! Component: 150 - total flux cleaned = -3.29166e-05 Jy ! Component: 200 - total flux cleaned = -3.77851e-05 Jy ! Total flux subtracted in 200 components = -3.77851e-05 Jy ! Clean residual min=-0.001550 max=0.001681 Jy/beam ! Clean residual mean=-0.000001 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.109156 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 102 components and 0.109156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089966Jy sigma=0.000773 ! Fit after self-cal, rms=0.089965Jy sigma=0.000773 ! 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=4.086 mas, bmaj=11.86 mas, bpa=18.82 degrees ! Estimated noise=575.082 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.086 x 11.86 at 18.82 degrees (North through East) ! Clean map min=-0.0017477 max=0.087412 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=3.277 mas, bmaj=10.47 mas, bpa=20.59 degrees ! Estimated noise=1076.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0643433 Jy ! Component: 100 - total flux cleaned = 0.0837743 Jy ! Component: 150 - total flux cleaned = 0.0936302 Jy ! Component: 200 - total flux cleaned = 0.0994245 Jy ! Total flux subtracted in 200 components = 0.0994245 Jy ! Clean residual min=-0.003479 max=0.003039 Jy/beam ! Clean residual mean=0.000004 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.0994245 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.0994245 Jy ! Inverting map and beam ! Estimated beam: bmin=4.086 mas, bmaj=11.86 mas, bpa=18.82 degrees ! Estimated noise=575.082 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.00424532 Jy ! Component: 100 - total flux cleaned = 0.00637008 Jy ! Component: 150 - total flux cleaned = 0.00766298 Jy ! Component: 200 - total flux cleaned = 0.00847589 Jy ! Total flux subtracted in 200 components = 0.00847589 Jy ! Clean residual min=-0.001776 max=0.001482 Jy/beam ! Clean residual mean=-0.000000 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.1079 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 77 components and 0.1079 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=8.044 mas, bmaj=16.01 mas, bpa=11.01 degrees ! Estimated noise=654.245 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000674629 Jy ! Component: 100 - total flux cleaned = 0.000805211 Jy ! Component: 150 - total flux cleaned = 0.00086934 Jy ! Component: 200 - total flux cleaned = 0.000923053 Jy ! Total flux subtracted in 200 components = 0.000923053 Jy ! Clean residual min=-0.001574 max=0.001646 Jy/beam ! Clean residual mean=-0.000001 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.108823 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 = 4.51121e-05 Jy ! Component: 100 - total flux cleaned = 8.98834e-05 Jy ! Component: 150 - total flux cleaned = 0.000102733 Jy ! Component: 200 - total flux cleaned = 0.000114606 Jy ! Total flux subtracted in 200 components = 0.000114606 Jy ! Clean residual min=-0.001567 max=0.001658 Jy/beam ! Clean residual mean=-0.000001 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.108938 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 93 components and 0.108938 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.086 mas, bmaj=11.86 mas, bpa=18.82 degrees ! Estimated noise=575.082 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000155333 Jy ! Component: 100 - total flux cleaned = 0.000141064 Jy ! Component: 150 - total flux cleaned = 0.000115568 Jy ! Component: 200 - total flux cleaned = 0.000103806 Jy ! Total flux subtracted in 200 components = 0.000103806 Jy ! Clean residual min=-0.001777 max=0.001575 Jy/beam ! Clean residual mean=-0.000000 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.109042 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 107 components and 0.109042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089968Jy sigma=0.000773 ! Fit after self-cal, rms=0.089971Jy sigma=0.000773 wmodel J0711-1359_S_2014_08_05_pus_map.mod ! Writing 107 model components to file: J0711-1359_S_2014_08_05_pus_map.mod wobs J0711-1359_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0711-1359_S_2014_08_05_pus_uvs.fits wwins J0711-1359_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J0711-1359_S_2014_08_05_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.000476166 Jy ! Component: 100 - total flux cleaned = -0.000851838 Jy ! Component: 150 - total flux cleaned = -0.00112226 Jy ! Component: 200 - total flux cleaned = -0.00133058 Jy ! Component: 250 - total flux cleaned = -0.00148352 Jy ! Component: 300 - total flux cleaned = -0.00152464 Jy ! Component: 350 - total flux cleaned = -0.00148336 Jy ! Component: 400 - total flux cleaned = -0.00144422 Jy ! Component: 450 - total flux cleaned = -0.00136841 Jy ! Component: 500 - total flux cleaned = -0.00135011 Jy ! Component: 550 - total flux cleaned = -0.00133198 Jy ! Component: 600 - total flux cleaned = -0.00126117 Jy ! Component: 650 - total flux cleaned = -0.00126122 Jy ! Component: 700 - total flux cleaned = -0.00124382 Jy ! Component: 750 - total flux cleaned = -0.00119377 Jy ! Component: 800 - total flux cleaned = -0.00116075 Jy ! Component: 850 - total flux cleaned = -0.00114459 Jy ! Component: 900 - total flux cleaned = -0.00106575 Jy ! Component: 950 - total flux cleaned = -0.00101918 Jy ! Component: 1000 - total flux cleaned = -0.000988619 Jy ! Component: 1050 - total flux cleaned = -0.000913417 Jy ! Component: 1100 - total flux cleaned = -0.000854284 Jy ! Component: 1150 - total flux cleaned = -0.000825063 Jy ! Component: 1200 - total flux cleaned = -0.000767594 Jy ! Component: 1250 - total flux cleaned = -0.000724847 Jy ! Component: 1300 - total flux cleaned = -0.000668956 Jy ! Component: 1350 - total flux cleaned = -0.000627521 Jy ! Component: 1400 - total flux cleaned = -0.000613842 Jy ! Component: 1450 - total flux cleaned = -0.000546749 Jy ! Component: 1500 - total flux cleaned = -0.000533312 Jy ! Component: 1550 - total flux cleaned = -0.000467943 Jy ! Component: 1600 - total flux cleaned = -0.000480861 Jy ! Component: 1650 - total flux cleaned = -0.000365499 Jy ! Component: 1700 - total flux cleaned = -0.000327573 Jy ! Component: 1750 - total flux cleaned = -0.000277548 Jy ! Component: 1800 - total flux cleaned = -0.000215732 Jy ! Component: 1850 - total flux cleaned = -0.000215534 Jy ! Component: 1900 - total flux cleaned = -0.000130395 Jy ! Component: 1950 - total flux cleaned = -9.40014e-05 Jy ! Component: 2000 - total flux cleaned = 3.66619e-05 Jy ! Component: 2050 - total flux cleaned = 7.20214e-05 Jy ! Component: 2100 - total flux cleaned = 0.000153693 Jy ! Component: 2150 - total flux cleaned = 0.000222879 Jy ! Component: 2200 - total flux cleaned = 0.000268523 Jy ! Component: 2250 - total flux cleaned = 0.000302448 Jy ! Component: 2300 - total flux cleaned = 0.000358569 Jy ! Component: 2350 - total flux cleaned = 0.000403113 Jy ! Component: 2400 - total flux cleaned = 0.000447076 Jy ! Component: 2450 - total flux cleaned = 0.000490838 Jy ! Component: 2500 - total flux cleaned = 0.000577552 Jy ! Component: 2550 - total flux cleaned = 0.000631246 Jy ! Component: 2600 - total flux cleaned = 0.000631273 Jy ! Component: 2650 - total flux cleaned = 0.000715882 Jy ! Component: 2700 - total flux cleaned = 0.000747391 Jy ! Component: 2750 - total flux cleaned = 0.000830603 Jy ! Component: 2800 - total flux cleaned = 0.000851221 Jy ! Component: 2850 - total flux cleaned = 0.000871709 Jy ! Component: 2900 - total flux cleaned = 0.000922488 Jy ! Component: 2950 - total flux cleaned = 0.00100296 Jy ! Component: 3000 - total flux cleaned = 0.000972914 Jy ! Component: 3050 - total flux cleaned = 0.00103267 Jy ! Component: 3100 - total flux cleaned = 0.00109187 Jy ! Component: 3150 - total flux cleaned = 0.00113098 Jy ! Component: 3200 - total flux cleaned = 0.00116005 Jy ! Component: 3250 - total flux cleaned = 0.00121778 Jy ! Component: 3300 - total flux cleaned = 0.00125601 Jy ! Component: 3350 - total flux cleaned = 0.00126546 Jy ! Component: 3400 - total flux cleaned = 0.00130314 Jy ! Component: 3450 - total flux cleaned = 0.00135938 Jy ! Component: 3500 - total flux cleaned = 0.00140595 Jy ! Component: 3550 - total flux cleaned = 0.00145204 Jy ! Component: 3600 - total flux cleaned = 0.0014703 Jy ! Component: 3650 - total flux cleaned = 0.00147946 Jy ! Component: 3700 - total flux cleaned = 0.0015248 Jy ! Component: 3750 - total flux cleaned = 0.00154283 Jy ! Component: 3800 - total flux cleaned = 0.00159658 Jy ! Component: 3850 - total flux cleaned = 0.00162329 Jy ! Component: 3900 - total flux cleaned = 0.00165873 Jy ! Component: 3950 - total flux cleaned = 0.00170264 Jy ! Component: 4000 - total flux cleaned = 0.00174634 Jy ! Component: 4050 - total flux cleaned = 0.00176364 Jy ! Total flux subtracted in 4096 components = 0.00178958 Jy ! Clean residual min=-0.000518 max=0.000523 Jy/beam ! Clean residual mean=0.000000 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.110831 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 375 components and 0.110831 Jy ![Exited script file: muppet] wmap "J0711-1359_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.086 x 11.86 at 18.82 degrees (North through East) ! Clean map min=-0.0011997 max=0.087565 Jy/beam ! Writing clean map to FITS file: J0711-1359_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.087565 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000166853 device "J0711-1359_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0711-1359_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.571644 0.571644 1.14329 2.28657 4.57315 9.1463 18.2926 36.5852 73.1704 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.087 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.086 x 11.86 at 18.82 degrees (North through East) ! Clean map min=-0.0011997 max=0.087565 Jy/beam quit ! Quitting program ! Log file J0711-1359_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:18:39 2016