! Started logfile: J0648-3044_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:57:34 2016 obs J0648-3044_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0648-3044_S_2014_08_09_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.416374 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0648-3044 ! ! 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 342 lines of history. ! ! Reading 4272 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 J0648-3044_S_2014_08_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 223 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 223 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 223 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 223 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.585160Jy sigma=0.004587 ! Fit after self-cal, rms=0.529909Jy sigma=0.004125 ! 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.13 mas, bmaj=13.25 mas, bpa=6.905 degrees ! Estimated noise=1733.52 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.355166 Jy ! Component: 100 - total flux cleaned = 0.463544 Jy ! Total flux subtracted in 100 components = 0.463544 Jy ! Clean residual min=-0.022267 max=0.053184 Jy/beam ! Clean residual mean=0.000119 rms=0.008180 Jy/beam ! Combined flux in latest and established models = 0.463545 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.463545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180971Jy sigma=0.001391 ! Fit after self-cal, rms=0.180459Jy sigma=0.001387 ! Inverting map ! Added new window around map position (3.5, -2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.063913 Jy ! Component: 100 - total flux cleaned = 0.103656 Jy ! Total flux subtracted in 100 components = 0.103656 Jy ! Clean residual min=-0.015626 max=0.027145 Jy/beam ! Clean residual mean=0.000062 rms=0.004777 Jy/beam ! Combined flux in latest and established models = 0.5672 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 38 components and 0.5672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140919Jy sigma=0.001039 ! Fit after self-cal, rms=0.140631Jy sigma=0.001036 ! 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=3.736 mas, bmaj=15.18 mas, bpa=7.614 degrees ! Estimated noise=1378.88 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.0440662 Jy ! Component: 100 - total flux cleaned = 0.0688179 Jy ! Component: 150 - total flux cleaned = 0.0843647 Jy ! Component: 200 - total flux cleaned = 0.0943646 Jy ! Total flux subtracted in 200 components = 0.0943646 Jy ! Clean residual min=-0.009406 max=0.012090 Jy/beam ! Clean residual mean=0.000012 rms=0.003098 Jy/beam ! Combined flux in latest and established models = 0.661565 Jy ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 115 components and 0.661565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125059Jy sigma=0.000917 ! Fit after self-cal, rms=0.124918Jy sigma=0.000915 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 54 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.87 HN 1.04 KP 1.06 ! LA 1.10 MK 1.00* NL 0.99 OV 0.98 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 2. ! A total of 54 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.03 HN 1.11 KP 1.01 ! LA 1.06 MK 1.00* NL 1.07 OV 1.01 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 3. ! A total of 54 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.14 HN 1.11 KP 0.90 ! LA 0.83 MK 1.00* NL 1.02 OV 0.93 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 4. ! A total of 54 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 1.04 KP 0.86 ! LA 0.78 MK 1.00* NL 1.06 OV 0.98 ! PT 1.02 SC 0.95 ! ! ! Fit before self-cal, rms=0.124918Jy sigma=0.000915 ! Fit after self-cal, rms=0.105714Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.902 mas, bmaj=15.52 mas, bpa=6.462 degrees ! Estimated noise=1416.78 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.00361757 Jy ! Component: 100 - total flux cleaned = -0.00361528 Jy ! Component: 150 - total flux cleaned = -0.00371385 Jy ! Component: 200 - total flux cleaned = -0.00379844 Jy ! Total flux subtracted in 200 components = -0.00379844 Jy ! Clean residual min=-0.006050 max=0.006748 Jy/beam ! Clean residual mean=-0.000008 rms=0.001632 Jy/beam ! Combined flux in latest and established models = 0.657766 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 135 components and 0.657766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105398Jy sigma=0.000773 ! Fit after self-cal, rms=0.105407Jy sigma=0.000772 ! 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.105407Jy sigma=0.000772 ! Fit after self-cal, rms=0.105656Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.899 mas, bmaj=15.56 mas, bpa=6.556 degrees ! Estimated noise=1415.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00266767 Jy ! Component: 100 - total flux cleaned = -0.00305631 Jy ! Component: 150 - total flux cleaned = -0.00313639 Jy ! Component: 200 - total flux cleaned = -0.00320343 Jy ! Total flux subtracted in 200 components = -0.00320343 Jy ! Clean residual min=-0.005725 max=0.006393 Jy/beam ! Clean residual mean=-0.000008 rms=0.001562 Jy/beam ! Combined flux in latest and established models = 0.654563 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 142 components and 0.654563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105460Jy sigma=0.000770 ! Fit after self-cal, rms=0.105462Jy sigma=0.000770 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.41799e-06 Jy ! Component: 100 - total flux cleaned = -4.29454e-06 Jy ! Component: 150 - total flux cleaned = -5.26172e-05 Jy ! Component: 200 - total flux cleaned = -5.3532e-06 Jy ! Total flux subtracted in 200 components = -5.3532e-06 Jy ! Clean residual min=-0.005630 max=0.006232 Jy/beam ! Clean residual mean=-0.000008 rms=0.001549 Jy/beam ! Combined flux in latest and established models = 0.654558 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 144 components and 0.654558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105400Jy sigma=0.000770 ! Fit after self-cal, rms=0.105400Jy sigma=0.000770 ! 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.105400Jy sigma=0.000770 ! Fit after self-cal, rms=0.105150Jy sigma=0.000762 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.899 mas, bmaj=15.61 mas, bpa=6.595 degrees ! Estimated noise=1416.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00279945 Jy ! Component: 100 - total flux cleaned = -0.00320109 Jy ! Component: 150 - total flux cleaned = -0.0035186 Jy ! Component: 200 - total flux cleaned = -0.00367685 Jy ! Total flux subtracted in 200 components = -0.00367685 Jy ! Clean residual min=-0.004379 max=0.004354 Jy/beam ! Clean residual mean=0.000001 rms=0.001168 Jy/beam ! Combined flux in latest and established models = 0.650881 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 158 components and 0.650881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105007Jy sigma=0.000761 ! Fit after self-cal, rms=0.105026Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000106038 Jy ! Component: 100 - total flux cleaned = -0.000193374 Jy ! Component: 150 - total flux cleaned = -0.000233229 Jy ! Component: 200 - total flux cleaned = -0.000234147 Jy ! Total flux subtracted in 200 components = -0.000234147 Jy ! Clean residual min=-0.004269 max=0.004252 Jy/beam ! Clean residual mean=0.000001 rms=0.001158 Jy/beam ! Combined flux in latest and established models = 0.650647 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 161 components and 0.650647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104990Jy sigma=0.000761 ! Fit after self-cal, rms=0.104990Jy sigma=0.000761 ! 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.104990Jy sigma=0.000761 ! Fit after self-cal, rms=0.105407Jy sigma=0.000760 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.075 mas, bmaj=22.42 mas, bpa=-3.245 degrees ! Estimated noise=1628.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00127286 Jy ! Component: 100 - total flux cleaned = -0.00140695 Jy ! Component: 150 - total flux cleaned = -0.00147973 Jy ! Component: 200 - total flux cleaned = -0.00147994 Jy ! Total flux subtracted in 200 components = -0.00147994 Jy ! Clean residual min=-0.003653 max=0.004395 Jy/beam ! Clean residual mean=-0.000003 rms=0.001130 Jy/beam ! Combined flux in latest and established models = 0.649167 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 169 components and 0.649167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105364Jy sigma=0.000760 ! Fit after self-cal, rms=0.105378Jy 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 = 0.000129958 Jy ! Component: 100 - total flux cleaned = 0.000127141 Jy ! Component: 150 - total flux cleaned = 9.8711e-05 Jy ! Component: 200 - total flux cleaned = 9.85133e-05 Jy ! Total flux subtracted in 200 components = 9.85133e-05 Jy ! Clean residual min=-0.003612 max=0.004384 Jy/beam ! Clean residual mean=-0.000003 rms=0.001128 Jy/beam ! Combined flux in latest and established models = 0.649265 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 175 components and 0.649265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105368Jy sigma=0.000760 ! Fit after self-cal, rms=0.105366Jy 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=3.899 mas, bmaj=15.65 mas, bpa=6.651 degrees ! Estimated noise=1416.64 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.899 x 15.65 at 6.651 degrees (North through East) ! Clean map min=-0.0039524 max=0.48008 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.104 mas, bmaj=13.47 mas, bpa=7.418 degrees ! Estimated noise=1779.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.354959 Jy ! Component: 100 - total flux cleaned = 0.465097 Jy ! Component: 150 - total flux cleaned = 0.52683 Jy ! Component: 200 - total flux cleaned = 0.563815 Jy ! Total flux subtracted in 200 components = 0.563815 Jy ! Clean residual min=-0.009529 max=0.019087 Jy/beam ! Clean residual mean=0.000055 rms=0.003127 Jy/beam ! Combined flux in latest and established models = 0.563815 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.563815 Jy ! Inverting map and beam ! Estimated beam: bmin=3.899 mas, bmaj=15.65 mas, bpa=6.651 degrees ! Estimated noise=1416.64 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.0360633 Jy ! Component: 100 - total flux cleaned = 0.0544705 Jy ! Component: 150 - total flux cleaned = 0.0650684 Jy ! Component: 200 - total flux cleaned = 0.0714771 Jy ! Total flux subtracted in 200 components = 0.0714771 Jy ! Clean residual min=-0.004920 max=0.005591 Jy/beam ! Clean residual mean=0.000015 rms=0.001324 Jy/beam ! Combined flux in latest and established models = 0.635293 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 96 components and 0.635293 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.075 mas, bmaj=22.42 mas, bpa=-3.245 degrees ! Estimated noise=1628.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00618692 Jy ! Component: 100 - total flux cleaned = 0.00920098 Jy ! Component: 150 - total flux cleaned = 0.0106996 Jy ! Component: 200 - total flux cleaned = 0.010915 Jy ! Total flux subtracted in 200 components = 0.010915 Jy ! Clean residual min=-0.003701 max=0.004054 Jy/beam ! Clean residual mean=0.000002 rms=0.001155 Jy/beam ! Combined flux in latest and established models = 0.646208 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.000158641 Jy ! Component: 100 - total flux cleaned = 0.000306674 Jy ! Component: 150 - total flux cleaned = 0.000376306 Jy ! Component: 200 - total flux cleaned = 0.000479866 Jy ! Total flux subtracted in 200 components = 0.000479866 Jy ! Clean residual min=-0.003606 max=0.004078 Jy/beam ! Clean residual mean=0.000001 rms=0.001139 Jy/beam ! Combined flux in latest and established models = 0.646687 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 110 components and 0.646687 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.899 mas, bmaj=15.65 mas, bpa=6.651 degrees ! Estimated noise=1416.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000759099 Jy ! Component: 100 - total flux cleaned = -0.000617814 Jy ! Component: 150 - total flux cleaned = -0.000678447 Jy ! Component: 200 - total flux cleaned = -0.000680142 Jy ! Total flux subtracted in 200 components = -0.000680142 Jy ! Clean residual min=-0.004147 max=0.003902 Jy/beam ! Clean residual mean=0.000003 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.646007 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 121 components and 0.646007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105396Jy sigma=0.000760 ! Fit after self-cal, rms=0.105375Jy sigma=0.000760 wmodel J0648-3044_S_2014_08_09_pus_map.mod ! Writing 121 model components to file: J0648-3044_S_2014_08_09_pus_map.mod wobs J0648-3044_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0648-3044_S_2014_08_09_pus_uvs.fits wwins J0648-3044_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J0648-3044_S_2014_08_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.000463405 Jy ! Component: 100 - total flux cleaned = -0.000600046 Jy ! Component: 150 - total flux cleaned = -0.000407309 Jy ! Component: 200 - total flux cleaned = -0.000282472 Jy ! Component: 250 - total flux cleaned = -0.00028226 Jy ! Component: 300 - total flux cleaned = -0.000454938 Jy ! Component: 350 - total flux cleaned = -0.000400579 Jy ! Component: 400 - total flux cleaned = -0.0005646 Jy ! Component: 450 - total flux cleaned = -0.000722964 Jy ! Component: 500 - total flux cleaned = -0.000825599 Jy ! Component: 550 - total flux cleaned = -0.000874983 Jy ! Component: 600 - total flux cleaned = -0.000924533 Jy ! Component: 650 - total flux cleaned = -0.000973564 Jy ! Component: 700 - total flux cleaned = -0.00102136 Jy ! Component: 750 - total flux cleaned = -0.00102211 Jy ! Component: 800 - total flux cleaned = -0.00111448 Jy ! Component: 850 - total flux cleaned = -0.00120486 Jy ! Component: 900 - total flux cleaned = -0.00133781 Jy ! Component: 950 - total flux cleaned = -0.00133679 Jy ! Component: 1000 - total flux cleaned = -0.0015086 Jy ! Component: 1050 - total flux cleaned = -0.00155004 Jy ! Component: 1100 - total flux cleaned = -0.00163323 Jy ! Component: 1150 - total flux cleaned = -0.0015927 Jy ! Component: 1200 - total flux cleaned = -0.00179573 Jy ! Component: 1250 - total flux cleaned = -0.00195482 Jy ! Component: 1300 - total flux cleaned = -0.00195449 Jy ! Component: 1350 - total flux cleaned = -0.00199255 Jy ! Component: 1400 - total flux cleaned = -0.00206915 Jy ! Component: 1450 - total flux cleaned = -0.00214541 Jy ! Component: 1500 - total flux cleaned = -0.00225813 Jy ! Component: 1550 - total flux cleaned = -0.00222178 Jy ! Component: 1600 - total flux cleaned = -0.00233117 Jy ! Component: 1650 - total flux cleaned = -0.00233107 Jy ! Component: 1700 - total flux cleaned = -0.00243727 Jy ! Component: 1750 - total flux cleaned = -0.00236628 Jy ! Component: 1800 - total flux cleaned = -0.0024357 Jy ! Component: 1850 - total flux cleaned = -0.00257359 Jy ! Component: 1900 - total flux cleaned = -0.00257382 Jy ! Component: 1950 - total flux cleaned = -0.00257393 Jy ! Component: 2000 - total flux cleaned = -0.00264115 Jy ! Component: 2050 - total flux cleaned = -0.00280696 Jy ! Component: 2100 - total flux cleaned = -0.00274147 Jy ! Component: 2150 - total flux cleaned = -0.00287187 Jy ! Component: 2200 - total flux cleaned = -0.0030329 Jy ! Component: 2250 - total flux cleaned = -0.00306493 Jy ! Component: 2300 - total flux cleaned = -0.00319095 Jy ! Component: 2350 - total flux cleaned = -0.00315944 Jy ! Component: 2400 - total flux cleaned = -0.00325261 Jy ! Component: 2450 - total flux cleaned = -0.00331389 Jy ! Component: 2500 - total flux cleaned = -0.00340498 Jy ! Component: 2550 - total flux cleaned = -0.00346467 Jy ! Component: 2600 - total flux cleaned = -0.0034946 Jy ! Component: 2650 - total flux cleaned = -0.00349472 Jy ! Component: 2700 - total flux cleaned = -0.00361237 Jy ! Component: 2750 - total flux cleaned = -0.00372896 Jy ! Component: 2800 - total flux cleaned = -0.00375768 Jy ! Component: 2850 - total flux cleaned = -0.00390062 Jy ! Component: 2900 - total flux cleaned = -0.00395674 Jy ! Component: 2950 - total flux cleaned = -0.00404138 Jy ! Component: 3000 - total flux cleaned = -0.00398534 Jy ! Component: 3050 - total flux cleaned = -0.00401289 Jy ! Component: 3100 - total flux cleaned = -0.00409511 Jy ! Component: 3150 - total flux cleaned = -0.00412216 Jy ! Component: 3200 - total flux cleaned = -0.00414942 Jy ! Component: 3250 - total flux cleaned = -0.00414946 Jy ! Component: 3300 - total flux cleaned = -0.00422892 Jy ! Component: 3350 - total flux cleaned = -0.00428144 Jy ! Component: 3400 - total flux cleaned = -0.00430715 Jy ! Component: 3450 - total flux cleaned = -0.00430723 Jy ! Component: 3500 - total flux cleaned = -0.00438459 Jy ! Component: 3550 - total flux cleaned = -0.00440973 Jy ! Component: 3600 - total flux cleaned = -0.00440987 Jy ! Component: 3650 - total flux cleaned = -0.00451031 Jy ! Component: 3700 - total flux cleaned = -0.00458503 Jy ! Component: 3750 - total flux cleaned = -0.00456006 Jy ! Component: 3800 - total flux cleaned = -0.0046337 Jy ! Component: 3850 - total flux cleaned = -0.00470669 Jy ! Component: 3900 - total flux cleaned = -0.00473086 Jy ! Component: 3950 - total flux cleaned = -0.00470671 Jy ! Component: 4000 - total flux cleaned = -0.00475457 Jy ! Component: 4050 - total flux cleaned = -0.0048019 Jy ! Total flux subtracted in 4096 components = -0.00475494 Jy ! Clean residual min=-0.001285 max=0.001453 Jy/beam ! Clean residual mean=-0.000007 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.641252 Jy keep ! Adding 317 model components to the UV plane model. ! The established model now contains 438 components and 0.641252 Jy ![Exited script file: muppet] wmap "J0648-3044_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.899 x 15.65 at 6.651 degrees (North through East) ! Clean map min=-0.0031683 max=0.48662 Jy/beam ! Writing clean map to FITS file: J0648-3044_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.486621 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000466078 device "J0648-3044_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0648-3044_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.287335 0.287335 0.574671 1.14934 2.29868 4.59737 9.19474 18.3895 36.7789 73.5579 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.486 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.899 x 15.65 at 6.651 degrees (North through East) ! Clean map min=-0.0031683 max=0.48662 Jy/beam quit ! Quitting program ! Log file J0648-3044_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:57:39 2016