! Started logfile: J0833+0350_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:20:20 2016 obs J0833+0350_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0833+0350_S_2014_05_31_pus_uva.fits ! AN table 1: 93 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.787814 visibilities/baseline/integration-bin. ! Found source: J0833+0350 ! ! 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 336 lines of history. ! ! Reading 13188 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 J0833+0350_S_2014_05_31_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 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 101 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.649016Jy sigma=0.007464 ! Fit after self-cal, rms=0.603410Jy sigma=0.006969 ! 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.611 mas, bmaj=9.202 mas, bpa=17.18 degrees ! Estimated noise=693.146 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.310325 Jy ! Component: 100 - total flux cleaned = 0.377996 Jy ! Total flux subtracted in 100 components = 0.377996 Jy ! Clean residual min=-0.007572 max=0.018879 Jy/beam ! Clean residual mean=0.000013 rms=0.002190 Jy/beam ! Combined flux in latest and established models = 0.377996 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.377996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085963Jy sigma=0.000917 ! Fit after self-cal, rms=0.085962Jy sigma=0.000917 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0156223 Jy ! Component: 100 - total flux cleaned = 0.022399 Jy ! Total flux subtracted in 100 components = 0.022399 Jy ! Clean residual min=-0.007343 max=0.006819 Jy/beam ! Clean residual mean=0.000003 rms=0.001683 Jy/beam ! Combined flux in latest and established models = 0.400395 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.400395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082192Jy sigma=0.000885 ! Fit after self-cal, rms=0.082196Jy sigma=0.000885 ! 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.273 mas, bmaj=9.813 mas, bpa=15.55 degrees ! Estimated noise=544.783 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.00583163 Jy ! Component: 100 - total flux cleaned = 0.00932073 Jy ! Component: 150 - total flux cleaned = 0.0114552 Jy ! Component: 200 - total flux cleaned = 0.0127743 Jy ! Total flux subtracted in 200 components = 0.0127743 Jy ! Clean residual min=-0.004806 max=0.005032 Jy/beam ! Clean residual mean=-0.000013 rms=0.001310 Jy/beam ! Combined flux in latest and established models = 0.413169 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 36 components and 0.413169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081518Jy sigma=0.000883 ! Fit after self-cal, rms=0.081523Jy sigma=0.000883 ! 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.98 FD 0.84 HN 0.97 KP 1.05 ! LA 1.20 MK 1.00* NL 0.96 OV 0.97 ! PT 1.01 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 1.03 KP 1.02 ! LA 1.14 MK 1.00* NL 1.04 OV 1.01 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.14 HN 1.01 KP 0.91 ! LA 0.91 MK 1.00* NL 1.02 OV 0.94 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00 HN 1.01 KP 0.89 ! LA 0.89 MK 1.00* NL 1.06 OV 0.99 ! PT 1.02 SC 0.99 ! ! ! Fit before self-cal, rms=0.081523Jy sigma=0.000883 ! Fit after self-cal, rms=0.070236Jy sigma=0.000764 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.274 mas, bmaj=9.818 mas, bpa=15.47 degrees ! Estimated noise=544.396 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 = -5.77386e-05 Jy ! Component: 100 - total flux cleaned = -0.00011862 Jy ! Component: 150 - total flux cleaned = -0.000180183 Jy ! Component: 200 - total flux cleaned = -0.000206188 Jy ! Total flux subtracted in 200 components = -0.000206188 Jy ! Clean residual min=-0.001975 max=0.002053 Jy/beam ! Clean residual mean=-0.000004 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.412963 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 50 components and 0.412963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070226Jy sigma=0.000764 ! Fit after self-cal, rms=0.070227Jy sigma=0.000764 ! 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.070227Jy sigma=0.000764 ! Fit after self-cal, rms=0.070093Jy sigma=0.000761 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.274 mas, bmaj=9.818 mas, bpa=15.49 degrees ! Estimated noise=544.489 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.46264e-05 Jy ! Component: 100 - total flux cleaned = -0.000110673 Jy ! Component: 150 - total flux cleaned = -0.000125261 Jy ! Component: 200 - total flux cleaned = -0.000125316 Jy ! Total flux subtracted in 200 components = -0.000125316 Jy ! Clean residual min=-0.001388 max=0.001984 Jy/beam ! Clean residual mean=-0.000002 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.412838 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.412838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070084Jy sigma=0.000761 ! Fit after self-cal, rms=0.070086Jy sigma=0.000761 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (98, -124.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00161709 Jy ! Component: 100 - total flux cleaned = 0.00193236 Jy ! Component: 150 - total flux cleaned = 0.00201094 Jy ! Component: 200 - total flux cleaned = 0.00212158 Jy ! Total flux subtracted in 200 components = 0.00212158 Jy ! Clean residual min=-0.001332 max=0.001457 Jy/beam ! Clean residual mean=-0.000002 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.414959 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 74 components and 0.414959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070042Jy sigma=0.000760 ! Fit after self-cal, rms=0.070041Jy sigma=0.000760 ! 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.070041Jy sigma=0.000760 ! Fit after self-cal, rms=0.070047Jy sigma=0.000760 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.275 mas, bmaj=9.82 mas, bpa=15.48 degrees ! Estimated noise=544.403 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00032755 Jy ! Component: 100 - total flux cleaned = 0.000347658 Jy ! Component: 150 - total flux cleaned = 0.000313261 Jy ! Component: 200 - total flux cleaned = 0.000297354 Jy ! Total flux subtracted in 200 components = 0.000297354 Jy ! Clean residual min=-0.001336 max=0.001446 Jy/beam ! Clean residual mean=-0.000002 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.415257 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 83 components and 0.415257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070037Jy sigma=0.000760 ! Fit after self-cal, rms=0.070038Jy sigma=0.000760 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.89492e-06 Jy ! Component: 100 - total flux cleaned = -2.63547e-05 Jy ! Component: 150 - total flux cleaned = -1.28819e-05 Jy ! Component: 200 - total flux cleaned = -3.9439e-05 Jy ! Total flux subtracted in 200 components = -3.9439e-05 Jy ! Clean residual min=-0.001331 max=0.001466 Jy/beam ! Clean residual mean=-0.000002 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.415217 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 89 components and 0.415217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070033Jy sigma=0.000760 ! Fit after self-cal, rms=0.070032Jy sigma=0.000760 ! 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.070032Jy sigma=0.000760 ! Fit after self-cal, rms=0.070042Jy sigma=0.000760 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.972 mas, bmaj=12.11 mas, bpa=3.599 degrees ! Estimated noise=614.695 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.14207e-05 Jy ! Component: 100 - total flux cleaned = -9.35735e-05 Jy ! Component: 150 - total flux cleaned = -0.000134965 Jy ! Component: 200 - total flux cleaned = -0.000173457 Jy ! Total flux subtracted in 200 components = -0.000173457 Jy ! Clean residual min=-0.001402 max=0.001615 Jy/beam ! Clean residual mean=-0.000004 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.415044 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 101 components and 0.415044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070041Jy sigma=0.000760 ! Fit after self-cal, rms=0.070041Jy sigma=0.000760 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.63847e-05 Jy ! Component: 100 - total flux cleaned = -8.28216e-05 Jy ! Component: 150 - total flux cleaned = -0.00010784 Jy ! Component: 200 - total flux cleaned = -0.000115889 Jy ! Total flux subtracted in 200 components = -0.000115889 Jy ! Clean residual min=-0.001398 max=0.001642 Jy/beam ! Clean residual mean=-0.000004 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.414928 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 113 components and 0.414928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070040Jy sigma=0.000760 ! Fit after self-cal, rms=0.070040Jy sigma=0.000760 ! 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.276 mas, bmaj=9.82 mas, bpa=15.48 degrees ! Estimated noise=544.403 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.276 x 9.82 at 15.48 degrees (North through East) ! Clean map min=-0.0013045 max=0.39898 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.612 mas, bmaj=9.202 mas, bpa=17.12 degrees ! Estimated noise=693.262 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.310368 Jy ! Component: 100 - total flux cleaned = 0.378049 Jy ! Component: 150 - total flux cleaned = 0.393562 Jy ! Component: 200 - total flux cleaned = 0.400227 Jy ! Total flux subtracted in 200 components = 0.400227 Jy ! Clean residual min=-0.002213 max=0.003198 Jy/beam ! Clean residual mean=0.000005 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.400226 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.400226 Jy ! Inverting map and beam ! Estimated beam: bmin=4.276 mas, bmaj=9.82 mas, bpa=15.48 degrees ! Estimated noise=544.403 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.0050017 Jy ! Component: 100 - total flux cleaned = 0.00792257 Jy ! Component: 150 - total flux cleaned = 0.00993107 Jy ! Component: 200 - total flux cleaned = 0.0114177 Jy ! Total flux subtracted in 200 components = 0.0114177 Jy ! Clean residual min=-0.001487 max=0.001460 Jy/beam ! Clean residual mean=0.000001 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.411644 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 46 components and 0.411644 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.972 mas, bmaj=12.11 mas, bpa=3.599 degrees ! Estimated noise=614.695 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000959629 Jy ! Component: 100 - total flux cleaned = 0.00149872 Jy ! Component: 150 - total flux cleaned = 0.00192687 Jy ! Component: 200 - total flux cleaned = 0.0021981 Jy ! Total flux subtracted in 200 components = 0.0021981 Jy ! Clean residual min=-0.001497 max=0.001564 Jy/beam ! Clean residual mean=-0.000002 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.413842 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000159945 Jy ! Component: 100 - total flux cleaned = 0.000297556 Jy ! Component: 150 - total flux cleaned = 0.000384271 Jy ! Component: 200 - total flux cleaned = 0.00043055 Jy ! Total flux subtracted in 200 components = 0.00043055 Jy ! Clean residual min=-0.001434 max=0.001573 Jy/beam ! Clean residual mean=-0.000003 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.414273 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 92 components and 0.414273 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.276 mas, bmaj=9.82 mas, bpa=15.48 degrees ! Estimated noise=544.403 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000200752 Jy ! Component: 100 - total flux cleaned = 0.000200671 Jy ! Component: 150 - total flux cleaned = 0.000200046 Jy ! Component: 200 - total flux cleaned = 0.000200109 Jy ! Total flux subtracted in 200 components = 0.000200109 Jy ! Clean residual min=-0.001368 max=0.001500 Jy/beam ! Clean residual mean=-0.000002 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.414473 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 108 components and 0.414473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070064Jy sigma=0.000760 ! Fit after self-cal, rms=0.070062Jy sigma=0.000760 wmodel J0833+0350_S_2014_05_31_pus_map.mod ! Writing 108 model components to file: J0833+0350_S_2014_05_31_pus_map.mod wobs J0833+0350_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0833+0350_S_2014_05_31_pus_uvs.fits wwins J0833+0350_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J0833+0350_S_2014_05_31_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.000494461 Jy ! Component: 100 - total flux cleaned = 0.000691593 Jy ! Component: 150 - total flux cleaned = 0.000806519 Jy ! Component: 200 - total flux cleaned = 0.000872412 Jy ! Component: 250 - total flux cleaned = 0.000851758 Jy ! Component: 300 - total flux cleaned = 0.000995389 Jy ! Component: 350 - total flux cleaned = 0.00109518 Jy ! Component: 400 - total flux cleaned = 0.00121214 Jy ! Component: 450 - total flux cleaned = 0.00130714 Jy ! Component: 500 - total flux cleaned = 0.00138179 Jy ! Component: 550 - total flux cleaned = 0.00149097 Jy ! Component: 600 - total flux cleaned = 0.00149085 Jy ! Component: 650 - total flux cleaned = 0.00152599 Jy ! Component: 700 - total flux cleaned = 0.00154306 Jy ! Component: 750 - total flux cleaned = 0.00152595 Jy ! Component: 800 - total flux cleaned = 0.00150933 Jy ! Component: 850 - total flux cleaned = 0.0015257 Jy ! Component: 900 - total flux cleaned = 0.00154201 Jy ! Component: 950 - total flux cleaned = 0.00158919 Jy ! Component: 1000 - total flux cleaned = 0.00157307 Jy ! Component: 1050 - total flux cleaned = 0.0015113 Jy ! Component: 1100 - total flux cleaned = 0.00151122 Jy ! Component: 1150 - total flux cleaned = 0.00151119 Jy ! Component: 1200 - total flux cleaned = 0.00148141 Jy ! Component: 1250 - total flux cleaned = 0.00142305 Jy ! Component: 1300 - total flux cleaned = 0.0013947 Jy ! Component: 1350 - total flux cleaned = 0.00139483 Jy ! Component: 1400 - total flux cleaned = 0.00142237 Jy ! Component: 1450 - total flux cleaned = 0.00132524 Jy ! Component: 1500 - total flux cleaned = 0.00127057 Jy ! Component: 1550 - total flux cleaned = 0.00125718 Jy ! Component: 1600 - total flux cleaned = 0.00123055 Jy ! Component: 1650 - total flux cleaned = 0.00120421 Jy ! Component: 1700 - total flux cleaned = 0.00116505 Jy ! Component: 1750 - total flux cleaned = 0.00110058 Jy ! Component: 1800 - total flux cleaned = 0.00103676 Jy ! Component: 1850 - total flux cleaned = 0.00103678 Jy ! Component: 1900 - total flux cleaned = 0.0010244 Jy ! Component: 1950 - total flux cleaned = 0.000974785 Jy ! Component: 2000 - total flux cleaned = 0.000962399 Jy ! Component: 2050 - total flux cleaned = 0.0008775 Jy ! Component: 2100 - total flux cleaned = 0.000829397 Jy ! Component: 2150 - total flux cleaned = 0.000793892 Jy ! Component: 2200 - total flux cleaned = 0.000805778 Jy ! Component: 2250 - total flux cleaned = 0.000723962 Jy ! Component: 2300 - total flux cleaned = 0.000666177 Jy ! Component: 2350 - total flux cleaned = 0.000586198 Jy ! Component: 2400 - total flux cleaned = 0.000597602 Jy ! Component: 2450 - total flux cleaned = 0.000518944 Jy ! Component: 2500 - total flux cleaned = 0.000518958 Jy ! Component: 2550 - total flux cleaned = 0.000452692 Jy ! Component: 2600 - total flux cleaned = 0.0004307 Jy ! Component: 2650 - total flux cleaned = 0.000398078 Jy ! Component: 2700 - total flux cleaned = 0.000355241 Jy ! Component: 2750 - total flux cleaned = 0.000291299 Jy ! Component: 2800 - total flux cleaned = 0.000302019 Jy ! Component: 2850 - total flux cleaned = 0.00028095 Jy ! Component: 2900 - total flux cleaned = 0.00021849 Jy ! Component: 2950 - total flux cleaned = 0.000197805 Jy ! Component: 3000 - total flux cleaned = 0.000167055 Jy ! Component: 3050 - total flux cleaned = 0.000116032 Jy ! Component: 3100 - total flux cleaned = 8.57678e-05 Jy ! Component: 3150 - total flux cleaned = 5.5649e-05 Jy ! Component: 3200 - total flux cleaned = 1.59493e-05 Jy ! Component: 3250 - total flux cleaned = -2.36626e-05 Jy ! Component: 3300 - total flux cleaned = -8.24094e-05 Jy ! Component: 3350 - total flux cleaned = -9.20234e-05 Jy ! Component: 3400 - total flux cleaned = -0.000101654 Jy ! Component: 3450 - total flux cleaned = -0.000149519 Jy ! Component: 3500 - total flux cleaned = -0.000187453 Jy ! Component: 3550 - total flux cleaned = -0.00023459 Jy ! Component: 3600 - total flux cleaned = -0.000234539 Jy ! Component: 3650 - total flux cleaned = -0.000271942 Jy ! Component: 3700 - total flux cleaned = -0.000318237 Jy ! Component: 3750 - total flux cleaned = -0.000382604 Jy ! Component: 3800 - total flux cleaned = -0.000400885 Jy ! Component: 3850 - total flux cleaned = -0.00041907 Jy ! Component: 3900 - total flux cleaned = -0.000500236 Jy ! Component: 3950 - total flux cleaned = -0.000482229 Jy ! Component: 4000 - total flux cleaned = -0.000508879 Jy ! Component: 4050 - total flux cleaned = -0.00052651 Jy ! Total flux subtracted in 4096 components = -0.000526515 Jy ! Clean residual min=-0.000543 max=0.000530 Jy/beam ! Clean residual mean=-0.000000 rms=0.000169 Jy/beam ! Combined flux in latest and established models = 0.413946 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 371 components and 0.413947 Jy ![Exited script file: muppet] wmap "J0833+0350_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.276 x 9.82 at 15.48 degrees (North through East) ! Clean map min=-0.0012465 max=0.39908 Jy/beam ! Writing clean map to FITS file: J0833+0350_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.399079 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000167033 device "J0833+0350_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0833+0350_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.125564 0.125564 0.251128 0.502256 1.00451 2.00902 4.01805 8.0361 16.0722 32.1444 64.2888 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.399 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.276 x 9.82 at 15.48 degrees (North through East) ! Clean map min=-0.0012465 max=0.39908 Jy/beam quit ! Quitting program ! Log file J0833+0350_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:20:26 2016