! Started logfile: J2339+0244_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:42:16 2016 obs J2339+0244_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J2339+0244_S_2014_08_05_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.786042 visibilities/baseline/integration-bin. ! Found source: J2339+0244 ! ! 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 17120 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 J2339+0244_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 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.936097Jy sigma=0.009669 ! Fit after self-cal, rms=0.915025Jy sigma=0.009474 ! 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.809 mas, bmaj=9.641 mas, bpa=21.99 degrees ! Estimated noise=780.922 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.0657338 Jy ! Component: 100 - total flux cleaned = 0.0829998 Jy ! Total flux subtracted in 100 components = 0.0829998 Jy ! Clean residual min=-0.003579 max=0.007137 Jy/beam ! Clean residual mean=-0.000021 rms=0.001019 Jy/beam ! Combined flux in latest and established models = 0.0829998 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0829998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085039Jy sigma=0.000785 ! Fit after self-cal, rms=0.085007Jy sigma=0.000785 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00755382 Jy ! Component: 100 - total flux cleaned = 0.011414 Jy ! Total flux subtracted in 100 components = 0.011414 Jy ! Clean residual min=-0.003188 max=0.002784 Jy/beam ! Clean residual mean=-0.000012 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.0944137 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 29 components and 0.0944137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084161Jy sigma=0.000776 ! Fit after self-cal, rms=0.084164Jy sigma=0.000776 ! 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.772 mas, bmaj=10.24 mas, bpa=20.46 degrees ! Estimated noise=533.215 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.0038126 Jy ! Component: 100 - total flux cleaned = 0.00613268 Jy ! Component: 150 - total flux cleaned = 0.00770222 Jy ! Component: 200 - total flux cleaned = 0.00879135 Jy ! Total flux subtracted in 200 components = 0.00879135 Jy ! Clean residual min=-0.002707 max=0.002501 Jy/beam ! Clean residual mean=-0.000015 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.103205 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 66 components and 0.103205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083959Jy sigma=0.000774 ! Fit after self-cal, rms=0.083967Jy sigma=0.000774 ! 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.99 FD 0.86 HN 1.03 KP 1.05 ! LA 1.04 MK 1.00* NL 0.97 OV 1.05 ! PT 1.05 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.06 HN 1.06 KP 1.01 ! LA 1.04 MK 1.00* NL 0.98 OV 1.01 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.14 HN 1.11 KP 0.89 ! LA 0.81 MK 1.00* NL 0.99 OV 0.97 ! PT 1.00 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.07 HN 1.07 KP 0.86 ! LA 0.79 MK 1.00* NL 1.05 OV 1.05 ! PT 1.03 SC 0.97 ! ! ! Fit before self-cal, rms=0.083967Jy sigma=0.000774 ! Fit after self-cal, rms=0.082526Jy sigma=0.000767 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.798 mas, bmaj=10.36 mas, bpa=20.79 degrees ! Estimated noise=531.716 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.000763952 Jy ! Component: 100 - total flux cleaned = -0.000951837 Jy ! Component: 150 - total flux cleaned = -0.00102837 Jy ! Component: 200 - total flux cleaned = -0.00108094 Jy ! Total flux subtracted in 200 components = -0.00108094 Jy ! Clean residual min=-0.001798 max=0.001799 Jy/beam ! Clean residual mean=-0.000006 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.102124 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 78 components and 0.102124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082512Jy sigma=0.000767 ! Fit after self-cal, rms=0.082514Jy sigma=0.000766 ! 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.082514Jy sigma=0.000766 ! Fit after self-cal, rms=0.083655Jy sigma=0.000766 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.786 mas, bmaj=10.35 mas, bpa=20.64 degrees ! Estimated noise=530.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000465092 Jy ! Component: 100 - total flux cleaned = -0.000568983 Jy ! Component: 150 - total flux cleaned = -0.000582228 Jy ! Component: 200 - total flux cleaned = -0.000593547 Jy ! Total flux subtracted in 200 components = -0.000593547 Jy ! Clean residual min=-0.001550 max=0.001665 Jy/beam ! Clean residual mean=-0.000009 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.101531 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 84 components and 0.101531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083648Jy sigma=0.000766 ! Fit after self-cal, rms=0.083677Jy sigma=0.000766 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.10774e-05 Jy ! Component: 100 - total flux cleaned = -4.05829e-05 Jy ! Component: 150 - total flux cleaned = -4.88168e-05 Jy ! Component: 200 - total flux cleaned = -5.60038e-05 Jy ! Total flux subtracted in 200 components = -5.60038e-05 Jy ! Clean residual min=-0.001541 max=0.001645 Jy/beam ! Clean residual mean=-0.000009 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.101475 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 95 components and 0.101475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083676Jy sigma=0.000766 ! Fit after self-cal, rms=0.083675Jy sigma=0.000766 ! 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.083675Jy sigma=0.000766 ! Fit after self-cal, rms=0.083911Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.786 mas, bmaj=10.37 mas, bpa=20.7 degrees ! Estimated noise=530.271 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000243929 Jy ! Component: 100 - total flux cleaned = -0.000266873 Jy ! Component: 150 - total flux cleaned = -0.000284834 Jy ! Component: 200 - total flux cleaned = -0.000284895 Jy ! Total flux subtracted in 200 components = -0.000284895 Jy ! Clean residual min=-0.001499 max=0.001667 Jy/beam ! Clean residual mean=-0.000008 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.10119 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 104 components and 0.10119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083908Jy sigma=0.000766 ! Fit after self-cal, rms=0.083913Jy sigma=0.000766 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.85822e-05 Jy ! Component: 100 - total flux cleaned = -5.40777e-05 Jy ! Component: 150 - total flux cleaned = -5.38877e-05 Jy ! Component: 200 - total flux cleaned = -5.92938e-05 Jy ! Total flux subtracted in 200 components = -5.92938e-05 Jy ! Clean residual min=-0.001490 max=0.001648 Jy/beam ! Clean residual mean=-0.000009 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.10113 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 110 components and 0.10113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083912Jy sigma=0.000766 ! Fit after self-cal, rms=0.083911Jy sigma=0.000766 ! 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.083911Jy sigma=0.000766 ! Fit after self-cal, rms=0.084005Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.624 mas, bmaj=12.39 mas, bpa=14.32 degrees ! Estimated noise=583.715 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000230878 Jy ! Component: 100 - total flux cleaned = 0.000128071 Jy ! Component: 150 - total flux cleaned = 7.31273e-05 Jy ! Component: 200 - total flux cleaned = 5.08316e-05 Jy ! Total flux subtracted in 200 components = 5.08316e-05 Jy ! Clean residual min=-0.001565 max=0.001773 Jy/beam ! Clean residual mean=-0.000014 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.101181 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 116 components and 0.101181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084005Jy sigma=0.000766 ! Fit after self-cal, rms=0.084007Jy sigma=0.000766 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.79017e-06 Jy ! Component: 100 - total flux cleaned = -4.59709e-05 Jy ! Component: 150 - total flux cleaned = -6.49768e-05 Jy ! Component: 200 - total flux cleaned = -7.67892e-05 Jy ! Total flux subtracted in 200 components = -7.67892e-05 Jy ! Clean residual min=-0.001557 max=0.001789 Jy/beam ! Clean residual mean=-0.000014 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.101104 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 121 components and 0.101104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084008Jy sigma=0.000766 ! Fit after self-cal, rms=0.084007Jy sigma=0.000766 ! 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.785 mas, bmaj=10.38 mas, bpa=20.76 degrees ! Estimated noise=530.18 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.785 x 10.38 at 20.76 degrees (North through East) ! Clean map min=-0.0014192 max=0.086163 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.789 mas, bmaj=9.771 mas, bpa=22.36 degrees ! Estimated noise=781.228 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0654636 Jy ! Component: 100 - total flux cleaned = 0.0837596 Jy ! Component: 150 - total flux cleaned = 0.0915763 Jy ! Component: 200 - total flux cleaned = 0.0955629 Jy ! Total flux subtracted in 200 components = 0.0955629 Jy ! Clean residual min=-0.002382 max=0.002658 Jy/beam ! Clean residual mean=-0.000007 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.0955628 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.0955628 Jy ! Inverting map and beam ! Estimated beam: bmin=4.785 mas, bmaj=10.38 mas, bpa=20.76 degrees ! Estimated noise=530.18 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) ! Added new window around map position (-7, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0026494 Jy ! Component: 100 - total flux cleaned = 0.00429266 Jy ! Component: 150 - total flux cleaned = 0.00548433 Jy ! Component: 200 - total flux cleaned = 0.00642615 Jy ! Total flux subtracted in 200 components = 0.00642615 Jy ! Clean residual min=-0.001611 max=0.001520 Jy/beam ! Clean residual mean=-0.000007 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.101989 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 70 components and 0.101989 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.624 mas, bmaj=12.39 mas, bpa=14.32 degrees ! Estimated noise=583.715 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010567 Jy ! Component: 100 - total flux cleaned = 0.00175716 Jy ! Component: 150 - total flux cleaned = 0.00202698 Jy ! Component: 200 - total flux cleaned = 0.00219601 Jy ! Total flux subtracted in 200 components = 0.00219601 Jy ! Clean residual min=-0.001676 max=0.001420 Jy/beam ! Clean residual mean=-0.000004 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.104185 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.0678e-05 Jy ! Component: 100 - total flux cleaned = 0.000117331 Jy ! Component: 150 - total flux cleaned = 0.000182875 Jy ! Component: 200 - total flux cleaned = 0.000219515 Jy ! Total flux subtracted in 200 components = 0.000219515 Jy ! Clean residual min=-0.001658 max=0.001398 Jy/beam ! Clean residual mean=-0.000003 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.104404 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 107 components and 0.104405 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.785 mas, bmaj=10.38 mas, bpa=20.76 degrees ! Estimated noise=530.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.35608e-05 Jy ! Component: 100 - total flux cleaned = 1.81891e-05 Jy ! Component: 150 - total flux cleaned = 3.43502e-05 Jy ! Component: 200 - total flux cleaned = 4.96243e-05 Jy ! Total flux subtracted in 200 components = 4.96243e-05 Jy ! Clean residual min=-0.001479 max=0.001398 Jy/beam ! Clean residual mean=-0.000002 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.104454 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 124 components and 0.104454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083978Jy sigma=0.000765 ! Fit after self-cal, rms=0.083970Jy sigma=0.000765 wmodel J2339+0244_S_2014_08_05_pus_map.mod ! Writing 124 model components to file: J2339+0244_S_2014_08_05_pus_map.mod wobs J2339+0244_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J2339+0244_S_2014_08_05_pus_uvs.fits wwins J2339+0244_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J2339+0244_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.000376109 Jy ! Component: 100 - total flux cleaned = -0.000546209 Jy ! Component: 150 - total flux cleaned = -0.000728309 Jy ! Component: 200 - total flux cleaned = -0.00101241 Jy ! Component: 250 - total flux cleaned = -0.00130764 Jy ! Component: 300 - total flux cleaned = -0.00161307 Jy ! Component: 350 - total flux cleaned = -0.00177109 Jy ! Component: 400 - total flux cleaned = -0.00194424 Jy ! Component: 450 - total flux cleaned = -0.00211289 Jy ! Component: 500 - total flux cleaned = -0.00216772 Jy ! Component: 550 - total flux cleaned = -0.00227636 Jy ! Component: 600 - total flux cleaned = -0.00236512 Jy ! Component: 650 - total flux cleaned = -0.00245214 Jy ! Component: 700 - total flux cleaned = -0.00252047 Jy ! Component: 750 - total flux cleaned = -0.00262091 Jy ! Component: 800 - total flux cleaned = -0.00265377 Jy ! Component: 850 - total flux cleaned = -0.00271864 Jy ! Component: 900 - total flux cleaned = -0.00273478 Jy ! Component: 950 - total flux cleaned = -0.00279753 Jy ! Component: 1000 - total flux cleaned = -0.00284339 Jy ! Component: 1050 - total flux cleaned = -0.00288882 Jy ! Component: 1100 - total flux cleaned = -0.00290376 Jy ! Component: 1150 - total flux cleaned = -0.00291867 Jy ! Component: 1200 - total flux cleaned = -0.00294768 Jy ! Component: 1250 - total flux cleaned = -0.00299057 Jy ! Component: 1300 - total flux cleaned = -0.00303296 Jy ! Component: 1350 - total flux cleaned = -0.00311631 Jy ! Component: 1400 - total flux cleaned = -0.0031438 Jy ! Component: 1450 - total flux cleaned = -0.003252 Jy ! Component: 1500 - total flux cleaned = -0.00333204 Jy ! Component: 1550 - total flux cleaned = -0.0034241 Jy ! Component: 1600 - total flux cleaned = -0.00346319 Jy ! Component: 1650 - total flux cleaned = -0.00357874 Jy ! Component: 1700 - total flux cleaned = -0.00365459 Jy ! Component: 1750 - total flux cleaned = -0.00375447 Jy ! Component: 1800 - total flux cleaned = -0.00380376 Jy ! Component: 1850 - total flux cleaned = -0.00384068 Jy ! Component: 1900 - total flux cleaned = -0.00394968 Jy ! Component: 1950 - total flux cleaned = -0.00405718 Jy ! Component: 2000 - total flux cleaned = -0.00409255 Jy ! Component: 2050 - total flux cleaned = -0.00419765 Jy ! Component: 2100 - total flux cleaned = -0.00426691 Jy ! Component: 2150 - total flux cleaned = -0.00432416 Jy ! Component: 2200 - total flux cleaned = -0.00436951 Jy ! Component: 2250 - total flux cleaned = -0.00442546 Jy ! Component: 2300 - total flux cleaned = -0.00445868 Jy ! Component: 2350 - total flux cleaned = -0.00450267 Jy ! Component: 2400 - total flux cleaned = -0.00450269 Jy ! Component: 2450 - total flux cleaned = -0.0045564 Jy ! Component: 2500 - total flux cleaned = -0.00455644 Jy ! Component: 2550 - total flux cleaned = -0.00461982 Jy ! Component: 2600 - total flux cleaned = -0.00465112 Jy ! Component: 2650 - total flux cleaned = -0.00470283 Jy ! Component: 2700 - total flux cleaned = -0.00474375 Jy ! Component: 2750 - total flux cleaned = -0.0047639 Jy ! Component: 2800 - total flux cleaned = -0.00482428 Jy ! Component: 2850 - total flux cleaned = -0.00483434 Jy ! Component: 2900 - total flux cleaned = -0.00490377 Jy ! Component: 2950 - total flux cleaned = -0.00494307 Jy ! Component: 3000 - total flux cleaned = -0.00498215 Jy ! Component: 3050 - total flux cleaned = -0.00503052 Jy ! Component: 3100 - total flux cleaned = -0.0050689 Jy ! Component: 3150 - total flux cleaned = -0.00510696 Jy ! Component: 3200 - total flux cleaned = -0.00513523 Jy ! Component: 3250 - total flux cleaned = -0.00520082 Jy ! Component: 3300 - total flux cleaned = -0.0052008 Jy ! Component: 3350 - total flux cleaned = -0.00525622 Jy ! Component: 3400 - total flux cleaned = -0.00528374 Jy ! Component: 3450 - total flux cleaned = -0.00533844 Jy ! Component: 3500 - total flux cleaned = -0.00540161 Jy ! Component: 3550 - total flux cleaned = -0.00541061 Jy ! Component: 3600 - total flux cleaned = -0.00545527 Jy ! Component: 3650 - total flux cleaned = -0.00551711 Jy ! Component: 3700 - total flux cleaned = -0.00553469 Jy ! Component: 3750 - total flux cleaned = -0.00555212 Jy ! Component: 3800 - total flux cleaned = -0.00557812 Jy ! Component: 3850 - total flux cleaned = -0.00560394 Jy ! Component: 3900 - total flux cleaned = -0.00562974 Jy ! Component: 3950 - total flux cleaned = -0.00568072 Jy ! Component: 4000 - total flux cleaned = -0.0056892 Jy ! Component: 4050 - total flux cleaned = -0.00569747 Jy ! Total flux subtracted in 4096 components = -0.0057224 Jy ! Clean residual min=-0.000463 max=0.000464 Jy/beam ! Clean residual mean=-0.000002 rms=0.000161 Jy/beam ! Combined flux in latest and established models = 0.0987317 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 405 components and 0.0987318 Jy ![Exited script file: muppet] wmap "J2339+0244_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.785 x 10.38 at 20.76 degrees (North through East) ! Clean map min=-0.0010807 max=0.08631 Jy/beam ! Writing clean map to FITS file: J2339+0244_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.0863096 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000159518 device "J2339+0244_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J2339+0244_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.554464 0.554464 1.10893 2.21785 4.43571 8.87142 17.7428 35.4857 70.9714 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.086 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.785 x 10.38 at 20.76 degrees (North through East) ! Clean map min=-0.0010807 max=0.08631 Jy/beam quit ! Quitting program ! Log file J2339+0244_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:42:22 2016