! Started logfile: J0424-2743_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:42:55 2016 obs J0424-2743_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0424-2743_S_2014_06_09_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.61439 visibilities/baseline/integration-bin. ! Found source: J0424-2743 ! ! 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 13492 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 J0424-2743_S_2014_06_09_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 251 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 251 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 312 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 251 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004214Jy sigma=0.008955 ! Fit after self-cal, rms=0.957093Jy sigma=0.008560 ! 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.142 mas, bmaj=12.25 mas, bpa=11.89 degrees ! Estimated noise=1403.96 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.0367815 Jy ! Component: 100 - total flux cleaned = 0.044229 Jy ! Total flux subtracted in 100 components = 0.044229 Jy ! Clean residual min=-0.004558 max=0.004004 Jy/beam ! Clean residual mean=0.000002 rms=0.001009 Jy/beam ! Combined flux in latest and established models = 0.044229 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.044229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088885Jy sigma=0.000722 ! Fit after self-cal, rms=0.087070Jy sigma=0.000705 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00264867 Jy ! Component: 100 - total flux cleaned = 0.00135605 Jy ! Total flux subtracted in 100 components = 0.00135605 Jy ! Clean residual min=-0.004113 max=0.003443 Jy/beam ! Clean residual mean=0.000003 rms=0.000961 Jy/beam ! Combined flux in latest and established models = 0.0455851 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0455851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086796Jy sigma=0.000704 ! Fit after self-cal, rms=0.086671Jy sigma=0.000703 ! 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.012 mas, bmaj=14.78 mas, bpa=9.633 degrees ! Estimated noise=707.109 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.00130916 Jy ! Component: 100 - total flux cleaned = -0.00152935 Jy ! Component: 150 - total flux cleaned = -0.00171288 Jy ! Component: 200 - total flux cleaned = -0.0018265 Jy ! Total flux subtracted in 200 components = -0.0018265 Jy ! Clean residual min=-0.002086 max=0.002626 Jy/beam ! Clean residual mean=0.000011 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.0437586 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 24 components and 0.0437586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086590Jy sigma=0.000703 ! Fit after self-cal, rms=0.086437Jy sigma=0.000702 ! 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.00* FD 0.90 HN 0.88 KP 1.10 ! LA 1.13 MK 1.00* NL 0.93 OV 1.00 ! PT 1.09 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.92 KP 1.08 ! LA 1.06 MK 1.00* NL 0.98 OV 1.03 ! PT 1.07 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.95 KP 0.96 ! LA 0.89 MK 1.00* NL 0.94 OV 0.95 ! PT 1.00 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 0.90 KP 0.95 ! LA 0.87 MK 1.00* NL 1.05 OV 1.08 ! PT 1.05 SC 0.92 ! ! ! Fit before self-cal, rms=0.086437Jy sigma=0.000702 ! Fit after self-cal, rms=0.082303Jy sigma=0.000701 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.977 mas, bmaj=14.5 mas, bpa=9.465 degrees ! Estimated noise=700.966 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.000297638 Jy ! Component: 100 - total flux cleaned = 0.000297419 Jy ! Component: 150 - total flux cleaned = 0.00029725 Jy ! Component: 200 - total flux cleaned = 0.000297071 Jy ! Total flux subtracted in 200 components = 0.000297071 Jy ! Clean residual min=-0.001897 max=0.002322 Jy/beam ! Clean residual mean=0.000005 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.0440556 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 36 components and 0.0440556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082291Jy sigma=0.000701 ! Fit after self-cal, rms=0.082064Jy sigma=0.000700 ! 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.082064Jy sigma=0.000700 ! Fit after self-cal, rms=0.081131Jy sigma=0.000700 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.947 mas, bmaj=14.38 mas, bpa=9.651 degrees ! Estimated noise=700.889 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000245543 Jy ! Component: 100 - total flux cleaned = 0.000317223 Jy ! Component: 150 - total flux cleaned = 0.000346035 Jy ! Component: 200 - total flux cleaned = 0.000333443 Jy ! Total flux subtracted in 200 components = 0.000333443 Jy ! Clean residual min=-0.001868 max=0.001970 Jy/beam ! Clean residual mean=0.000006 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.0443891 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 40 components and 0.0443891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081124Jy sigma=0.000699 ! Fit after self-cal, rms=0.081056Jy sigma=0.000699 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 (-92, -60). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00128275 Jy ! Component: 100 - total flux cleaned = 0.00164814 Jy ! Component: 150 - total flux cleaned = 0.00186266 Jy ! Component: 200 - total flux cleaned = 0.00197493 Jy ! Total flux subtracted in 200 components = 0.00197493 Jy ! Clean residual min=-0.001768 max=0.001626 Jy/beam ! Clean residual mean=0.000006 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.046364 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 57 components and 0.046364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081000Jy sigma=0.000699 ! Fit after self-cal, rms=0.080971Jy sigma=0.000698 ! 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.080971Jy sigma=0.000698 ! Fit after self-cal, rms=0.080306Jy sigma=0.000698 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.937 mas, bmaj=14.35 mas, bpa=9.777 degrees ! Estimated noise=695.263 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00100293 Jy ! Component: 100 - total flux cleaned = 0.00125956 Jy ! Component: 150 - total flux cleaned = 0.00140188 Jy ! Component: 200 - total flux cleaned = 0.00157473 Jy ! Total flux subtracted in 200 components = 0.00157473 Jy ! Clean residual min=-0.001849 max=0.001532 Jy/beam ! Clean residual mean=0.000007 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.0479387 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 69 components and 0.0479387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080270Jy sigma=0.000698 ! Fit after self-cal, rms=0.080247Jy sigma=0.000698 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 = 0.000940093 Jy ! Component: 100 - total flux cleaned = 0.00107061 Jy ! Component: 150 - total flux cleaned = 0.00112202 Jy ! Component: 200 - total flux cleaned = 0.00116837 Jy ! Total flux subtracted in 200 components = 0.00116837 Jy ! Clean residual min=-0.001835 max=0.001492 Jy/beam ! Clean residual mean=0.000008 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.0491071 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 76 components and 0.0491071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080220Jy sigma=0.000697 ! Fit after self-cal, rms=0.080201Jy sigma=0.000697 ! 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.080201Jy sigma=0.000697 ! Fit after self-cal, rms=0.080080Jy sigma=0.000697 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.59 mas, bmaj=22.53 mas, bpa=-0.7942 degrees ! Estimated noise=802.904 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000675823 Jy ! Component: 100 - total flux cleaned = 0.000736502 Jy ! Component: 150 - total flux cleaned = 0.000687052 Jy ! Component: 200 - total flux cleaned = 0.00067261 Jy ! Total flux subtracted in 200 components = 0.00067261 Jy ! Clean residual min=-0.001610 max=0.001548 Jy/beam ! Clean residual mean=0.000014 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.0497797 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 89 components and 0.0497797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080067Jy sigma=0.000697 ! Fit after self-cal, rms=0.080068Jy sigma=0.000697 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 = 0.000406504 Jy ! Component: 100 - total flux cleaned = 0.000392067 Jy ! Component: 150 - total flux cleaned = 0.000377544 Jy ! Component: 200 - total flux cleaned = 0.000377266 Jy ! Total flux subtracted in 200 components = 0.000377266 Jy ! Clean residual min=-0.001624 max=0.001516 Jy/beam ! Clean residual mean=0.000015 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.050157 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 101 components and 0.050157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080060Jy sigma=0.000697 ! Fit after self-cal, rms=0.080055Jy sigma=0.000697 ! 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.939 mas, bmaj=14.36 mas, bpa=9.771 degrees ! Estimated noise=693.565 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.939 x 14.36 at 9.771 degrees (North through East) ! Clean map min=-0.0023264 max=0.049683 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.112 mas, bmaj=12.01 mas, bpa=12.04 degrees ! Estimated noise=1346.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0389372 Jy ! Component: 100 - total flux cleaned = 0.047559 Jy ! Component: 150 - total flux cleaned = 0.0484325 Jy ! Component: 200 - total flux cleaned = 0.0497766 Jy ! Total flux subtracted in 200 components = 0.0497766 Jy ! Clean residual min=-0.003630 max=0.002974 Jy/beam ! Clean residual mean=-0.000000 rms=0.000808 Jy/beam ! Combined flux in latest and established models = 0.0497766 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0497766 Jy ! Inverting map and beam ! Estimated beam: bmin=3.939 mas, bmaj=14.36 mas, bpa=9.771 degrees ! Estimated noise=693.565 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.000701987 Jy ! Component: 100 - total flux cleaned = 0.000934907 Jy ! Component: 150 - total flux cleaned = 0.00099319 Jy ! Component: 200 - total flux cleaned = 0.000992719 Jy ! Total flux subtracted in 200 components = 0.000992719 Jy ! Clean residual min=-0.001928 max=0.001608 Jy/beam ! Clean residual mean=0.000008 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.0507693 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 28 components and 0.0507693 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.59 mas, bmaj=22.53 mas, bpa=-0.7942 degrees ! Estimated noise=802.904 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000242255 Jy ! Component: 100 - total flux cleaned = -0.000245472 Jy ! Component: 150 - total flux cleaned = -0.000221401 Jy ! Component: 200 - total flux cleaned = -0.000178522 Jy ! Total flux subtracted in 200 components = -0.000178522 Jy ! Clean residual min=-0.001598 max=0.001517 Jy/beam ! Clean residual mean=0.000016 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.0505908 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.91633e-05 Jy ! Component: 100 - total flux cleaned = 1.90169e-05 Jy ! Component: 150 - total flux cleaned = 1.89311e-05 Jy ! Component: 200 - total flux cleaned = 1.85855e-05 Jy ! Total flux subtracted in 200 components = 1.85855e-05 Jy ! Clean residual min=-0.001597 max=0.001500 Jy/beam ! Clean residual mean=0.000016 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.0506093 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 51 components and 0.0506093 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.939 mas, bmaj=14.36 mas, bpa=9.771 degrees ! Estimated noise=693.565 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.63592e-05 Jy ! Component: 100 - total flux cleaned = -1.57863e-06 Jy ! Component: 150 - total flux cleaned = 2.37028e-05 Jy ! Component: 200 - total flux cleaned = 2.408e-05 Jy ! Total flux subtracted in 200 components = 2.408e-05 Jy ! Clean residual min=-0.001875 max=0.001630 Jy/beam ! Clean residual mean=0.000009 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.0506334 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 66 components and 0.0506334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080058Jy sigma=0.000697 ! Fit after self-cal, rms=0.080068Jy sigma=0.000697 wmodel J0424-2743_S_2014_06_09_pus_map.mod ! Writing 66 model components to file: J0424-2743_S_2014_06_09_pus_map.mod wobs J0424-2743_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0424-2743_S_2014_06_09_pus_uvs.fits wwins J0424-2743_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J0424-2743_S_2014_06_09_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.000710943 Jy ! Component: 100 - total flux cleaned = -0.000685146 Jy ! Component: 150 - total flux cleaned = -0.000658638 Jy ! Component: 200 - total flux cleaned = -0.000733304 Jy ! Component: 250 - total flux cleaned = -0.000804634 Jy ! Component: 300 - total flux cleaned = -0.000804693 Jy ! Component: 350 - total flux cleaned = -0.000848527 Jy ! Component: 400 - total flux cleaned = -0.000912651 Jy ! Component: 450 - total flux cleaned = -0.000933994 Jy ! Component: 500 - total flux cleaned = -0.00101516 Jy ! Component: 550 - total flux cleaned = -0.00101544 Jy ! Component: 600 - total flux cleaned = -0.00105477 Jy ! Component: 650 - total flux cleaned = -0.00113027 Jy ! Component: 700 - total flux cleaned = -0.00118504 Jy ! Component: 750 - total flux cleaned = -0.00118464 Jy ! Component: 800 - total flux cleaned = -0.00114945 Jy ! Component: 850 - total flux cleaned = -0.00109762 Jy ! Component: 900 - total flux cleaned = -0.000996736 Jy ! Component: 950 - total flux cleaned = -0.000996995 Jy ! Component: 1000 - total flux cleaned = -0.000947947 Jy ! Component: 1050 - total flux cleaned = -0.000948103 Jy ! Component: 1100 - total flux cleaned = -0.000885409 Jy ! Component: 1150 - total flux cleaned = -0.00090104 Jy ! Component: 1200 - total flux cleaned = -0.000855434 Jy ! Component: 1250 - total flux cleaned = -0.00087045 Jy ! Component: 1300 - total flux cleaned = -0.000840923 Jy ! Component: 1350 - total flux cleaned = -0.000811935 Jy ! Component: 1400 - total flux cleaned = -0.00081184 Jy ! Component: 1450 - total flux cleaned = -0.000783282 Jy ! Component: 1500 - total flux cleaned = -0.000727398 Jy ! Component: 1550 - total flux cleaned = -0.00072747 Jy ! Component: 1600 - total flux cleaned = -0.000700106 Jy ! Component: 1650 - total flux cleaned = -0.000686723 Jy ! Component: 1700 - total flux cleaned = -0.000660104 Jy ! Component: 1750 - total flux cleaned = -0.000646816 Jy ! Component: 1800 - total flux cleaned = -0.000620929 Jy ! Component: 1850 - total flux cleaned = -0.00059528 Jy ! Component: 1900 - total flux cleaned = -0.00058266 Jy ! Component: 1950 - total flux cleaned = -0.00054514 Jy ! Component: 2000 - total flux cleaned = -0.000495916 Jy ! Component: 2050 - total flux cleaned = -0.00045929 Jy ! Component: 2100 - total flux cleaned = -0.000435143 Jy ! Component: 2150 - total flux cleaned = -0.000399353 Jy ! Component: 2200 - total flux cleaned = -0.000387323 Jy ! Component: 2250 - total flux cleaned = -0.000352379 Jy ! Component: 2300 - total flux cleaned = -0.000352342 Jy ! Component: 2350 - total flux cleaned = -0.000283942 Jy ! Component: 2400 - total flux cleaned = -0.000284058 Jy ! Component: 2450 - total flux cleaned = -0.000217082 Jy ! Component: 2500 - total flux cleaned = -0.000206042 Jy ! Component: 2550 - total flux cleaned = -0.000173189 Jy ! Component: 2600 - total flux cleaned = -0.000118788 Jy ! Component: 2650 - total flux cleaned = -7.58538e-05 Jy ! Component: 2700 - total flux cleaned = -6.52267e-05 Jy ! Component: 2750 - total flux cleaned = -3.35188e-05 Jy ! Component: 2800 - total flux cleaned = 8.21771e-06 Jy ! Component: 2850 - total flux cleaned = 1.84715e-05 Jy ! Component: 2900 - total flux cleaned = 6.98763e-05 Jy ! Component: 2950 - total flux cleaned = 6.98833e-05 Jy ! Component: 3000 - total flux cleaned = 0.000100282 Jy ! Component: 3050 - total flux cleaned = 0.000160365 Jy ! Component: 3100 - total flux cleaned = 0.00019016 Jy ! Component: 3150 - total flux cleaned = 0.000199851 Jy ! Component: 3200 - total flux cleaned = 0.000209622 Jy ! Component: 3250 - total flux cleaned = 0.000257991 Jy ! Component: 3300 - total flux cleaned = 0.000258026 Jy ! Component: 3350 - total flux cleaned = 0.000296169 Jy ! Component: 3400 - total flux cleaned = 0.000296172 Jy ! Component: 3450 - total flux cleaned = 0.000371287 Jy ! Component: 3500 - total flux cleaned = 0.000390069 Jy ! Component: 3550 - total flux cleaned = 0.000436362 Jy ! Component: 3600 - total flux cleaned = 0.000445655 Jy ! Component: 3650 - total flux cleaned = 0.000518685 Jy ! Component: 3700 - total flux cleaned = 0.000545894 Jy ! Component: 3750 - total flux cleaned = 0.000572966 Jy ! Component: 3800 - total flux cleaned = 0.000590909 Jy ! Component: 3850 - total flux cleaned = 0.000644433 Jy ! Component: 3900 - total flux cleaned = 0.000671023 Jy ! Component: 3950 - total flux cleaned = 0.000688639 Jy ! Component: 4000 - total flux cleaned = 0.000714925 Jy ! Component: 4050 - total flux cleaned = 0.000714974 Jy ! Total flux subtracted in 4096 components = 0.000741014 Jy ! Clean residual min=-0.000927 max=0.000579 Jy/beam ! Clean residual mean=0.000002 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.0513744 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 354 components and 0.0513744 Jy ![Exited script file: muppet] wmap "J0424-2743_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.939 x 14.36 at 9.771 degrees (North through East) ! Clean map min=-0.0021747 max=0.048738 Jy/beam ! Writing clean map to FITS file: J0424-2743_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0487384 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000164293 device "J0424-2743_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0424-2743_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.01127 1.01127 2.02255 4.04509 8.09019 16.1804 32.3608 64.7215 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.048 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.939 x 14.36 at 9.771 degrees (North through East) ! Clean map min=-0.0021747 max=0.048738 Jy/beam quit ! Quitting program ! Log file J0424-2743_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:43:01 2016