! Started logfile: J0348-2749_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:42:22 2016 obs J0348-2749_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0348-2749_S_2014_06_09_pus_uva.fits ! AN table 1: 31 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.594982 visibilities/baseline/integration-bin. ! Found source: J0348-2749 ! ! 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 3320 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 J0348-2749_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 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.668973Jy sigma=0.005397 ! Fit after self-cal, rms=0.655118Jy sigma=0.005259 ! 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.31 mas, bmaj=10.27 mas, bpa=15.15 degrees ! Estimated noise=2032.83 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.270216 Jy ! Component: 100 - total flux cleaned = 0.364901 Jy ! Total flux subtracted in 100 components = 0.364901 Jy ! Clean residual min=-0.020629 max=0.043841 Jy/beam ! Clean residual mean=-0.000042 rms=0.007459 Jy/beam ! Combined flux in latest and established models = 0.364901 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.364901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158506Jy sigma=0.001289 ! Fit after self-cal, rms=0.158297Jy sigma=0.001288 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0513409 Jy ! Component: 100 - total flux cleaned = 0.0823415 Jy ! Total flux subtracted in 100 components = 0.0823415 Jy ! Clean residual min=-0.015406 max=0.020222 Jy/beam ! Clean residual mean=-0.000041 rms=0.004786 Jy/beam ! Combined flux in latest and established models = 0.447242 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 35 components and 0.447242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135479Jy sigma=0.001033 ! Fit after self-cal, rms=0.135372Jy sigma=0.001033 ! 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.106 mas, bmaj=12.4 mas, bpa=13.67 degrees ! Estimated noise=1484.68 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.0307512 Jy ! Component: 100 - total flux cleaned = 0.048132 Jy ! Component: 150 - total flux cleaned = 0.0584055 Jy ! Component: 200 - total flux cleaned = 0.0635074 Jy ! Total flux subtracted in 200 components = 0.0635074 Jy ! Clean residual min=-0.014913 max=0.017205 Jy/beam ! Clean residual mean=-0.000079 rms=0.004321 Jy/beam ! Combined flux in latest and established models = 0.51075 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 62 components and 0.510749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128714Jy sigma=0.000964 ! Fit after self-cal, rms=0.128695Jy sigma=0.000963 ! 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.83 HN 1.05 KP 1.04 ! LA 1.19 MK 1.00* NL 1.05 OV 0.95 ! PT 0.98 SC 0.89 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.17 KP 1.01 ! LA 1.14 MK 1.00* NL 1.09 OV 0.97 ! PT 0.97 SC 0.92 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.12 HN 1.14 KP 0.89 ! LA 0.91 MK 1.00* NL 1.03 OV 0.91 ! PT 0.97 SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.12 KP 0.87 ! LA 0.88 MK 1.00* NL 1.09 OV 0.98 ! PT 1.00 SC 0.93 ! ! ! Fit before self-cal, rms=0.128695Jy sigma=0.000963 ! Fit after self-cal, rms=0.119685Jy sigma=0.000860 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.031 mas, bmaj=12.53 mas, bpa=14.62 degrees ! Estimated noise=1459.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00648693 Jy ! Component: 100 - total flux cleaned = -0.00693879 Jy ! Component: 150 - total flux cleaned = -0.00733893 Jy ! Component: 200 - total flux cleaned = -0.00771045 Jy ! Total flux subtracted in 200 components = -0.00771045 Jy ! Clean residual min=-0.012804 max=0.013996 Jy/beam ! Clean residual mean=-0.000103 rms=0.003424 Jy/beam ! Combined flux in latest and established models = 0.503039 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 75 components and 0.503039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118530Jy sigma=0.000855 ! Fit after self-cal, rms=0.118616Jy sigma=0.000855 ! 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.118616Jy sigma=0.000855 ! Fit after self-cal, rms=0.129646Jy sigma=0.000810 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.027 mas, bmaj=12.52 mas, bpa=13.72 degrees ! Estimated noise=1462.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00188691 Jy ! Component: 100 - total flux cleaned = -0.00201168 Jy ! Component: 150 - total flux cleaned = -0.00211747 Jy ! Component: 200 - total flux cleaned = -0.00230938 Jy ! Total flux subtracted in 200 components = -0.00230938 Jy ! Clean residual min=-0.007412 max=0.014039 Jy/beam ! Clean residual mean=-0.000027 rms=0.002240 Jy/beam ! Combined flux in latest and established models = 0.50073 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 80 components and 0.50073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129469Jy sigma=0.000808 ! Fit after self-cal, rms=0.129745Jy sigma=0.000808 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 (13.5, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0118388 Jy ! Component: 100 - total flux cleaned = 0.0173065 Jy ! Component: 150 - total flux cleaned = 0.0191217 Jy ! Component: 200 - total flux cleaned = 0.0196281 Jy ! Total flux subtracted in 200 components = 0.0196281 Jy ! Clean residual min=-0.005910 max=0.005526 Jy/beam ! Clean residual mean=0.000002 rms=0.001569 Jy/beam ! Combined flux in latest and established models = 0.520358 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 110 components and 0.520358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128779Jy sigma=0.000793 ! Fit after self-cal, rms=0.128745Jy sigma=0.000793 ! 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.128745Jy sigma=0.000793 ! Fit after self-cal, rms=0.129941Jy sigma=0.000791 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.026 mas, bmaj=12.52 mas, bpa=13.65 degrees ! Estimated noise=1456.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00409166 Jy ! Component: 100 - total flux cleaned = 0.00484849 Jy ! Component: 150 - total flux cleaned = 0.00495018 Jy ! Component: 200 - total flux cleaned = 0.00495027 Jy ! Total flux subtracted in 200 components = 0.00495027 Jy ! Clean residual min=-0.005083 max=0.004561 Jy/beam ! Clean residual mean=-0.000006 rms=0.001361 Jy/beam ! Combined flux in latest and established models = 0.525308 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 131 components and 0.525308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129673Jy sigma=0.000789 ! Fit after self-cal, rms=0.129690Jy sigma=0.000789 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.00128429 Jy ! Component: 100 - total flux cleaned = 0.00154146 Jy ! Component: 150 - total flux cleaned = 0.00161668 Jy ! Component: 200 - total flux cleaned = 0.00161466 Jy ! Total flux subtracted in 200 components = 0.00161466 Jy ! Clean residual min=-0.004844 max=0.004402 Jy/beam ! Clean residual mean=-0.000004 rms=0.001307 Jy/beam ! Combined flux in latest and established models = 0.526922 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 145 components and 0.526922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129561Jy sigma=0.000788 ! Fit after self-cal, rms=0.129565Jy sigma=0.000788 ! 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.129565Jy sigma=0.000788 ! Fit after self-cal, rms=0.130178Jy sigma=0.000787 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.299 mas, bmaj=21.61 mas, bpa=2.079 degrees ! Estimated noise=1631.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154201 Jy ! Component: 100 - total flux cleaned = 0.00154047 Jy ! Component: 150 - total flux cleaned = 0.00154191 Jy ! Component: 200 - total flux cleaned = 0.00159565 Jy ! Total flux subtracted in 200 components = 0.00159565 Jy ! Clean residual min=-0.005727 max=0.004822 Jy/beam ! Clean residual mean=-0.000022 rms=0.001457 Jy/beam ! Combined flux in latest and established models = 0.528518 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 154 components and 0.528518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130081Jy sigma=0.000787 ! Fit after self-cal, rms=0.130095Jy sigma=0.000787 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.00030375 Jy ! Component: 100 - total flux cleaned = 0.000440739 Jy ! Component: 150 - total flux cleaned = 0.000479766 Jy ! Component: 200 - total flux cleaned = 0.000479962 Jy ! Total flux subtracted in 200 components = 0.000479962 Jy ! Clean residual min=-0.005703 max=0.004781 Jy/beam ! Clean residual mean=-0.000022 rms=0.001430 Jy/beam ! Combined flux in latest and established models = 0.528998 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 164 components and 0.528998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130059Jy sigma=0.000787 ! Fit after self-cal, rms=0.130069Jy sigma=0.000787 ! 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.028 mas, bmaj=12.53 mas, bpa=13.63 degrees ! Estimated noise=1453.18 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.028 x 12.53 at 13.63 degrees (North through East) ! Clean map min=-0.0054501 max=0.34069 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.238 mas, bmaj=10.42 mas, bpa=14.97 degrees ! Estimated noise=1975.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.263821 Jy ! Component: 100 - total flux cleaned = 0.360729 Jy ! Component: 150 - total flux cleaned = 0.411714 Jy ! Component: 200 - total flux cleaned = 0.440353 Jy ! Total flux subtracted in 200 components = 0.440353 Jy ! Clean residual min=-0.008789 max=0.014852 Jy/beam ! Clean residual mean=-0.000008 rms=0.002904 Jy/beam ! Combined flux in latest and established models = 0.440353 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.440353 Jy ! Inverting map and beam ! Estimated beam: bmin=4.028 mas, bmaj=12.53 mas, bpa=13.63 degrees ! Estimated noise=1453.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0255385 Jy ! Component: 100 - total flux cleaned = 0.0414712 Jy ! Component: 150 - total flux cleaned = 0.0523909 Jy ! Component: 200 - total flux cleaned = 0.0603126 Jy ! Total flux subtracted in 200 components = 0.0603126 Jy ! Clean residual min=-0.005227 max=0.005532 Jy/beam ! Clean residual mean=-0.000053 rms=0.001697 Jy/beam ! Combined flux in latest and established models = 0.500666 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 96 components and 0.500666 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.299 mas, bmaj=21.61 mas, bpa=2.079 degrees ! Estimated noise=1631.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00895866 Jy ! Component: 100 - total flux cleaned = 0.0147823 Jy ! Component: 150 - total flux cleaned = 0.0187207 Jy ! Component: 200 - total flux cleaned = 0.021439 Jy ! Total flux subtracted in 200 components = 0.021439 Jy ! Clean residual min=-0.005607 max=0.004725 Jy/beam ! Clean residual mean=-0.000038 rms=0.001542 Jy/beam ! Combined flux in latest and established models = 0.522105 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.00156225 Jy ! Component: 100 - total flux cleaned = 0.00206404 Jy ! Component: 150 - total flux cleaned = 0.00250162 Jy ! Component: 200 - total flux cleaned = 0.00288415 Jy ! Total flux subtracted in 200 components = 0.00288415 Jy ! Clean residual min=-0.005455 max=0.004641 Jy/beam ! Clean residual mean=-0.000032 rms=0.001479 Jy/beam ! Combined flux in latest and established models = 0.524989 Jy ! Adding 98 model components to the UV plane model. ! The established model now contains 184 components and 0.524989 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.028 mas, bmaj=12.53 mas, bpa=13.63 degrees ! Estimated noise=1453.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.52459e-06 Jy ! Component: 100 - total flux cleaned = -0.000102468 Jy ! Component: 150 - total flux cleaned = -0.000195463 Jy ! Component: 200 - total flux cleaned = -0.000239038 Jy ! Total flux subtracted in 200 components = -0.000239038 Jy ! Clean residual min=-0.004745 max=0.004071 Jy/beam ! Clean residual mean=-0.000018 rms=0.001204 Jy/beam ! Combined flux in latest and established models = 0.52475 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 207 components and 0.52475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129993Jy sigma=0.000785 ! Fit after self-cal, rms=0.129981Jy sigma=0.000785 wmodel J0348-2749_S_2014_06_09_pus_map.mod ! Writing 207 model components to file: J0348-2749_S_2014_06_09_pus_map.mod wobs J0348-2749_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0348-2749_S_2014_06_09_pus_uvs.fits wwins J0348-2749_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J0348-2749_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.00158159 Jy ! Component: 100 - total flux cleaned = -0.00237853 Jy ! Component: 150 - total flux cleaned = -0.00292247 Jy ! Component: 200 - total flux cleaned = -0.003636 Jy ! Component: 250 - total flux cleaned = -0.00425956 Jy ! Component: 300 - total flux cleaned = -0.0050379 Jy ! Component: 350 - total flux cleaned = -0.00550008 Jy ! Component: 400 - total flux cleaned = -0.00611385 Jy ! Component: 450 - total flux cleaned = -0.00654744 Jy ! Component: 500 - total flux cleaned = -0.00696876 Jy ! Component: 550 - total flux cleaned = -0.00727451 Jy ! Component: 600 - total flux cleaned = -0.00747317 Jy ! Component: 650 - total flux cleaned = -0.00771614 Jy ! Component: 700 - total flux cleaned = -0.00795364 Jy ! Component: 750 - total flux cleaned = -0.00837222 Jy ! Component: 800 - total flux cleaned = -0.00850929 Jy ! Component: 850 - total flux cleaned = -0.00868925 Jy ! Component: 900 - total flux cleaned = -0.00904245 Jy ! Component: 950 - total flux cleaned = -0.0093025 Jy ! Component: 1000 - total flux cleaned = -0.00972757 Jy ! Component: 1050 - total flux cleaned = -0.00985243 Jy ! Component: 1100 - total flux cleaned = -0.0100995 Jy ! Component: 1150 - total flux cleaned = -0.0103017 Jy ! Component: 1200 - total flux cleaned = -0.0104606 Jy ! Component: 1250 - total flux cleaned = -0.0106952 Jy ! Component: 1300 - total flux cleaned = -0.010926 Jy ! Component: 1350 - total flux cleaned = -0.011077 Jy ! Component: 1400 - total flux cleaned = -0.0113008 Jy ! Component: 1450 - total flux cleaned = -0.0113744 Jy ! Component: 1500 - total flux cleaned = -0.0116998 Jy ! Component: 1550 - total flux cleaned = -0.0118063 Jy ! Component: 1600 - total flux cleaned = -0.012052 Jy ! Component: 1650 - total flux cleaned = -0.012328 Jy ! Component: 1700 - total flux cleaned = -0.0126345 Jy ! Component: 1750 - total flux cleaned = -0.0129025 Jy ! Component: 1800 - total flux cleaned = -0.0130678 Jy ! Component: 1850 - total flux cleaned = -0.0133291 Jy ! Component: 1900 - total flux cleaned = -0.0134583 Jy ! Component: 1950 - total flux cleaned = -0.0136496 Jy ! Component: 2000 - total flux cleaned = -0.0139327 Jy ! Component: 2050 - total flux cleaned = -0.0140878 Jy ! Component: 2100 - total flux cleaned = -0.0141804 Jy ! Component: 2150 - total flux cleaned = -0.0145145 Jy ! Component: 2200 - total flux cleaned = -0.0147837 Jy ! Component: 2250 - total flux cleaned = -0.0149316 Jy ! Component: 2300 - total flux cleaned = -0.0151655 Jy ! Component: 2350 - total flux cleaned = -0.0153099 Jy ! Component: 2400 - total flux cleaned = -0.0154813 Jy ! Component: 2450 - total flux cleaned = -0.0156794 Jy ! Component: 2500 - total flux cleaned = -0.0159028 Jy ! Component: 2550 - total flux cleaned = -0.0160691 Jy ! Component: 2600 - total flux cleaned = -0.0162054 Jy ! Component: 2650 - total flux cleaned = -0.0162597 Jy ! Component: 2700 - total flux cleaned = -0.0165014 Jy ! Component: 2750 - total flux cleaned = -0.0166349 Jy ! Component: 2800 - total flux cleaned = -0.0168205 Jy ! Component: 2850 - total flux cleaned = -0.0169516 Jy ! Component: 2900 - total flux cleaned = -0.0171592 Jy ! Component: 2950 - total flux cleaned = -0.0172878 Jy ! Component: 3000 - total flux cleaned = -0.0174667 Jy ! Component: 3050 - total flux cleaned = -0.017644 Jy ! Component: 3100 - total flux cleaned = -0.0177195 Jy ! Component: 3150 - total flux cleaned = -0.0177696 Jy ! Component: 3200 - total flux cleaned = -0.0179182 Jy ! Component: 3250 - total flux cleaned = -0.0179181 Jy ! Component: 3300 - total flux cleaned = -0.0179669 Jy ! Component: 3350 - total flux cleaned = -0.0180396 Jy ! Component: 3400 - total flux cleaned = -0.018136 Jy ! Component: 3450 - total flux cleaned = -0.0181122 Jy ! Component: 3500 - total flux cleaned = -0.0182307 Jy ! Component: 3550 - total flux cleaned = -0.018254 Jy ! Component: 3600 - total flux cleaned = -0.018184 Jy ! Component: 3650 - total flux cleaned = -0.018324 Jy ! Component: 3700 - total flux cleaned = -0.0182549 Jy ! Component: 3750 - total flux cleaned = -0.0183927 Jy ! Component: 3800 - total flux cleaned = -0.0183011 Jy ! Component: 3850 - total flux cleaned = -0.0183918 Jy ! Component: 3900 - total flux cleaned = -0.0182789 Jy ! Component: 3950 - total flux cleaned = -0.0183014 Jy ! Component: 4000 - total flux cleaned = -0.0182791 Jy ! Component: 4050 - total flux cleaned = -0.0181904 Jy ! Total flux subtracted in 4096 components = -0.0182565 Jy ! Clean residual min=-0.001222 max=0.001224 Jy/beam ! Clean residual mean=-0.000002 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.506494 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 519 components and 0.506493 Jy ![Exited script file: muppet] wmap "J0348-2749_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.028 x 12.53 at 13.63 degrees (North through East) ! Clean map min=-0.0035632 max=0.34263 Jy/beam ! Writing clean map to FITS file: J0348-2749_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.342635 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000436463 device "J0348-2749_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0348-2749_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.382153 0.382153 0.764307 1.52861 3.05723 6.11445 12.2289 24.4578 48.9156 97.8312 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.342 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.028 x 12.53 at 13.63 degrees (North through East) ! Clean map min=-0.0035632 max=0.34263 Jy/beam quit ! Quitting program ! Log file J0348-2749_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:42:27 2016